From faeb65a1fe15f6bb77b7bc9347239c132a225372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 16:12:03 +0000 Subject: [PATCH] build(deps): bump @shopify/react-i18n from 6.3.0 to 6.3.1 Bumps [@shopify/react-i18n](https://github.com/Shopify/quilt/tree/HEAD/packages/react-i18n) from 6.3.0 to 6.3.1. - [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.1/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 03120a7b..0febd386 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.0", + "@shopify/react-i18n": "^6.3.1", "@testing-library/dom": "^8.11.2", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", diff --git a/yarn.lock b/yarn.lock index 7a9cff1d..4a09aea5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1738,10 +1738,10 @@ resolved "https://registry.yarnpkg.com/@shopify/react-hooks/-/react-hooks-2.1.9.tgz#b3b4a408d6f9e59d6489f05b25ddb4bd18259e49" integrity sha512-aRD/PVTgeqhFmH7u8gXJRmJ4zjblquDN192tEUcwToMaW4ILgcmarU0/VRytAFMVoDtCP+KI9IDjbxdwZCRsfg== -"@shopify/react-i18n@^6.3.0": - version "6.3.0" - resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.3.0.tgz#51db0529038c8316392873f641efca9f7475bb9e" - integrity sha512-EdoG1kf0DPQdbDcIiTg5SUQEQ3aT5R4GMnBuS1TrW2XMkSkOgjM3hf3MkhntcqJTJ2o8WBvC6E6arY5TNUbsYQ== +"@shopify/react-i18n@^6.3.1": + version "6.3.1" + resolved "https://registry.yarnpkg.com/@shopify/react-i18n/-/react-i18n-6.3.1.tgz#1725a41aaec7387a231f53d0eb2e3a6c4de2c940" + integrity sha512-5ltz4qdoM86bBB1i8Lo2NLeySVzqlHVkSYlDp47VoW1Yd075pBc/iTfvgphKTSBthJXQ1u0Q7L9od8eCRETkAA== dependencies: "@shopify/dates" "^1.0.13" "@shopify/decorators" "^2.0.4"