Skip to content

Commit 34cdb25

Browse files
renovate[bot]stipsan
authored andcommitted
chore(deps): update dependency typescript to v3.1.1 (#127)
* chore(deps): update dependency typescript to v3.1.1 * Update index.ts
1 parent f045f62 commit 34cdb25

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"serve": "10.0.2",
6060
"tslint": "5.11.0",
6161
"tslint-config-prettier": "1.15.0",
62-
"typescript": "3.0.3"
62+
"typescript": "3.1.1"
6363
},
6464
"keywords": [
6565
"if-needed",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export default (target: Element, options: Options): CustomScrollAction[] => {
255255
if (
256256
cursor === document.body &&
257257
isScrollable(cursor) &&
258-
!isScrollable(document.documentElement)
258+
!isScrollable(document.documentElement as HTMLElement)
259259
) {
260260
continue
261261
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6729,9 +6729,9 @@ typedarray@^0.0.6:
67296729
version "0.0.6"
67306730
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
67316731

6732-
typescript@3.0.3:
6733-
version "3.0.3"
6734-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.3.tgz#4853b3e275ecdaa27f78fda46dc273a7eb7fc1c8"
6732+
typescript@3.1.1:
6733+
version "3.1.1"
6734+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
67356735

67366736
uglify-js@^3.1.4:
67376737
version "3.4.9"

0 commit comments

Comments
 (0)