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

This commit is contained in:
renovate[bot]
2022-10-28 19:15:24 +00:00
committed by GitHub
parent ae7c02b421
commit 1a806c30a7
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@@ -74,7 +74,7 @@
"@types/markdown-it": "12.2.3", "@types/markdown-it": "12.2.3",
"@types/node": "18.11.5", "@types/node": "18.11.5",
"@types/prop-types": "15.7.5", "@types/prop-types": "15.7.5",
"@types/react": "18.0.22", "@types/react": "18.0.23",
"@types/react-linkify": "1.0.1", "@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36", "@types/ua-parser-js": "0.7.36",
"@typescript-eslint/eslint-plugin": "5.41.0", "@typescript-eslint/eslint-plugin": "5.41.0",
@@ -10838,9 +10838,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.0.22", "version": "18.0.23",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.22.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.23.tgz",
"integrity": "sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==", "integrity": "sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==",
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
"@types/scheduler": "*", "@types/scheduler": "*",
@@ -39235,9 +39235,9 @@
"dev": true "dev": true
}, },
"@types/react": { "@types/react": {
"version": "18.0.22", "version": "18.0.23",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.22.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.23.tgz",
"integrity": "sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==", "integrity": "sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==",
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",
"@types/scheduler": "*", "@types/scheduler": "*",

View File

@@ -78,7 +78,7 @@
"@types/markdown-it": "12.2.3", "@types/markdown-it": "12.2.3",
"@types/node": "18.11.5", "@types/node": "18.11.5",
"@types/prop-types": "15.7.5", "@types/prop-types": "15.7.5",
"@types/react": "18.0.22", "@types/react": "18.0.23",
"@types/react-linkify": "1.0.1", "@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36", "@types/ua-parser-js": "0.7.36",
"@typescript-eslint/eslint-plugin": "5.41.0", "@typescript-eslint/eslint-plugin": "5.41.0",