From bb7c53f94b4800801abd9cb9d5a9dbfa2c68f870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:06:10 +0000 Subject: [PATCH] build(deps): bump @xstate/react from 1.3.4 to 3.2.0 Bumps [@xstate/react](https://github.com/statelyai/xstate) from 1.3.4 to 3.2.0. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/@xstate/react@1.3.4...@xstate/react@3.2.0) --- updated-dependencies: - dependency-name: "@xstate/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index a583424a..f95f7f23 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "homepage": "https://github.com/unveiler-io/react-native-client#README", "dependencies": { "@apollo/client": "^3.3.21", - "@xstate/react": "^1.3.4", + "@xstate/react": "^3.2.0", "graphql": "^15.5.3", "xstate": "^4.20.0" }, diff --git a/yarn.lock b/yarn.lock index cb881a1f..46b57cf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3688,13 +3688,13 @@ dependencies: tslib "^2.1.0" -"@xstate/react@^1.3.4": - version "1.3.4" - resolved "https://registry.yarnpkg.com/@xstate/react/-/react-1.3.4.tgz#d79126c9eecc9a1225d553e3421aaad68eb5ee5e" - integrity sha512-uKbKriFYjgeqMeEAqOv8IWRM8WBx5i/4pMPGpqo58wd7sInhFmmK6HWfV7eX3nD/vJPfxWielNMxAUCUdVh1pA== +"@xstate/react@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@xstate/react/-/react-3.2.0.tgz#02827566a3d2ed48ab0a2ab83af5076899682b4e" + integrity sha512-Oxz1WB3/Z9IHjrd2uCIQGjGA8P7UsTTPc3YuIbIsgDgfSntQuvvjR0rZlL9NKQltrCRTXvzGf/wI95wAc2u7Uw== dependencies: use-isomorphic-layout-effect "^1.0.0" - use-subscription "^1.3.0" + use-sync-external-store "^1.0.0" JSONStream@^1.0.4: version "1.3.5" @@ -12262,12 +12262,10 @@ use-subscription@^1.0.0: dependencies: object-assign "^4.1.1" -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.2.0" + resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a" + integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== use@^3.1.0: version "3.1.1"