diff options
| author | 2021-03-09 16:39:08 +0300 | |
|---|---|---|
| committer | 2021-03-09 16:39:08 +0300 | |
| commit | a9f655ead0f798b009eb1116ff2eb14cd965fd7a (patch) | |
| tree | 39363f0604a459e5abf27030ebdd1bd71ad9bc8e /yarn.lock | |
| parent | Merge pull request #175 from python-discord/dependabot/npm_and_yarn/html-webp... (diff) | |
| parent | Bump @types/react from 17.0.2 to 17.0.3 (diff) | |
Merge pull request #176 from python-discord/dependabot/npm_and_yarn/types/react-17.0.3
Bump @types/react from 17.0.2 to 17.0.3
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 14 | 
1 files changed, 10 insertions, 4 deletions
@@ -2136,12 +2136,13 @@    dependencies:      "@types/react" "*" -"@types/react@*", "@types/[email protected]": -  version "17.0.2" -  resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8" -  integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA== +"@types/react@*", "@types/[email protected]": +  version "17.0.3" +  resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79" +  integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==    dependencies:      "@types/prop-types" "*" +    "@types/scheduler" "*"      csstype "^3.0.2"  "@types/[email protected]": @@ -2151,6 +2152,11 @@    dependencies:      "@types/node" "*" +"@types/scheduler@*": +  version "0.16.1" +  resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" +  integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== +  "@types/[email protected]":    version "0.3.1"    resolved "https://registry.yarnpkg.com/@types/smoothscroll-polyfill/-/smoothscroll-polyfill-0.3.1.tgz#77fb3a6e116bdab4a5959122e3b8e201224dcd49"  |