Browse Source

Bump @types/react from 17.0.5 to 17.0.6 (#177)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.5 to 17.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1886/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
ffc7b64287
  1. 6
      web/package-lock.json
  2. 2
      web/package.json

6
web/package-lock.json generated

@ -355,9 +355,9 @@ @@ -355,9 +355,9 @@
"dev": true
},
"@types/react": {
"version": "17.0.5",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.5.tgz",
"integrity": "sha512-bj4biDB9ZJmGAYTWSKJly6bMr4BLUiBrx9ujiJEoP9XIDY9CTaPGxE5QWN/1WjpPLzYF7/jRNnV2nNxNe970sw==",
"version": "17.0.6",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.6.tgz",
"integrity": "sha512-u/TtPoF/hrvb63LdukET6ncaplYsvCvmkceasx8oG84/ZCsoLxz9Z/raPBP4lTAiWW1Jb889Y9svHmv8R26dWw==",
"dev": true,
"requires": {
"@types/prop-types": "*",

2
web/package.json

@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
"@types/markdown-it": "^12.0.1",
"@types/node": "^15.3.1",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.5",
"@types/react": "^17.0.6",
"@types/react-linkify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",

Loading…
Cancel
Save