mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update XState5 (main) (#211784)
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>
This commit is contained in:
parent
10bec7fd50
commit
f034410e80
3 changed files with 12 additions and 12 deletions
|
@ -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": {
|
||||
|
@ -1073,7 +1073,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",
|
||||
|
@ -1301,7 +1301,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",
|
||||
|
|
|
@ -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 {
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -13322,10 +13322,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"
|
||||
|
@ -34066,10 +34066,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue