Skip to content

Commit

Permalink
Update XState5 (main) (elastic#211784)
Browse files Browse the repository at this point in the history
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Felix Stürmer <felix.stuermer@elastic.co>
(cherry picked from commit f034410)
  • Loading branch information
elastic-renovate-prod[bot] committed Feb 20, 2025
1 parent ea4c69e commit 95df694
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@xstate5/react/**/xstate": "^5.18.1",
"@xstate5/react/**/xstate": "^5.19.2",
"globby/fast-glob": "^3.3.2"
},
"dependencies": {
Expand Down Expand Up @@ -1068,7 +1068,7 @@
"@turf/helpers": "6.0.1",
"@turf/length": "^6.0.2",
"@xstate/react": "^3.2.2",
"@xstate5/react": "npm:@xstate/react@^4.1.2",
"@xstate5/react": "npm:@xstate/react@^5.0.2",
"@xyflow/react": "^12.4.1",
"adm-zip": "^0.5.9",
"ai": "^4.0.18",
Expand Down Expand Up @@ -1296,7 +1296,7 @@
"whatwg-fetch": "^3.0.0",
"xml2js": "^0.5.0",
"xstate": "^4.38.2",
"xstate5": "npm:xstate@^5.18.1",
"xstate5": "npm:xstate@^5.19.2",
"xterm": "^5.3.0",
"yaml": "^2.5.1",
"yauzl": "^2.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const createConsoleInspector = () => {
'🔔 %c%s%c received event %c%s%c from %c%s%c:',
...styleAsActor(eventEvent.actorRef.id),
...styleAsKeyword(eventEvent.event.type),
...styleAsKeyword(eventEvent.sourceRef?.id),
...styleAsKeyword(eventEvent.sourceRef?.sessionId),
eventEvent
);
} else {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13302,10 +13302,10 @@
use-isomorphic-layout-effect "^1.1.2"
use-sync-external-store "^1.0.0"

"@xstate5/react@npm:@xstate/react@^4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-4.1.2.tgz#4bfcdf2d9e9ef1eaea7388d1896649345e6679cd"
integrity sha512-orAidFrKCrU0ZwN5l/ABPlBfW2ziRDT2RrYoktRlZ0WRoLvA2E/uAC1JpZt43mCLtc8jrdwYCgJiqx1V8NvGTw==
"@xstate5/react@npm:@xstate/react@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-5.0.2.tgz#92185d20efedac97350c996cda29749c2e3fdbf1"
integrity sha512-x5GOrE0ZYjU2ba986u0CCp7SaPwzElSn1SW0mZ9MuBgsZ+BW7vTLVOvGmURynwojdso8d6nVbK3c2+MRVqGVgA==
dependencies:
use-isomorphic-layout-effect "^1.1.2"
use-sync-external-store "^1.2.0"
Expand Down Expand Up @@ -34046,10 +34046,10 @@ xpath@^0.0.33:
resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.33.tgz#5136b6094227c5df92002e7c3a13516a5074eb07"
integrity sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==

"xstate5@npm:xstate@^5.18.1", xstate@^5.18.1:
version "5.18.1"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.18.1.tgz#c4d43ceaba6e6c31705d36bd96e285de4be4f7f4"
integrity sha512-m02IqcCQbaE/kBQLunwub/5i8epvkD2mFutnL17Oeg1eXTShe1sRF4D5mhv1dlaFO4vbW5gRGRhraeAD5c938g==
"xstate5@npm:xstate@^5.19.2", xstate@^5.19.2:
version "5.19.2"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba"
integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==

xstate@^4.38.2:
version "4.38.2"
Expand Down

0 comments on commit 95df694

Please sign in to comment.