Update dependency @xstate/react to v3.2.0 (#2711)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-16 09:53:24 -08:00 committed by GitHub
parent b81d3d2807
commit 1c068b6a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
web/package-lock.json generated
View File

@ -19,7 +19,7 @@
"@next/bundle-analyzer": "^13.1.1", "@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.19.9", "@uiw/codemirror-theme-bbedit": "4.19.9",
"@uiw/react-codemirror": "4.19.9", "@uiw/react-codemirror": "4.19.9",
"@xstate/react": "3.1.2", "@xstate/react": "3.2.0",
"antd": "4.24.8", "antd": "4.24.8",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.13",
"chart.js": "^4.2.0", "chart.js": "^4.2.0",
@ -12723,9 +12723,9 @@
"integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==" "integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ=="
}, },
"node_modules/@xstate/react": { "node_modules/@xstate/react": {
"version": "3.1.2", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/@xstate/react/-/react-3.1.2.tgz", "resolved": "https://registry.npmjs.org/@xstate/react/-/react-3.2.0.tgz",
"integrity": "sha512-nMpYuBFieWoHaImAtsguwmQHY3WnRpfRFYtInn5zRKsfGkC2JILKfnH58fODUubwhSqq0qMiUqrlaklP7ZBUCw==", "integrity": "sha512-Oxz1WB3/Z9IHjrd2uCIQGjGA8P7UsTTPc3YuIbIsgDgfSntQuvvjR0rZlL9NKQltrCRTXvzGf/wI95wAc2u7Uw==",
"dependencies": { "dependencies": {
"use-isomorphic-layout-effect": "^1.0.0", "use-isomorphic-layout-effect": "^1.0.0",
"use-sync-external-store": "^1.0.0" "use-sync-external-store": "^1.0.0"
@ -12733,7 +12733,7 @@
"peerDependencies": { "peerDependencies": {
"@xstate/fsm": "^2.0.0", "@xstate/fsm": "^2.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"xstate": "^4.35.4" "xstate": "^4.36.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@xstate/fsm": { "@xstate/fsm": {

View File

@ -23,7 +23,7 @@
"@next/bundle-analyzer": "^13.1.1", "@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.19.9", "@uiw/codemirror-theme-bbedit": "4.19.9",
"@uiw/react-codemirror": "4.19.9", "@uiw/react-codemirror": "4.19.9",
"@xstate/react": "3.1.2", "@xstate/react": "3.2.0",
"antd": "4.24.8", "antd": "4.24.8",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.13",
"chart.js": "^4.2.0", "chart.js": "^4.2.0",