Skip to content

Commit 7afab2f

Browse files
Bump @xstate/react from 0.8.1 to 1.3.1
Bumps [@xstate/react](https://github.com/davidkpiano/xstate) from 0.8.1 to 1.3.1. - [Release notes](https://github.com/davidkpiano/xstate/releases) - [Commits](https://github.com/davidkpiano/xstate/commits/@xstate/react@1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4ddd29a commit 7afab2f

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@craco/craco": "^6.1.1",
88
"@interval-timer/core": "*",
99
"@testing-library/react": "^11.2.5",
10-
"@xstate/react": "^0.8.1",
10+
"@xstate/react": "^1.3.1",
1111
"date-fns": "^2.1.0",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,10 +2173,13 @@
21732173
"@webassemblyjs/wast-parser" "1.9.0"
21742174
"@xtuc/long" "4.2.2"
21752175

2176-
"@xstate/react@^0.8.1":
2177-
version "0.8.1"
2178-
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-0.8.1.tgz#df200547cca24c909572b7aef1ddab8bca3a0603"
2179-
integrity sha512-8voZm4GX3x70lNQVvoGedoObPYapkQIbgMhE+xOQEsm8Ait4Zto6R01SZ6WJD4qvLl8JPV6uq96OcFRdEsVESg==
2176+
"@xstate/react@^1.3.1":
2177+
version "1.3.1"
2178+
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-1.3.1.tgz#5794e1c7d2bc70759b5dc2c9ccc9ddaa6e68e98a"
2179+
integrity sha512-wgAHr4tWVQQwH6dIQTcZQYGLXiK9V8gMqMxOWyiLQzoKchqXFfb0LlCcw0FAc4jmpuGHSFSk6fAXjEpFpV+Jxw==
2180+
dependencies:
2181+
use-isomorphic-layout-effect "^1.0.0"
2182+
use-subscription "^1.3.0"
21802183

21812184
"@xtuc/ieee754@^1.2.0":
21822185
version "1.2.0"
@@ -11328,6 +11331,18 @@ url@^0.11.0:
1132811331
punycode "1.3.2"
1132911332
querystring "0.2.0"
1133011333

11334+
use-isomorphic-layout-effect@^1.0.0:
11335+
version "1.1.1"
11336+
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.1.tgz#7bb6589170cd2987a152042f9084f9effb75c225"
11337+
integrity sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ==
11338+
11339+
use-subscription@^1.3.0:
11340+
version "1.5.1"
11341+
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
11342+
integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
11343+
dependencies:
11344+
object-assign "^4.1.1"
11345+
1133111346
use@^3.1.0:
1133211347
version "3.1.1"
1133311348
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"

0 commit comments

Comments
 (0)