Skip to content

Commit

Permalink
Merge pull request #6440 from jasongrout/ts351
Browse files Browse the repository at this point in the history
Upgrade to typescript 3.5.1
  • Loading branch information
jasongrout committed May 31, 2019
2 parents e0c214c + 76cdaf1 commit 0bf189b
Show file tree
Hide file tree
Showing 113 changed files with 156 additions and 181 deletions.
2 changes: 1 addition & 1 deletion buildutils/package.json
Expand Up @@ -50,7 +50,7 @@
"path": "~0.12.7",
"semver": "^6.1.0",
"sort-package-json": "~1.22.1",
"typescript": "~3.4.3",
"typescript": "~3.5.1",
"webpack": "^4.32.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion buildutils/template/package.json
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion buildutils/test-template/package.json
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"karma": "^4.1.0",
"rimraf": "~2.6.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
}
}
2 changes: 1 addition & 1 deletion examples/cell/package.json
Expand Up @@ -29,7 +29,7 @@
"svg-url-loader": "~2.3.2",
"svgo": "~1.2.1",
"svgo-loader": "~2.2.0",
"typescript": "~3.4.3",
"typescript": "~3.5.1",
"url-loader": "~1.1.2",
"watch": "~1.0.2",
"webpack": "^4.32.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/console/package.json
Expand Up @@ -28,7 +28,7 @@
"svg-url-loader": "~2.3.2",
"svgo": "~1.2.1",
"svgo-loader": "~2.2.0",
"typescript": "~3.4.3",
"typescript": "~3.5.1",
"url-loader": "~1.1.2",
"watch": "~1.0.2",
"webpack": "^4.32.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/filebrowser/package.json
Expand Up @@ -32,7 +32,7 @@
"svg-url-loader": "~2.3.2",
"svgo": "~1.2.1",
"svgo-loader": "~2.2.0",
"typescript": "~3.4.3",
"typescript": "~3.5.1",
"url-loader": "~1.1.2",
"watch": "~1.0.2",
"webpack": "^4.32.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/notebook/package.json
Expand Up @@ -33,7 +33,7 @@
"svg-url-loader": "~2.3.2",
"svgo": "~1.2.1",
"svgo-loader": "~2.2.0",
"typescript": "~3.4.3",
"typescript": "~3.5.1",
"url-loader": "~1.1.2",
"watch": "~1.0.2",
"webpack": "^4.32.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/terminal/package.json
Expand Up @@ -24,7 +24,7 @@
"svg-url-loader": "~2.3.2",
"svgo": "~1.2.1",
"svgo-loader": "~2.2.0",
"typescript": "~3.4.3",
"typescript": "~3.5.1",
"url-loader": "~1.1.2",
"watch": "~1.0.2",
"webpack": "^4.32.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-extension/package.json
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/apputils-extension/package.json
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/apputils/package.json
Expand Up @@ -54,7 +54,7 @@
"@types/sanitize-html": "^1.18.3",
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/attachments/package.json
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cells/package.json
Expand Up @@ -52,7 +52,7 @@
"@types/react": "~16.8.18",
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codeeditor/package.json
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-extension/package.json
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Expand Up @@ -49,7 +49,7 @@
"@types/codemirror": "^0.0.74",
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/completer-extension/package.json
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/completer/package.json
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/coreutils/package.json
Expand Up @@ -46,7 +46,7 @@
"@types/minimist": "^1.2.0",
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/csvviewer-extension/package.json
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/csvviewer/package.json
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager/package.json
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docregistry/package.json
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/documentsearch-extension/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/documentsearch/package.json
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/extensionmanager-extension/package.json
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/extensionmanager/package.json
Expand Up @@ -44,7 +44,7 @@
"@types/semver": "^6.0.0",
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/faq-extension/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^12.0.2",
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/filebrowser-extension/package.json
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/filebrowser/package.json
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/fileeditor-extension/package.json
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "^0.14.2",
"typescript": "~3.4.3"
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0bf189b

Please sign in to comment.