0

Update dependency @xstate/react to v3.2.1

This commit is contained in:
renovate[bot] 2023-02-16 21:26:44 +00:00 committed by GitHub
parent 1f928d8746
commit e206e01614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
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.2.0", "@xstate/react": "3.2.1",
"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.2.0", "version": "3.2.1",
"resolved": "https://registry.npmjs.org/@xstate/react/-/react-3.2.0.tgz", "resolved": "https://registry.npmjs.org/@xstate/react/-/react-3.2.1.tgz",
"integrity": "sha512-Oxz1WB3/Z9IHjrd2uCIQGjGA8P7UsTTPc3YuIbIsgDgfSntQuvvjR0rZlL9NKQltrCRTXvzGf/wI95wAc2u7Uw==", "integrity": "sha512-L/mqYRxyBWVdIdSaXBHacfvS8NKn3sTKbPb31aRADbE9spsJ1p+tXil0GVQHPlzrmjGeozquLrxuYGiXsFNU7g==",
"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"

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.2.0", "@xstate/react": "3.2.1",
"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",