0

Bump @types/react from 17.0.3 to 17.0.4 (#144)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.3 to 17.0.4.
- [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>
This commit is contained in:
dependabot[bot] 2021-04-27 08:16:50 -07:00 committed by GitHub
parent 8eeea83aa5
commit 55bdd874f0
2 changed files with 7 additions and 7 deletions

12
web/package-lock.json generated
View File

@ -362,9 +362,9 @@
"dev": true "dev": true
}, },
"@types/react": { "@types/react": {
"version": "17.0.3", "version": "17.0.4",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.4.tgz",
"integrity": "sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==", "integrity": "sha512-onz2BqScSFMoTRdJUZUDD/7xrusM8hBA2Fktk2qgaTYPCgPvWnDEgkrOs8hhPUf2jfcIXkJ5yK6VfYormJS3Jw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",
@ -1313,9 +1313,9 @@
} }
}, },
"csstype": { "csstype": {
"version": "3.0.7", "version": "3.0.8",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.7.tgz", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz",
"integrity": "sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==", "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==",
"dev": true "dev": true
}, },
"damerau-levenshtein": { "damerau-levenshtein": {

View File

@ -32,7 +32,7 @@
"@types/markdown-it": "^12.0.1", "@types/markdown-it": "^12.0.1",
"@types/node": "^15.0.0", "@types/node": "^15.0.0",
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"@types/react": "^17.0.3", "@types/react": "^17.0.4",
"@types/react-linkify": "^1.0.0", "@types/react-linkify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0", "@typescript-eslint/parser": "^4.22.0",