From f1c211dcfe1166f2b4972d1f8ea2409d5557e4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:01:13 +0000 Subject: [PATCH] build(deps): bump @shopify/react-i18n from 6.3.12 to 6.3.13 Bumps [@shopify/react-i18n](https://github.com/Shopify/quilt/tree/HEAD/packages/react-i18n) from 6.3.12 to 6.3.13. - [Release notes](https://github.com/Shopify/quilt/releases) - [Changelog](https://github.com/Shopify/quilt/blob/main/packages/react-i18n/CHANGELOG.md) - [Commits](https://github.com/Shopify/quilt/commits/@shopify/react-i18n@6.3.13/packages/react-i18n) --- updated-dependencies: - dependency-name: "@shopify/react-i18n" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3dcc8d73..b5576ce3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@pybricks/firmware": "4.14.0", "@pybricks/ide-docs": "2.1.0", "@pybricks/mpy-cross-v5": "^2.0.0", - "@shopify/react-i18n": "^6.3.12", + "@shopify/react-i18n": "^6.3.13", "@testing-library/dom": "^8.11.3", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", diff --git a/yarn.lock b/yarn.lock index 7e862b0d..117c1b70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1717,26 +1717,26 @@ resolved "https://registry.yarnpkg.com/@shopify/i18n/-/i18n-1.0.9.tgz#9ed8af63851275bf69a99f77a735ceff9a8605bf" integrity sha512-ZxoIB8UTmWHvRig6E4zvYJt3fAa24iJGYTQLHsjZBV3cmqi/AiSet9Qys7GkqzKcYV/4xukZIfpeWXVjef3v7A== -"@shopify/react-effect@^4.1.11": - version "4.1.11" - resolved "https://registry.yarnpkg.com/@shopify/react-effect/-/react-effect-4.1.11.tgz#9aa7ce38881726a568066855d65aa25924f48c9a" - integrity sha512-xlP2g9SkVZCgpLckFqCF9mYLwbiPAJL1cUmWlYIMbKLBV6qg8+g5qf+bbfH+s7S1UCqW8sWnOv8X5L668CX+Xw== +"@shopify/react-effect@^4.1.12": + version "4.1.12" + resolved "https://registry.yarnpkg.com/@shopify/react-effect/-/react-effect-4.1.12.tgz#fb9bff0c224c844035bef2b5dbff9341322f5c21" + integrity sha512-Zy0CH0onvv/Jll4ePxvWa1STS6cILjoFI+6LxMFapC8ZVcCQdnrQFLmuoyF+rfyuFqJtwHE9y1sDZcP+EkW3GQ== "@shopify/react-hooks@^2.1.18": version "2.1.18" resolved "https://registry.yarnpkg.com/@shopify/react-hooks/-/react-hooks-2.1.18.tgz#161d41bf7196203183f6e504bbe1e64ed746e648" integrity sha512-LZJcqKhqQC8+3B+x+JANR+4M0k6YICA8LwfF0/6yeF6NC7r8tr8lLhfyZPD//LP8HweVRZoqi8QphXzcjZNVwA== -"@shopify/react-i18n@^6.3.12": - version "6.3.12" - resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.3.12.tgz#5fe129cb34eb054d1798489d55b04c548f0e9449" - integrity sha512-3D7WRTCE1XCS1P3ZENMqCL5rmdnZljn7tVBQmzPeUZU2EIORkodZg1fDFZXlb5RmXxq5WGa1dtTw9Ipl5ls4Eg== +"@shopify/react-i18n@^6.3.13": + version "6.3.13" + resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.3.13.tgz#d89bf764f52194d63d47a5b26ea87356fb40fc98" + integrity sha512-WUmgvP3amhzZy5xamd6bd0FIhXfVdMKZzO6YnDYpLKRJ8YAq+lx2T3rEy26dcF3GmFOobFaLMrQrP/UojyKiGw== dependencies: "@shopify/dates" "^1.1.5" "@shopify/decorators" "^2.0.8" "@shopify/function-enhancers" "^2.0.8" "@shopify/i18n" "^1.0.9" - "@shopify/react-effect" "^4.1.11" + "@shopify/react-effect" "^4.1.12" "@shopify/react-hooks" "^2.1.18" "@shopify/useful-types" "^4.0.2" "@types/hoist-non-react-statics" "^3.0.1"