Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(typescript): update to typescript 4.0.1-rc
  • Loading branch information
adamdbradley committed Aug 15, 2020
1 parent f838eea commit def2e6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -113,7 +113,7 @@
"sizzle": "^2.3.5",
"terser": "5.1.0",
"tslib": "^2.0.1",
"typescript": "4.0.0-beta",
"typescript": "4.0.1-rc",
"webpack": "^4.44.1",
"ws": "7.3.1"
},
Expand Down
4 changes: 0 additions & 4 deletions src/compiler/sys/dependencies.json
Expand Up @@ -51,15 +51,11 @@
"compiler/lib.es2020.symbol.wellknown.d.ts",
"compiler/lib.es5.d.ts",
"compiler/lib.es6.d.ts",
"compiler/lib.esnext.array.d.ts",
"compiler/lib.esnext.asynciterable.d.ts",
"compiler/lib.esnext.bigint.d.ts",
"compiler/lib.esnext.d.ts",
"compiler/lib.esnext.full.d.ts",
"compiler/lib.esnext.intl.d.ts",
"compiler/lib.esnext.promise.d.ts",
"compiler/lib.esnext.string.d.ts",
"compiler/lib.esnext.symbol.d.ts",
"compiler/lib.scripthost.d.ts",
"compiler/lib.webworker.d.ts",
"compiler/lib.webworker.importscripts.d.ts",
Expand Down

0 comments on commit def2e6b

Please sign in to comment.