0

fix(deps): update dependency @xstate/react to v3.2.2 (#2972)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-29 21:28:19 -07:00 committed by GitHub
parent e23d0dac0a
commit 408a0d87fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
web/package-lock.json generated
View File

@ -19,7 +19,7 @@
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.19.16",
"@uiw/react-codemirror": "4.19.16",
"@xstate/react": "3.2.1",
"@xstate/react": "3.2.2",
"antd": "4.24.9",
"autoprefixer": "10.4.14",
"chart.js": "^4.2.0",
@ -14240,17 +14240,17 @@
"integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ=="
},
"node_modules/@xstate/react": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@xstate/react/-/react-3.2.1.tgz",
"integrity": "sha512-L/mqYRxyBWVdIdSaXBHacfvS8NKn3sTKbPb31aRADbE9spsJ1p+tXil0GVQHPlzrmjGeozquLrxuYGiXsFNU7g==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@xstate/react/-/react-3.2.2.tgz",
"integrity": "sha512-feghXWLedyq8JeL13yda3XnHPZKwYDN5HPBLykpLeuNpr9178tQd2/3d0NrH6gSd0sG5mLuLeuD+ck830fgzLQ==",
"dependencies": {
"use-isomorphic-layout-effect": "^1.0.0",
"use-isomorphic-layout-effect": "^1.1.2",
"use-sync-external-store": "^1.0.0"
},
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"xstate": "^4.36.0"
"xstate": "^4.37.2"
},
"peerDependenciesMeta": {
"@xstate/fsm": {

View File

@ -24,7 +24,7 @@
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.19.16",
"@uiw/react-codemirror": "4.19.16",
"@xstate/react": "3.2.1",
"@xstate/react": "3.2.2",
"antd": "4.24.9",
"autoprefixer": "10.4.14",
"chart.js": "^4.2.0",