0

chore(deps): update dependency @types/react to v18.2.21 (#3279)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot] 2023-08-25 20:41:32 -07:00 committed by GitHub
parent 3174eb20e5
commit 4786df39eb
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": "13.0.0",
"@types/node": "18.17.8",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36",
@ -13830,9 +13830,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.20",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz",
"integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==",
"version": "18.2.21",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz",
"integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

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