build(deps-dev): bump @types/react from 18.0.0 to 18.0.1 (#443)

This commit is contained in:
dependabot[bot]
2022-04-11 04:18:37 +00:00
committed by GitHub
parent 0c657f040b
commit ac85c8a67b
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"@types/jszip": "^3.4.1", "@types/jszip": "^3.4.1",
"@types/openpgp": "^4.4.18", "@types/openpgp": "^4.4.18",
"@types/react": "^18.0.0", "@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0", "@types/react-dom": "^18.0.0",
"@types/react-router": "^5.1.18", "@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",

View File

@@ -2052,10 +2052,10 @@
"@types/history" "^4.7.11" "@types/history" "^4.7.11"
"@types/react" "*" "@types/react" "*"
"@types/react@*", "@types/react@^18.0.0": "@types/react@*", "@types/react@^18.0.1":
version "18.0.0" version "18.0.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.0.tgz#4be8aa3a2d04afc3ac2cc1ca43d39b0bd412890c" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.1.tgz#1b2e02fb7613212518733946e49fb963dfc66e19"
integrity sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw== integrity sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
"@types/scheduler" "*" "@types/scheduler" "*"