chore(deps): update dependency @types/react to v18.2.17 (#3221)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-07-29 16:49:54 -07:00
committed by GitHub
parent a75ea76cc8
commit 7df82a1a9c
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/node": "18.17.1",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36",
@@ -13755,9 +13755,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.16",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.16.tgz",
"integrity": "sha512-LLFWr12ZhBJ4YVw7neWLe6Pk7Ey5R9OCydfuMsz1L8bZxzaawJj2p06Q8/EFEHDeTBQNFLF62X+CG7B2zIyu0Q==",
"version": "18.2.17",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.17.tgz",
"integrity": "sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

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