From c97180c18d6804b72ecc1c1733b843d9d6a6986c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:31:50 -0400 Subject: [PATCH] chore: bump @xstate/react from 2.0.1 to 3.0.0 in /site (#966) Bumps [@xstate/react](https://github.com/statelyai/xstate) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/@xstate/react@2.0.1...@xstate/react@3.0.0) --- updated-dependencies: - dependency-name: "@xstate/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package.json | 2 +- site/yarn.lock | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/site/package.json b/site/package.json index cb60e61b6e..2bb3190269 100644 --- a/site/package.json +++ b/site/package.json @@ -30,7 +30,7 @@ "@material-ui/icons": "4.5.1", "@material-ui/lab": "4.0.0-alpha.42", "@xstate/inspect": "0.6.5", - "@xstate/react": "2.0.1", + "@xstate/react": "3.0.0", "axios": "0.26.1", "formik": "2.2.9", "history": "5.3.0", diff --git a/site/yarn.lock b/site/yarn.lock index 9d7c4c4451..c93ad3232a 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -3645,13 +3645,13 @@ resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.6.3.tgz#c5922fbd6044085bb855016f76412c769aa0e4f1" integrity sha512-PieLwCFiL+q4/fZczAv4/cl5J4ULDM5z6GoCliajTnHIAh0wHxxKiey6LsVvqWVzGw9fUlO87AqtWPsIcsy4jw== -"@xstate/react@2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@xstate/react/-/react-2.0.1.tgz#2b4717369d419e78a6c67f2dfcd1a3be9abce2d9" - integrity sha512-sT3hxyzNBw+bm7uT3BP+uXzN0MnRqiaj/U9Yl4OYaMAUJXWsRvSA/ipL7EDf0gVLRGrRhJTCsC0cjWaduAAqnw== +"@xstate/react@3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@xstate/react/-/react-3.0.0.tgz#888d9a6f128c70b632c18ad55f1f851f6ab092ba" + integrity sha512-KHSCfwtb8gZ7QH2luihvmKYI+0lcdHQOmGNRUxUEs4zVgaJCyd8csCEmwPsudpliLdUmyxX2pzUBojFkINpotw== dependencies: use-isomorphic-layout-effect "^1.0.0" - use-subscription "^1.3.0" + use-sync-external-store "^1.0.0" "@xstate/tools-shared@1.1.4": version "1.1.4" @@ -13567,12 +13567,10 @@ use-latest@^1.0.0: dependencies: use-isomorphic-layout-effect "^1.0.0" -use-subscription@^1.3.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1" - integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA== - dependencies: - object-assign "^4.1.1" +use-sync-external-store@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.0.0.tgz#d98f4a9c2e73d0f958e7e2d2c2bfb5f618cbd8fd" + integrity sha512-AFVsxg5GkFg8GDcxnl+Z0lMAz9rE8DGJCc28qnBuQF7lac57B5smLcT37aXpXIIPz75rW4g3eXHPjhHwdGskOw== use@^3.1.0: version "3.1.1"