From 64f89eaa89480cea9e9ff446bde38660e2449771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 16:36:18 +0000 Subject: [PATCH] build(deps): bump @shopify/react-i18n from 6.1.9 to 6.2.0 Bumps [@shopify/react-i18n](https://github.com/Shopify/quilt/tree/HEAD/packages/react-i18n) from 6.1.9 to 6.2.0. - [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.0/packages/react-i18n) --- updated-dependencies: - dependency-name: "@shopify/react-i18n" dependency-type: direct:production update-type: version-update:semver-minor ... 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 ea025947..c2a9895e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@pybricks/firmware": "4.13.0-alpha.5", "@pybricks/ide-docs": "1.6.0", "@pybricks/mpy-cross-v5": "^2.0.0", - "@shopify/react-i18n": "^6.1.9", + "@shopify/react-i18n": "^6.2.0", "@testing-library/dom": "^8.2.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index 67cf17d0..4a0f50c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1706,10 +1706,10 @@ resolved "https://registry.yarnpkg.com/@shopify/react-hooks/-/react-hooks-2.1.3.tgz#cc555705dd9d652af8f9425b889c14e14ab75946" integrity sha512-LR4jUh3cNUjTVwfyDtmYmZI7El4Xu4qKMOaz2wiJ3+Z6aJa5CwIm2zPVNq/qxHhdgc/TVOIuQ1JCSYw5h4/hVw== -"@shopify/react-i18n@^6.1.9": - version "6.1.9" - resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.1.9.tgz#8654745834f91ce1ed86965c0880830fa3c1cc70" - integrity sha512-3JyMHme4HCo5fI8QeuJJmO/BqTQf06OLkQQPbEXA/+4Mrq1xghCB0IBQwGojUPgKWc3alsrAeosqMvNW+7m46g== +"@shopify/react-i18n@^6.2.0": + version "6.2.0" + resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.2.0.tgz#dfde82a40896bcb5dc78532e4ff89617328d1c1d" + integrity sha512-/qpqnUX1L9OoGctZVycOYsO4D+RWFVrqAScOoKf/SEjI+vNW+MLDFmZij1SHDrOc6ZJBCW7w611agF1nVqw/Ww== dependencies: "@shopify/dates" "^1.0.7" "@shopify/decorators" "^2.0.3"