0

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

This commit is contained in:
renovate[bot] 2024-05-26 21:44:37 +00:00 committed by GitHub
parent d1035a2967
commit 002107f1c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@ -78,7 +78,7 @@
"@types/markdown-it": "14.1.1", "@types/markdown-it": "14.1.1",
"@types/node": "20.12.12", "@types/node": "20.12.12",
"@types/prop-types": "15.7.12", "@types/prop-types": "15.7.12",
"@types/react": "18.3.2", "@types/react": "18.3.3",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.39", "@types/ua-parser-js": "0.7.39",
@ -9534,9 +9534,10 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.3.2", "version": "18.3.3",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
"integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
"csstype": "^3.0.2" "csstype": "^3.0.2"

View File

@ -84,7 +84,7 @@
"@types/markdown-it": "14.1.1", "@types/markdown-it": "14.1.1",
"@types/node": "20.12.12", "@types/node": "20.12.12",
"@types/prop-types": "15.7.12", "@types/prop-types": "15.7.12",
"@types/react": "18.3.2", "@types/react": "18.3.3",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.39", "@types/ua-parser-js": "0.7.39",