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

This commit is contained in:
renovate[bot]
2023-10-22 20:02:32 +00:00
committed by GitHub
parent 1255cf2983
commit b68a7ceabf
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -77,7 +77,7 @@
"@types/markdown-it": "13.0.4", "@types/markdown-it": "13.0.4",
"@types/node": "18.18.6", "@types/node": "18.18.6",
"@types/prop-types": "15.7.9", "@types/prop-types": "15.7.9",
"@types/react": "18.2.29", "@types/react": "18.2.30",
"@types/react-linkify": "1.0.3", "@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.38", "@types/ua-parser-js": "0.7.38",
@@ -14282,9 +14282,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.2.29", "version": "18.2.30",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.29.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.30.tgz",
"integrity": "sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==", "integrity": "sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==",
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
"@types/scheduler": "*", "@types/scheduler": "*",

View File

@@ -83,7 +83,7 @@
"@types/markdown-it": "13.0.4", "@types/markdown-it": "13.0.4",
"@types/node": "18.18.6", "@types/node": "18.18.6",
"@types/prop-types": "15.7.9", "@types/prop-types": "15.7.9",
"@types/react": "18.2.29", "@types/react": "18.2.30",
"@types/react-linkify": "1.0.3", "@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.38", "@types/ua-parser-js": "0.7.38",