Skip to content

Commit

Permalink
fix(deps): update xstate monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent f774590 commit 1c9120d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "vitest"
},
"dependencies": {
"@xstate/react": "^3.2.1",
"@xstate/react": "^4.0.0",
"color-string": "^1.9.1",
"debug": "^4.3.4",
"defaults": "^3.0.0",
Expand All @@ -23,7 +23,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"xstate": "^4.37.1"
"xstate": "^5.0.0"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.0",
Expand Down
25 changes: 11 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ __metadata:
"@unocss/preset-web-fonts": "npm:^0.57.0"
"@vitejs/plugin-react": "npm:^4.0.0"
"@xstate/inspect": "npm:^0.8.0"
"@xstate/react": "npm:^3.2.1"
"@xstate/react": "npm:^4.0.0"
color-string: "npm:^1.9.1"
debug: "npm:^4.3.4"
defaults: "npm:^3.0.0"
Expand All @@ -746,7 +746,7 @@ __metadata:
unocss: "npm:^0.57.0"
vite: "npm:^5.0.0"
vitest: "npm:^0.34.0"
xstate: "npm:^4.37.1"
xstate: "npm:^5.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1423,22 +1423,19 @@ __metadata:
languageName: node
linkType: hard

"@xstate/react@npm:^3.2.1":
version: 3.2.2
resolution: "@xstate/react@npm:3.2.2"
"@xstate/react@npm:^4.0.0":
version: 4.0.0
resolution: "@xstate/react@npm:4.0.0"
dependencies:
use-isomorphic-layout-effect: "npm:^1.1.2"
use-sync-external-store: "npm:^1.0.0"
peerDependencies:
"@xstate/fsm": ^2.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
xstate: ^4.37.2
xstate: ^5.0.0
peerDependenciesMeta:
"@xstate/fsm":
optional: true
xstate:
optional: true
checksum: 3aab6169295fcbd77a217535d8674557165c5a931fc70c61824df89fdd0e54fe89468b7ca2690f78a3c0ad0612d1f9913b29c4667af06db0682d396a092c4f82
checksum: dbd185c05c3d08727fac4f1b16095be46ba01936ff2695babc2d04a044a620d206072d24c32157287942ec06b5ea26d6d3fa2b9a8f0cc585d871326d7d7b126f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4169,10 +4166,10 @@ __metadata:
languageName: node
linkType: hard

"xstate@npm:^4.37.1":
version: 4.38.3
resolution: "xstate@npm:4.38.3"
checksum: 8a2063743517390107275113bca0e757dba99102e7d57d40cf656b5cc03a6f2c5e10fbf3752294d9d29fbe1d8757bb9a54f54c934a22f205a237956dd10dcd0f
"xstate@npm:^5.0.0":
version: 5.0.0
resolution: "xstate@npm:5.0.0"
checksum: b66331ccb634dfecb0849bd79e7bb3a0795ad07fae7363368f1e2d3ca0193ced16545a7d3758272911d7a74e24cbb460ada05ef23cf32a3631ff2019e8baa6e0
languageName: node
linkType: hard

Expand Down

0 comments on commit 1c9120d

Please sign in to comment.