Browse Source

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

pull/3392/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
72099d1169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      web/package-lock.json
  2. 2
      web/package.json

8
web/package-lock.json generated

@ -77,7 +77,7 @@
"@types/markdown-it": "13.0.4", "@types/markdown-it": "13.0.4",
"@types/node": "18.18.6", "@types/node": "18.18.6",
"@types/prop-types": "15.7.9", "@types/prop-types": "15.7.9",
"@types/react": "18.2.30", "@types/react": "18.2.31",
"@types/react-linkify": "1.0.3", "@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.38", "@types/ua-parser-js": "0.7.38",
@ -14359,9 +14359,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "18.2.30", "version": "18.2.31",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.30.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.31.tgz",
"integrity": "sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==", "integrity": "sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==",
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
"@types/scheduler": "*", "@types/scheduler": "*",

2
web/package.json

@ -83,7 +83,7 @@
"@types/markdown-it": "13.0.4", "@types/markdown-it": "13.0.4",
"@types/node": "18.18.6", "@types/node": "18.18.6",
"@types/prop-types": "15.7.9", "@types/prop-types": "15.7.9",
"@types/react": "18.2.30", "@types/react": "18.2.31",
"@types/react-linkify": "1.0.3", "@types/react-linkify": "1.0.3",
"@types/sanitize-html": "^2.9.0", "@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.38", "@types/ua-parser-js": "0.7.38",

Loading…
Cancel
Save