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

This commit is contained in:
renovate[bot]
2022-10-27 19:27:57 +00:00
committed by GitHub
parent c7e58c4458
commit 45a3f2d2eb
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@@ -74,7 +74,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.11.4",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.21",
"@types/react": "18.0.22",
"@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36",
"@typescript-eslint/eslint-plugin": "5.40.1",
@@ -10838,9 +10838,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.0.21",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.21.tgz",
"integrity": "sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==",
"version": "18.0.22",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.22.tgz",
"integrity": "sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@@ -38931,9 +38931,9 @@
"dev": true
},
"@types/react": {
"version": "18.0.21",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.21.tgz",
"integrity": "sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==",
"version": "18.0.22",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.22.tgz",
"integrity": "sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",

View File

@@ -78,7 +78,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.11.4",
"@types/prop-types": "15.7.5",
"@types/react": "18.0.21",
"@types/react": "18.0.22",
"@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36",
"@typescript-eslint/eslint-plugin": "5.40.1",