Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c97180c

Browse files
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/[email protected]...@xstate/[email protected]) --- updated-dependencies: - dependency-name: "@xstate/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cb11fc commit c97180c

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@material-ui/icons": "4.5.1",
3131
"@material-ui/lab": "4.0.0-alpha.42",
3232
"@xstate/inspect": "0.6.5",
33-
"@xstate/react": "2.0.1",
33+
"@xstate/react": "3.0.0",
3434
"axios": "0.26.1",
3535
"formik": "2.2.9",
3636
"history": "5.3.0",

site/yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3645,13 +3645,13 @@
36453645
resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.6.3.tgz#c5922fbd6044085bb855016f76412c769aa0e4f1"
36463646
integrity sha512-PieLwCFiL+q4/fZczAv4/cl5J4ULDM5z6GoCliajTnHIAh0wHxxKiey6LsVvqWVzGw9fUlO87AqtWPsIcsy4jw==
36473647

3648-
"@xstate/react@2.0.1":
3649-
version "2.0.1"
3650-
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-2.0.1.tgz#2b4717369d419e78a6c67f2dfcd1a3be9abce2d9"
3651-
integrity sha512-sT3hxyzNBw+bm7uT3BP+uXzN0MnRqiaj/U9Yl4OYaMAUJXWsRvSA/ipL7EDf0gVLRGrRhJTCsC0cjWaduAAqnw==
3648+
"@xstate/react@3.0.0":
3649+
version "3.0.0"
3650+
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-3.0.0.tgz#888d9a6f128c70b632c18ad55f1f851f6ab092ba"
3651+
integrity sha512-KHSCfwtb8gZ7QH2luihvmKYI+0lcdHQOmGNRUxUEs4zVgaJCyd8csCEmwPsudpliLdUmyxX2pzUBojFkINpotw==
36523652
dependencies:
36533653
use-isomorphic-layout-effect "^1.0.0"
3654-
use-subscription "^1.3.0"
3654+
use-sync-external-store "^1.0.0"
36553655

36563656
36573657
version "1.1.4"
@@ -13567,12 +13567,10 @@ use-latest@^1.0.0:
1356713567
dependencies:
1356813568
use-isomorphic-layout-effect "^1.0.0"
1356913569

13570-
use-subscription@^1.3.0:
13571-
version "1.5.1"
13572-
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
13573-
integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
13574-
dependencies:
13575-
object-assign "^4.1.1"
13570+
use-sync-external-store@^1.0.0:
13571+
version "1.0.0"
13572+
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.0.0.tgz#d98f4a9c2e73d0f958e7e2d2c2bfb5f618cbd8fd"
13573+
integrity sha512-AFVsxg5GkFg8GDcxnl+Z0lMAz9rE8DGJCc28qnBuQF7lac57B5smLcT37aXpXIIPz75rW4g3eXHPjhHwdGskOw==
1357613574

1357713575
use@^3.1.0:
1357813576
version "3.1.1"

0 commit comments

Comments
 (0)