chore(deps): update dependency @types/react to v18.2.16

This commit is contained in:
renovate[bot] 2023-07-27 23:07:29 +00:00 committed by GitHub
parent bcff57cfd8
commit 1267adebb5
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

@ -22,7 +22,7 @@
"@xstate/react": "3.2.2",
"antd": "4.24.12",
"autoprefixer": "^10.4.14",
"chart.js": "^4.3.1",
"chart.js": "^4.2.0",
"classnames": "2.3.2",
"date-fns": "^2.29.3",
"graphemer": "^1.4.0",
@ -77,7 +77,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.17.0",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36",
@ -13734,9 +13734,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.15",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.15.tgz",
"integrity": "sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA==",
"version": "18.2.16",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.16.tgz",
"integrity": "sha512-LLFWr12ZhBJ4YVw7neWLe6Pk7Ey5R9OCydfuMsz1L8bZxzaawJj2p06Q8/EFEHDeTBQNFLF62X+CG7B2zIyu0Q==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

@ -82,7 +82,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.17.0",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36",