From 1a5d7598973febc088852742027645e73d302d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 21:50:22 +0000 Subject: [PATCH] build(deps): bump @shopify/react-i18n from 6.3.6 to 6.3.8 Bumps [@shopify/react-i18n](https://github.com/Shopify/quilt/tree/HEAD/packages/react-i18n) from 6.3.6 to 6.3.8. - [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.8/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 | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 15e1bc80..cb603a5c 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.6", + "@shopify/react-i18n": "^6.3.8", "@testing-library/dom": "^8.11.3", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.2", diff --git a/yarn.lock b/yarn.lock index c0a4cef1..238d7040 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1733,23 +1733,23 @@ resolved "https://registry.yarnpkg.com/@shopify/react-effect/-/react-effect-4.1.9.tgz#0d6e431cd6aef16f75882ff963e6b8e4d07a319d" integrity sha512-Y09HwHRCkjpvbY8noDUb+eZq/JJgV3kjRzzXECkmx9CB2ui0b2+BGOIWHkmdH9pIyEMwBs4uV/etn16XsfO2lA== -"@shopify/react-hooks@^2.1.12": - version "2.1.12" - resolved "https://registry.yarnpkg.com/@shopify/react-hooks/-/react-hooks-2.1.12.tgz#7ec1ed015f563c406c56a168c6a02c9ac4d659d0" - integrity sha512-6fOKhGQsH+9b4OT4BgAypGh1G3tBGgABnEmBSeReWdb+r47GcgjL8RQax/TSfMBpXzX/BpMWT6F0JkSYTZ1DjQ== +"@shopify/react-hooks@^2.1.14": + version "2.1.14" + resolved "https://registry.yarnpkg.com/@shopify/react-hooks/-/react-hooks-2.1.14.tgz#a901fd93217b2807b4c6248d7a1becea281b0225" + integrity sha512-u066fZs4HsN5kZUJ7Z+EDTDbTLGd53Wcrs7AqkQ+1T9c/XPaejmyzLkLSI3D0HU0/mwNCg3EmGOfrBrKKU1mdg== -"@shopify/react-i18n@^6.3.6": - version "6.3.6" - resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.3.6.tgz#6362876f8094fccdec97f1df88680d14eaf86ea2" - integrity sha512-iqC3F32nwA4+JU7YpCfKWYyP0vExgMBOLX7qyrSPUUWTO6l9FxWVC91VL7hixTRwOHhzdtfoyhHHELncuB9pAA== +"@shopify/react-i18n@^6.3.8": + version "6.3.8" + resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.3.8.tgz#9bc1ac628b3497bd7b874f7af201b5b856ba887d" + integrity sha512-ugEdJc9NuSdGtz6hmIn3F4sxHkDPu3h95huHBFH/IA7enzOP+t0eHg3lEhXLHxRkHnHEySaWZ7Q9tQyb6p85Nw== dependencies: "@shopify/dates" "^1.1.2" "@shopify/decorators" "^2.0.6" "@shopify/function-enhancers" "^2.0.6" "@shopify/i18n" "^1.0.7" "@shopify/react-effect" "^4.1.9" - "@shopify/react-hooks" "^2.1.12" - "@shopify/useful-types" "^3.0.7" + "@shopify/react-hooks" "^2.1.14" + "@shopify/useful-types" "^3.1.0" "@types/hoist-non-react-statics" "^3.0.1" change-case "^4.1.2" glob "^7.1.4" @@ -1762,10 +1762,10 @@ "@babel/traverse" "^7.0.0" fs-extra "^9.1.0" -"@shopify/useful-types@^3.0.7": - version "3.0.7" - resolved "https://registry.yarnpkg.com/@shopify/useful-types/-/useful-types-3.0.7.tgz#4806456fbff3ecfc461065e8883f73340b808d4a" - integrity sha512-iBrpNFq22zZw+/qU763CgCVH9tGEVrnJK+y5Jg4OeuDHyiD0ALypv1Rd5u4aofQyn8Q+PPKjV0NsWgW1pIsSww== +"@shopify/useful-types@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@shopify/useful-types/-/useful-types-3.1.0.tgz#e8ffb4ac730c7d92870247971ec1e82735629369" + integrity sha512-p9K2zRjrU75mz4wWN3tb1GURZCgM1pdxovT5J7jakk7qjGPzacmHlAK4xZqrnY/7LndmOKnZ7fyT+l668MyFNA== "@sinonjs/commons@^1.7.0": version "1.8.3"