Update dependency @types/react to v18.0.28

This commit is contained in:
renovate[bot] 2023-02-14 20:59:58 +00:00 committed by GitHub
parent 293300341f
commit c555063bdc
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

@ -76,7 +76,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.13.0",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36",
"@types/video.js": "^7.3.50",
@ -11900,9 +11900,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.0.27",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz",
"integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==",
"version": "18.0.28",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
"integrity": "sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

@ -80,7 +80,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.13.0",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36",
"@types/video.js": "^7.3.50",