Skip to content

Commit 983ef0b

Browse files
committed
Upgraded to TypeScript 3.0
1 parent eb95c82 commit 983ef0b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"tape": "^4.2.2",
7373
"ts-jest": "^22.0.0",
7474
"tslib": "^1.7.1",
75-
"typescript": "^2.1.4",
75+
"typescript": "^3.2.1",
7676
"uglify-js": "^2.6.1"
7777
},
7878
"dependencies": {},

yarn.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -5579,9 +5579,10 @@ typedarray@~0.0.5:
55795579
version "0.0.6"
55805580
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
55815581

5582-
typescript@^2.1.4:
5583-
version "2.7.2"
5584-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
5582+
typescript@^3.2.1:
5583+
version "3.2.1"
5584+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.1.tgz#0b7a04b8cf3868188de914d9568bd030f0c56192"
5585+
integrity sha512-jw7P2z/h6aPT4AENXDGjcfHTu5CSqzsbZc6YlUIebTyBAq8XaKp78x7VcSh30xwSCcsu5irZkYZUSFP1MrAMbg==
55855586

55865587
uglify-js@^2.6, uglify-js@^2.6.1, uglify-js@^2.8.29:
55875588
version "2.8.29"

0 commit comments

Comments
 (0)