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"