chore(deps): update dependency @types/react to v18.2.25 (#3318)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-07 16:20:50 -07:00 committed by Gabe Kangas
parent 7da6721604
commit fbb18d2097
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.2",
"@types/node": "18.18.3",
"@types/prop-types": "15.7.8",
"@types/react": "18.2.21",
"@types/react": "18.2.25",
"@types/react-linkify": "1.0.2",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.37",
@ -13935,9 +13935,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.21",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz",
"integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==",
"version": "18.2.25",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.25.tgz",
"integrity": "sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View file

@ -83,7 +83,7 @@
"@types/markdown-it": "13.0.2",
"@types/node": "18.18.3",
"@types/prop-types": "15.7.8",
"@types/react": "18.2.21",
"@types/react": "18.2.25",
"@types/react-linkify": "1.0.2",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.37",