From ac96de670bed0d78e4a3ae4ddffcb3e586ee00ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Sep 2021 02:47:07 +0200 Subject: [PATCH] Update definitely typed (#1490) Co-authored-by: Renovate Bot --- package.json | 4 ++-- yarn.lock | 19 +++++-------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 9f68d50db..03af42f21 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ "@types/diff": "5.0.1", "@types/jest": "26.0.24", "@types/js-yaml": "4.0.3", - "@types/luxon": "2.0.2", + "@types/luxon": "2.0.3", "@types/markdown-it": "12.2.1", "@types/markdown-it-container": "2.0.4", "@types/markdown-it-plantuml": "1.4.1", "@types/mermaid": "8.2.7", "@types/node": "15.6.0", "@types/sass": "1.16.1", - "@types/react": "17.0.19", + "@types/react": "17.0.20", "@types/react-bootstrap-typeahead": "5.1.7", "@types/react-dom": "17.0.9", "@types/react-router": "5.1.16", diff --git a/yarn.lock b/yarn.lock index c977cdef4..eeae83459 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2373,10 +2373,10 @@ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.2.tgz#fd2cd2edbaa7eaac7e7f3c1748b52a19143846c9" integrity sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA== -"@types/luxon@2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.2.tgz#89db62ab8299ed3a703e75eef525d6bdf94349bc" - integrity sha512-CUrDlIVYv7TNkdQV8YfT2WGAHyMAwFIT1PXoUcQhX2EFMVL20lxEQHWc73gdJfRtMsI6Vc22HvR7eUN0jkx6+w== +"@types/luxon@2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.3.tgz#03de7fa45451bffe9978700dca85fd6f242ef961" + integrity sha512-qhyivlWLuSnQa6EMx7W2oPiMUD4/F9BLuQynZe3jBgmfCS6Xr+Ock1+ZotN6xEkdJvdckyX+z1r5fyvi31GV5Q== "@types/markdown-it-container@2.0.4": version "2.0.4" @@ -2512,7 +2512,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@>=16.14.8", "@types/react@>=16.9.11", "@types/react@^17.0.11": +"@types/react@*", "@types/react@17.0.20", "@types/react@>=16.14.8", "@types/react@>=16.9.11", "@types/react@^17.0.11": version "17.0.20" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz#a4284b184d47975c71658cd69e759b6bd37c3b8c" integrity sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA== @@ -2521,15 +2521,6 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@17.0.19": - version "17.0.19" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.19.tgz#8f2a85e8180a43b57966b237d26a29481dacc991" - integrity sha512-sX1HisdB1/ZESixMTGnMxH9TDe8Sk709734fEQZzCV/4lSu9kJCPbo2PbTRoZM+53Pp0P10hYVyReUueGwUi4A== - dependencies: - "@types/prop-types" "*" - "@types/scheduler" "*" - csstype "^3.0.2" - "@types/redux-devtools-extension@2.13.2": version "2.13.2" resolved "https://registry.yarnpkg.com/@types/redux-devtools-extension/-/redux-devtools-extension-2.13.2.tgz#b2e09a8c163b2b0f5072e6a5ac41474000df2111"