Bump @types/react from 17.0.10 to 17.0.11 (#216)

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

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-10 07:58:40 -07:00 committed by GitHub
parent 1723c3f673
commit 801f011bde
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View file

@ -340,9 +340,9 @@
"dev": true
},
"@types/react": {
"version": "17.0.10",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.10.tgz",
"integrity": "sha512-+Tc5aGO49L/cjFBfpIPB398ztmAUChglc+a+EYlvphMOMvwUEzmLiyfmnEseGE7inMO6XiSffHmXVPC8GonksQ==",
"version": "17.0.11",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.11.tgz",
"integrity": "sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View file

@ -32,7 +32,7 @@
"@types/markdown-it": "^12.0.2",
"@types/node": "^15.12.2",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.10",
"@types/react": "^17.0.11",
"@types/react-linkify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",