Skip to content

Commit ff5b753

Browse files
committed
chore(package): update typescript to version 3.0.1
1 parent e7fe9d6 commit ff5b753

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"ts-node": "^7.0.0",
109109
"tslint": "^5.11.0",
110110
"tslint-config-prettier": "^1.14.0",
111-
"typescript": "^2.9.2",
111+
"typescript": "^3.0.1",
112112
"uglifyjs-webpack-plugin": "^1.2.7",
113113
"webpack": "^4.16.3",
114114
"webpack-cli": "^3.1.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,8 @@ browserify-zlib@^0.2.0:
957957
pako "~1.0.5"
958958

959959
buffer-from@^1.0.0, buffer-from@^1.1.0:
960-
version "1.1.0"
961-
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.0.tgz#87fcaa3a298358e0ade6e442cfce840740d1ad04"
960+
version "1.1.1"
961+
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
962962

963963
buffer-indexof@^1.0.0:
964964
version "1.1.1"
@@ -2451,8 +2451,8 @@ [email protected]:
24512451
debug "^2.2.0"
24522452

24532453
follow-redirects@^1.0.0:
2454-
version "1.5.1"
2455-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.1.tgz#67a8f14f5a1f67f962c2c46469c79eaec0a90291"
2454+
version "1.5.2"
2455+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.2.tgz#5a9d80e0165957e5ef0c1210678fc5c4acb9fb03"
24562456
dependencies:
24572457
debug "^3.1.0"
24582458

@@ -6435,8 +6435,8 @@ stream-browserify@^2.0.1:
64356435
readable-stream "^2.0.2"
64366436

64376437
stream-each@^1.1.0:
6438-
version "1.2.2"
6439-
resolved "https://registry.npmjs.org/stream-each/-/stream-each-1.2.2.tgz#8e8c463f91da8991778765873fe4d960d8f616bd"
6438+
version "1.2.3"
6439+
resolved "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
64406440
dependencies:
64416441
end-of-stream "^1.1.0"
64426442
stream-shift "^1.0.0"
@@ -6576,8 +6576,8 @@ tape@^4.6.0:
65766576
through "~2.3.8"
65776577

65786578
tar@^4:
6579-
version "4.4.4"
6580-
resolved "https://registry.npmjs.org/tar/-/tar-4.4.4.tgz#ec8409fae9f665a4355cc3b4087d0820232bb8cd"
6579+
version "4.4.6"
6580+
resolved "https://registry.npmjs.org/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b"
65816581
dependencies:
65826582
chownr "^1.0.1"
65836583
fs-minipass "^1.2.5"
@@ -6776,8 +6776,8 @@ tslint@^5.11.0:
67766776
tsutils "^2.27.2"
67776777

67786778
tsscmp@~1.0.0:
6779-
version "1.0.5"
6780-
resolved "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.5.tgz#7dc4a33af71581ab4337da91d85ca5427ebd9a97"
6779+
version "1.0.6"
6780+
resolved "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb"
67816781

67826782
tsutils@^2.27.2:
67836783
version "2.29.0"
@@ -6824,9 +6824,9 @@ typedarray@^0.0.6:
68246824
version "0.0.6"
68256825
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
68266826

6827-
typescript@^2.9.2:
6828-
version "2.9.2"
6829-
resolved "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
6827+
typescript@^3.0.1:
6828+
version "3.0.1"
6829+
resolved "https://registry.npmjs.org/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
68306830

68316831
uglify-es@^3.3.4:
68326832
version "3.3.9"

0 commit comments

Comments
 (0)