Skip to content

Commit 02faa9c

Browse files
committed
fix: TypeScript v4 compatibility
1 parent 31d39de commit 02faa9c

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"sideEffects": false,
3535
"typings": "typings/index.d.ts",
3636
"dependencies": {
37-
"compute-scroll-into-view": "^1.0.14"
37+
"compute-scroll-into-view": "^1.0.16"
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "7.10.5",

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,10 +2051,10 @@ component-emitter@^1.2.1:
20512051
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
20522052
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
20532053

2054-
compute-scroll-into-view@^1.0.14:
2055-
version "1.0.14"
2056-
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.14.tgz#80e3ebb25d6aa89f42e533956cb4b16a04cfe759"
2057-
integrity sha512-mKDjINe3tc6hGelUMNDzuhorIUZ7kS7BwyY0r2wQd2HOH2tRuJykiC06iSEX8y1TuhNzvz4GcJnK16mM2J1NMQ==
2054+
compute-scroll-into-view@^1.0.16:
2055+
version "1.0.16"
2056+
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.16.tgz#5b7bf4f7127ea2c19b750353d7ce6776a90ee088"
2057+
integrity sha512-a85LHKY81oQnikatZYA90pufpZ6sQx++BoCxOEMsjpZx+ZnaKGQnCyCehTRr/1p9GBIAHTjcU9k71kSYWloLiQ==
20582058

20592059
20602060
version "0.0.1"
@@ -5178,7 +5178,6 @@ npm@^6.10.3:
51785178
cmd-shim "^3.0.3"
51795179
columnify "~1.5.4"
51805180
config-chain "^1.1.12"
5181-
debuglog "*"
51825181
detect-indent "~5.0.0"
51835182
detect-newline "^2.1.0"
51845183
dezalgo "~1.0.3"
@@ -5193,7 +5192,6 @@ npm@^6.10.3:
51935192
has-unicode "~2.0.1"
51945193
hosted-git-info "^2.8.8"
51955194
iferr "^1.0.2"
5196-
imurmurhash "*"
51975195
infer-owner "^1.0.4"
51985196
inflight "~1.0.6"
51995197
inherits "^2.0.4"
@@ -5212,14 +5210,8 @@ npm@^6.10.3:
52125210
libnpx "^10.2.4"
52135211
lock-verify "^2.1.0"
52145212
lockfile "^1.0.4"
5215-
lodash._baseindexof "*"
52165213
lodash._baseuniq "~4.6.0"
5217-
lodash._bindcallback "*"
5218-
lodash._cacheindexof "*"
5219-
lodash._createcache "*"
5220-
lodash._getnative "*"
52215214
lodash.clonedeep "~4.5.0"
5222-
lodash.restparam "*"
52235215
lodash.union "~4.6.0"
52245216
lodash.uniq "~4.5.0"
52255217
lodash.without "~4.4.0"

0 commit comments

Comments
 (0)