Browse Source

chore(deps): update dependency @types/react to v18.2.17 (#3221)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/3143/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
7df82a1a9c
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 @@ @@ -77,7 +77,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.17.1",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36",
@ -13755,9 +13755,9 @@ @@ -13755,9 +13755,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.2.16",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.16.tgz",
"integrity": "sha512-LLFWr12ZhBJ4YVw7neWLe6Pk7Ey5R9OCydfuMsz1L8bZxzaawJj2p06Q8/EFEHDeTBQNFLF62X+CG7B2zIyu0Q==",
"version": "18.2.17",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.17.tgz",
"integrity": "sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",

2
web/package.json

@ -83,7 +83,7 @@ @@ -83,7 +83,7 @@
"@types/markdown-it": "12.2.3",
"@types/node": "18.17.1",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-linkify": "1.0.1",
"@types/sanitize-html": "^2.9.0",
"@types/ua-parser-js": "0.7.36",

Loading…
Cancel
Save