Skip to content

Commit a42cb30

Browse files
author
Nikhil Thorat
authored
[Core] Update to TypeScript 3.6.3. (tensorflow#2355)
DEV We can't update all packages together because tfjs-core needs to publish without @types/webgl2 to avoid conflicting with the types provided by the new typescript version.
1 parent 2a649e0 commit a42cb30

3 files changed

Lines changed: 178 additions & 102 deletions

File tree

tfjs-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@bazel/bazel": "^0.24.0",
2323
"@bazel/typescript": "^0.27.8",
2424
"@types/jasmine": "~2.5.53",
25-
"@types/node": "~9.6.0",
25+
"@types/node": "~12.12.6",
2626
"@types/node-fetch": "~2.1.2",
2727
"browserify": "~16.2.3",
2828
"clang-format": "~1.2.4",
@@ -36,17 +36,18 @@
3636
"karma-typescript": "~4.1.1",
3737
"npm-run-all": "~4.1.3",
3838
"rimraf": "~2.6.2",
39-
"rollup": "~1.9.0",
40-
"rollup-plugin-commonjs": "~9.3.4",
41-
"rollup-plugin-node-resolve": "~3.4.0",
39+
"rollup": "~1.26.3",
40+
"rollup-plugin-commonjs": "~10.1.0",
41+
"rollup-plugin-node-resolve": "~5.2.0",
4242
"rollup-plugin-terser": "~4.0.4",
43-
"rollup-plugin-typescript2": "~0.20.1",
43+
"rollup-plugin-typescript2": "~0.25.2",
4444
"rollup-plugin-visualizer": "~1.1.1",
4545
"shelljs": "~0.8.3",
4646
"ts-node": "~7.0.0",
47+
"tslib": "~1.10.0",
4748
"tslint": "~5.11.0",
4849
"tslint-no-circular-imports": "~0.5.0",
49-
"typescript": "3.5.3",
50+
"typescript": "3.6.3",
5051
"watchify": "~3.11.1",
5152
"yalc": "~1.0.0-pre.21",
5253
"yargs": "~13.2.2"
@@ -78,7 +79,6 @@
7879
"@types/offscreencanvas": "~2019.3.0",
7980
"@types/seedrandom": "2.4.27",
8081
"@types/webgl-ext": "0.0.30",
81-
"@types/webgl2": "0.0.4",
8282
"node-fetch": "~2.1.2",
8383
"seedrandom": "2.4.3"
8484
},

tfjs-core/test.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)