Skip to content

Commit 25e768c

Browse files
Bump @xstate/react from 0.8.1 to 1.3.4
Bumps [@xstate/react](https://github.com/davidkpiano/xstate) from 0.8.1 to 1.3.4. - [Release notes](https://github.com/davidkpiano/xstate/releases) - [Commits](https://github.com/davidkpiano/xstate/commits/@xstate/react@1.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 2a7b6b4 commit 25e768c

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@flextremedev/eslint-config-typescript": "^0.1.1"
1313
},
1414
"dependencies": {
15-
"@xstate/react": "^0.8.1",
15+
"@xstate/react": "^1.3.4",
1616
"xstate": "^4.17.1"
1717
}
1818
}

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.4",
1111
"date-fns": "^2.1.0",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,10 +3284,13 @@
32843284
"@webassemblyjs/wast-parser" "1.9.0"
32853285
"@xtuc/long" "4.2.2"
32863286

3287-
"@xstate/react@^0.8.1":
3288-
version "0.8.1"
3289-
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-0.8.1.tgz#df200547cca24c909572b7aef1ddab8bca3a0603"
3290-
integrity sha512-8voZm4GX3x70lNQVvoGedoObPYapkQIbgMhE+xOQEsm8Ait4Zto6R01SZ6WJD4qvLl8JPV6uq96OcFRdEsVESg==
3287+
"@xstate/react@^1.3.4":
3288+
version "1.3.4"
3289+
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-1.3.4.tgz#d79126c9eecc9a1225d553e3421aaad68eb5ee5e"
3290+
integrity sha512-uKbKriFYjgeqMeEAqOv8IWRM8WBx5i/4pMPGpqo58wd7sInhFmmK6HWfV7eX3nD/vJPfxWielNMxAUCUdVh1pA==
3291+
dependencies:
3292+
use-isomorphic-layout-effect "^1.0.0"
3293+
use-subscription "^1.3.0"
32913294

32923295
"@xtuc/ieee754@^1.2.0":
32933296
version "1.2.0"
@@ -15269,7 +15272,12 @@ url@^0.11.0:
1526915272
punycode "1.3.2"
1527015273
querystring "0.2.0"
1527115274

15272-
use-subscription@^1.0.0:
15275+
use-isomorphic-layout-effect@^1.0.0:
15276+
version "1.1.1"
15277+
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.1.tgz#7bb6589170cd2987a152042f9084f9effb75c225"
15278+
integrity sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ==
15279+
15280+
use-subscription@^1.0.0, use-subscription@^1.3.0:
1527315281
version "1.5.1"
1527415282
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
1527515283
integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==

0 commit comments

Comments
 (0)