Skip to content

Commit 2c5764a

Browse files
fix(deps): update @xstate/react to 4.0.3 🌟
1 parent c08a0a9 commit 2c5764a

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@okta/okta-auth-js": "^7.3.0",
2828
"@okta/okta-react": "^6.7.0",
2929
"@types/detect-port": "^1.3.2",
30-
"@xstate/react": "3.0.0",
30+
"@xstate/react": "4.0.3",
3131
"aws-amplify": "^5.3.3",
3232
"axios": "0.26.1",
3333
"clsx": "1.1.1",
@@ -47,7 +47,7 @@
4747
"shortid": "2.2.16",
4848
"uuid": "8.3.2",
4949
"webpack": "5",
50-
"xstate": "4.35.4",
50+
"xstate": "5.6.0",
5151
"yup": "0.32.11"
5252
},
5353
"devDependencies": {

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5652,6 +5652,14 @@
56525652
use-isomorphic-layout-effect "^1.0.0"
56535653
use-sync-external-store "^1.0.0"
56545654

5655+
5656+
version "4.0.3"
5657+
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-4.0.3.tgz#038382f28ae050c6e6611cf4d072e542608f6a0c"
5658+
integrity sha512-yGxW6WljN04tyKxHrmejVdnKeRt26rzqNmJFYXtMZSUTDI98xFToI18eSoW2tSoyGRH/3Bmb8kUsa3l9Mr2E4Q==
5659+
dependencies:
5660+
use-isomorphic-layout-effect "^1.1.2"
5661+
use-sync-external-store "^1.0.0"
5662+
56555663
"@xtuc/ieee754@^1.2.0":
56565664
version "1.2.0"
56575665
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -14078,7 +14086,7 @@ use-callback-ref@^1.3.0:
1407814086
dependencies:
1407914087
tslib "^2.0.0"
1408014088

14081-
use-isomorphic-layout-effect@^1.0.0, use-isomorphic-layout-effect@^1.1.1:
14089+
use-isomorphic-layout-effect@^1.0.0, use-isomorphic-layout-effect@^1.1.1, use-isomorphic-layout-effect@^1.1.2:
1408214090
version "1.1.2"
1408314091
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb"
1408414092
integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==
@@ -14560,10 +14568,10 @@ xmlchars@^2.2.0:
1456014568
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
1456114569
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
1456214570

14563-
xstate@4.35.4:
14564-
version "4.35.4"
14565-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.35.4.tgz#87b2a45b6c7e84d820f56378408c6531ca5c4662"
14566-
integrity sha512-mqRBYHhljP1xIItI4xnSQNHEv6CKslSM1cOGmvhmxeoDPAZgNbhSUYAL5N6DZIxRfpYY+M+bSm3mUFHD63iuvg==
14571+
xstate@5.6.0:
14572+
version "5.6.0"
14573+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.6.0.tgz#1db0194fc69dc381af837f7b016a7e9fccdf6a9f"
14574+
integrity sha512-l62p4ZHM/fkGl68574s1dFzFmY8B3BeOff9EqBZbuonTSOXGx1fWTnh4SHSrS8Vhr5wyRT9afqWliMoO6Q+hUQ==
1456714575

1456814576
xstate@^4.33.6:
1456914577
version "4.38.1"

0 commit comments

Comments
 (0)