From d1a097ba3ba743c80185b4c4334d0590f5e97f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 18:40:37 +0000 Subject: [PATCH] build(deps): bump @shopify/react-i18n from 6.2.3 to 6.2.4 Bumps [@shopify/react-i18n](https://github.com/Shopify/quilt/tree/HEAD/packages/react-i18n) from 6.2.3 to 6.2.4. - [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.2.4/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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5e1ec597..2046d44d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@pybricks/firmware": "4.13.0-beta.1", "@pybricks/ide-docs": "1.6.0", "@pybricks/mpy-cross-v5": "^2.0.0", - "@shopify/react-i18n": "^6.2.3", + "@shopify/react-i18n": "^6.2.4", "@testing-library/dom": "^8.11.1", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^12.1.2", diff --git a/yarn.lock b/yarn.lock index ef9c626b..2be01dfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1718,10 +1718,10 @@ resolved "https://registry.yarnpkg.com/@shopify/react-hooks/-/react-hooks-2.1.6.tgz#0fcaed1536d60321e2bae6fe803c60921ec3f365" integrity sha512-sx7WoYB26LmNewQmunpvlqRFtlS78OEuV6KvZNM1ny1TGmyAH6/G/Mf5eoaWNwjjyrKRDofiZLyYWd2hycv6fQ== -"@shopify/react-i18n@^6.2.3": - version "6.2.3" - resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.2.3.tgz#391fc4b4bdffcc919b30360001c23c99e19f6c79" - integrity sha512-Vuo8OaLThcNMhcoVo+o+bvhQ0eupk4gwwQ/PecPYjy5wgR2/OMVZ6rpji29sTpjNKq0mklXX5dr8z2WPqIcRqg== +"@shopify/react-i18n@^6.2.4": + version "6.2.4" + resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.2.4.tgz#4030f61d015b5b2a811a7f7f3768fd4f9dc1a6a3" + integrity sha512-d0nZKeMBoFQiMFjO93MUgQMRHeZCaFDW8SIdJSaG6/rN7+Lg683qoXv5Qx1HukKdQchlDSnt9+vyXT/z1Bso+w== dependencies: "@shopify/dates" "^1.0.8" "@shopify/decorators" "^2.0.4"