diff options
author | 2021-01-16 22:28:02 +0300 | |
---|---|---|
committer | 2021-01-16 22:28:02 +0300 | |
commit | 74e1cf9f3be47b85a8a29c46786b4a839f977eee (patch) | |
tree | 780d0e902e65d88effbab2a965fa2dc9a13d2a73 /yarn.lock | |
parent | Lock textarea resizing to vertical (diff) |
Polyfills Smooth Scroll
Pollyfills smooth scroll on the scroll to top button.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2201,6 +2201,11 @@ dependencies: "@types/node" "*" +"@types/[email protected]": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@types/smoothscroll-polyfill/-/smoothscroll-polyfill-0.3.1.tgz#77fb3a6e116bdab4a5959122e3b8e201224dcd49" + integrity sha512-+KkHw4y+EyeCtVXET7woHUhIbfWFCflc0E0mZnSV+ZdjPQeHt/9KPEuT7gSW/kFQ8O3EG30PLO++YhChDt8+Ag== + "@types/source-list-map@*": version "0.1.2" resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" @@ -8063,6 +8068,11 @@ slice-ansi@^4.0.0: astral-regex "^2.0.0" is-fullwidth-code-point "^3.0.0" + version "0.4.4" + resolved "https://registry.yarnpkg.com/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz#3a259131dc6930e6ca80003e1cb03b603b69abf8" + integrity sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg== + snapdragon-node@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" |