0

chore(deps): update dependency @types/react to v18.2.14

This commit is contained in:
renovate[bot] 2023-06-26 18:45:19 +00:00 committed by GitHub
parent 566dedfb7e
commit 4ae071b3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
web/package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@ant-design/icons": "4.8.0", "@ant-design/icons": "4.8.0",
"@codemirror/lang-css": "6.2.0", "@codemirror/lang-css": "6.2.0",
"@codemirror/lang-html": "^6.4.5", "@codemirror/lang-html": "^6.4.2",
"@codemirror/lang-javascript": "^6.1.2", "@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-markdown": "6.2.0", "@codemirror/lang-markdown": "6.2.0",
"@codemirror/language-data": "6.3.1", "@codemirror/language-data": "6.3.1",
@ -75,7 +75,7 @@
"@types/markdown-it": "12.2.3", "@types/markdown-it": "12.2.3",
"@types/node": "18.16.18", "@types/node": "18.16.18",
"@types/prop-types": "15.7.5", "@types/prop-types": "15.7.5",
"@types/react": "18.2.13", "@types/react": "18.2.14",
"@types/react-linkify": "1.0.1", "@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36", "@types/ua-parser-js": "0.7.36",
"@types/video.js": "^7.3.50", "@types/video.js": "^7.3.50",
@ -13523,9 +13523,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.2.13", "version": "18.2.14",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz",
"integrity": "sha512-vJ+zElvi/Zn9cVXB5slX2xL8PZodPCwPRDpittQdw43JR2AJ5k3vKdgJJyneV/cYgIbLQUwXa9JVDvUZXGba+Q==", "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==",
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
"@types/scheduler": "*", "@types/scheduler": "*",

View File

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