diff options
| author | Renovate Bot <[email protected]> | 2021-06-09 14:43:56 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-09 14:43:56 +0000 |
| commit | 99bbba341f2a8c40e15179a6d31628e0deee245a (patch) | |
| tree | 34160caaef884059bc767aa018a218fee1059e3d | |
| parent | feat(config): extra footer details (diff) | |
| download | site-99bbba341f2a8c40e15179a6d31628e0deee245a.tar.xz site-99bbba341f2a8c40e15179a6d31628e0deee245a.zip | |
chore(deps): update dependency @types/react to v17.0.11
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index e17dc6b..20bd71e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/config-conventional": "12.1.1", "@docusaurus/module-type-aliases": "2.0.0-alpha.72", "@tsconfig/docusaurus": "1.0.2", - "@types/react": "17.0.5", + "@types/react": "17.0.11", "@types/react-helmet": "6.1.1", "@types/react-router-dom": "5.1.7", "commitizen": "4.2.4", @@ -2133,10 +2133,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/[email protected]": - version "17.0.5" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.5.tgz#3d887570c4489011f75a3fc8f965bf87d09a1bea" - integrity sha512-bj4biDB9ZJmGAYTWSKJly6bMr4BLUiBrx9ujiJEoP9XIDY9CTaPGxE5QWN/1WjpPLzYF7/jRNnV2nNxNe970sw== +"@types/[email protected]": + version "17.0.11" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.11.tgz#67fcd0ddbf5a0b083a0f94e926c7d63f3b836451" + integrity sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" |