Update dependency @types/react to v18.0.29

This commit is contained in:
renovate[bot]
2023-03-27 18:10:07 +00:00
committed by GitHub
parent a98fcf68ab
commit 3627c2a2c5
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.15.7",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.28",
"@types/react": "18.0.29",
"@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36",
"@types/video.js": "^7.3.50",
@@ -11975,9 +11975,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.0.28",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.28.tgz",
"integrity": "sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==",
"version": "18.0.29",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.29.tgz",
"integrity": "sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

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