Skip to content

Commit 08b3549

Browse files
authored
Merge pull request webpack#7715 from mohsen1/ts-3
Upgrade to TypeScript 3.0 (RC)
2 parents db20039 + 5e80a92 commit 08b3549

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"script-loader": "~0.7.0",
7474
"simple-git": "^1.65.0",
7575
"style-loader": "^0.19.1",
76-
"typescript": "^2.9.1",
76+
"typescript": "^3.0.0-rc",
7777
"url-loader": "^0.6.2",
7878
"val-loader": "^1.0.2",
7979
"vm-browserify": "~0.0.0",

yarn.lock

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

6544-
typescript@^2.9.1:
6545-
version "2.9.2"
6546-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
6544+
typescript@^3.0.0-rc:
6545+
version "3.0.0-rc"
6546+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.0-rc.tgz#13553808426d393d3f92c054f4fa6f24589549c1"
65476547

65486548
ua-parser-js@^0.7.9:
65496549
version "0.7.18"

0 commit comments

Comments
 (0)