From 85ff2ed52d6488cd03d0a1e03d8be05ae0b318f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 16:29:44 +0000 Subject: [PATCH] Bump @shopify/react-i18n from 3.0.2 to 4.0.0 Bumps [@shopify/react-i18n](https://github.com/Shopify/quilt/tree/HEAD/packages/react-i18n) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/Shopify/quilt/releases) - [Changelog](https://github.com/Shopify/quilt/blob/master/packages/react-i18n/CHANGELOG.md) - [Commits](https://github.com/Shopify/quilt/commits/@shopify/react-i18n@4.0.0/packages/react-i18n) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26dfcde8..3170315d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@pybricks/firmware": "2.0.0", "@pybricks/mpy-cross-v5": "^1.0.0", - "@shopify/react-i18n": "^3.0.2", + "@shopify/react-i18n": "^4.0.0", "@testing-library/jest-dom": "^5.8.0", "@testing-library/react": "^10.0.4", "@testing-library/user-event": "^10.3.4", diff --git a/yarn.lock b/yarn.lock index e7590e03..1b171fda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1441,10 +1441,10 @@ resolved "https://registry.yarnpkg.com/@shopify/react-hooks/-/react-hooks-1.10.0.tgz#39671f889872a345f7e60a635a3d9fcb2a487825" integrity sha512-kgw/lUOhvd5hqOWVGT3Z41Yl9k9knr0s8n+m8YdQTIklww7QzDNV341XKslaRy0qHAf2GUw7JH5g8BQFm1ZQSA== -"@shopify/react-i18n@^3.0.2": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-3.0.3.tgz#bfe5f40a24b0fd03afd12e0d2fba06676afbb6f8" - integrity sha512-ZpfHYUicUYO7pSTCwI4wRGBg+hA5a+69jPPrQOdTcO60Py0/uB2p68YUQKS3x+tY6r3+C/60UBe28XzlvM/USQ== +"@shopify/react-i18n@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-4.0.0.tgz#2a1c7cff2b2afd7ef6b0913e04f9a96056ab3404" + integrity sha512-FDGRCT814t8IandtrpGwrXtE8K9CbvAySX7WE5aJfdheT6i5zSNAeEu3/h1BV5MIT3vv6bLB1sv6z9IXOfCPxQ== dependencies: "@shopify/dates" "^0.3.6" "@shopify/decorators" "^1.1.11"