Skip to content

Commit 3a8f38c

Browse files
RobinVdBroeckDeMoorJasper
authored andcommitted
Upgrade Typescript to 2.9 (#1639)
This pull request upgrades the default version of Typescript from 2.7 to 2.9
1 parent 2aa7215 commit 3a8f38c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"serve-static": "^1.12.4",
6363
"source-map": "0.6.1",
6464
"strip-ansi": "^4.0.0",
65+
"terser": "^3.7.3",
6566
"toml": "^2.3.3",
6667
"tomlify-j0.4": "^3.0.0",
67-
"terser": "^3.7.3",
6868
"v8-compile-cache": "^2.0.0",
6969
"ws": "^5.1.1"
7070
},
@@ -99,7 +99,7 @@
9999
"sinon": "^5.0.1",
100100
"sourcemap-validator": "^1.0.6",
101101
"stylus": "^0.54.5",
102-
"typescript": "^2.7.0",
102+
"typescript": "^2.9.0",
103103
"vue": "^2.5.16",
104104
"vue-template-compiler": "^2.5.16"
105105
},

yarn.lock

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

6688-
typescript@^2.7.0:
6689-
version "2.8.3"
6690-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"
6688+
typescript@^2.9.0:
6689+
version "2.9.2"
6690+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
66916691

66926692
uglify-es@^3.3.9:
66936693
version "3.3.9"

0 commit comments

Comments
 (0)