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

This commit is contained in:
renovate[bot] 2023-08-12 19:35:38 +00:00 committed by GitHub
parent 611f44e72b
commit 7b0895c423
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

@ -77,7 +77,7 @@
"@types/markdown-it": "12.2.3", "@types/markdown-it": "12.2.3",
"@types/node": "18.17.4", "@types/node": "18.17.4",
"@types/prop-types": "15.7.5", "@types/prop-types": "15.7.5",
"@types/react": "18.2.19", "@types/react": "18.2.20",
"@types/react-linkify": "1.0.1", "@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36", "@types/ua-parser-js": "0.7.36",
@ -13752,9 +13752,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.2.19", "version": "18.2.20",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.19.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz",
"integrity": "sha512-e2S8wmY1ePfM517PqCG80CcE48Xs5k0pwJzuDZsfE8IZRRBfOMCF+XqnFxu6mWtyivum1MQm4aco+WIt6Coimw==", "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==",
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
"@types/scheduler": "*", "@types/scheduler": "*",

View File

@ -83,7 +83,7 @@
"@types/markdown-it": "12.2.3", "@types/markdown-it": "12.2.3",
"@types/node": "18.17.4", "@types/node": "18.17.4",
"@types/prop-types": "15.7.5", "@types/prop-types": "15.7.5",
"@types/react": "18.2.19", "@types/react": "18.2.20",
"@types/react-linkify": "1.0.1", "@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36", "@types/ua-parser-js": "0.7.36",