Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e0595ab

Browse files
committed
Set typescript to beta
1 parent 457351f commit e0595ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"source-map-support": "^0.5.6",
3232
"tslib": "1.11",
3333
"tslint": "5.11.0",
34-
"typescript": "3.8.2"
34+
"typescript": "^4.0.0-dev.20200429"
3535
},
3636
"scripts": {
3737
"build": "bazel build //:npm_package",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,10 @@ tsutils@^2.27.2:
12081208
dependencies:
12091209
tslib "^1.8.1"
12101210

1211-
typescript@3.8.2:
1212-
version "3.8.2"
1213-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
1214-
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
1211+
typescript@^4.0.0-dev.20200429:
1212+
version "4.0.0-dev.20200429"
1213+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.0-dev.20200429.tgz#8af7f4e8aca5e91bb7cfef69b4ba96b3deedf4f3"
1214+
integrity sha512-r5LFE13k+4K3Zw2YNa30McHp4EtQzGTibFBib7yQWkO6oNftBlwEzgHcX2+KBA1S1FI0uZEoUOuo6l82R5sYgA==
12151215

12161216
uglify-js@^3.1.4:
12171217
version "3.6.0"

0 commit comments

Comments
 (0)