Skip to content

Commit

Permalink
Merge pull request #4797 from jasongrout/ts292
Browse files Browse the repository at this point in the history
Update to Typescript 2.9.2.
  • Loading branch information
ian-r-rose committed Jun 28, 2018
2 parents 05a2089 + 6be51db commit ac745a3
Show file tree
Hide file tree
Showing 93 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion buildutils/package.json
Expand Up @@ -38,7 +38,7 @@
"inquirer": "~3.3.0",
"path": "~0.12.7",
"sort-package-json": "~1.7.1",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"devDependencies": {
"@types/fs-extra": "~4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/template/package.json
Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion buildutils/test-template/package.json
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"karma": "~1.7.1",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion examples/cell/package.json
Expand Up @@ -25,7 +25,7 @@
"raw-loader": "~0.5.1",
"rimraf": "~2.6.2",
"style-loader": "~0.21.0",
"typescript": "~2.9.1",
"typescript": "~2.9.2",
"url-loader": "~1.0.1",
"watch": "~1.0.2",
"webpack": "~4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/console/package.json
Expand Up @@ -23,7 +23,7 @@
"file-loader": "~1.1.11",
"rimraf": "~2.6.2",
"style-loader": "~0.21.0",
"typescript": "~2.9.1",
"typescript": "~2.9.2",
"url-loader": "~1.0.1",
"watch": "~1.0.2",
"webpack": "~4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/filebrowser/package.json
Expand Up @@ -28,7 +28,7 @@
"raw-loader": "~0.5.1",
"rimraf": "~2.6.2",
"style-loader": "~0.21.0",
"typescript": "~2.9.1",
"typescript": "~2.9.2",
"url-loader": "~1.0.1",
"watch": "~1.0.2",
"webpack": "~4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/notebook/package.json
Expand Up @@ -27,7 +27,7 @@
"raw-loader": "~0.5.1",
"rimraf": "~2.6.2",
"style-loader": "~0.21.0",
"typescript": "~2.9.1",
"typescript": "~2.9.2",
"url-loader": "~1.0.1",
"watch": "~1.0.2",
"webpack": "~4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/terminal/package.json
Expand Up @@ -21,7 +21,7 @@
"raw-loader": "~0.5.1",
"rimraf": "~2.6.2",
"style-loader": "~0.21.0",
"typescript": "~2.9.1",
"typescript": "~2.9.2",
"url-loader": "~1.0.1",
"watch": "~1.0.2",
"webpack": "~4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-extension/package.json
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Expand Up @@ -49,6 +49,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/apputils-extension/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/apputils/package.json
Expand Up @@ -51,6 +51,6 @@
"@types/react-dom": "~16.0.2",
"@types/sanitize-html": "~1.14.0",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/attachments/package.json
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/cells/package.json
Expand Up @@ -48,6 +48,6 @@
"devDependencies": {
"@types/react": "~16.0.19",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/codeeditor/package.json
Expand Up @@ -42,6 +42,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/codemirror-extension/package.json
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"@types/codemirror": "~0.0.46",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/completer-extension/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/completer/package.json
Expand Up @@ -44,6 +44,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Expand Up @@ -46,6 +46,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/coreutils/package.json
Expand Up @@ -44,6 +44,6 @@
"@types/comment-json": "^1.1.0",
"@types/minimist": "~1.2.0",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/csvviewer-extension/package.json
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/csvviewer/package.json
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager/package.json
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/docregistry/package.json
Expand Up @@ -47,6 +47,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/faq-extension/package.json
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/node": "~8.0.47",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/filebrowser-extension/package.json
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/filebrowser/package.json
Expand Up @@ -47,6 +47,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/fileeditor-extension/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/fileeditor/package.json
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/help-extension/package.json
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/imageviewer-extension/package.json
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/imageviewer/package.json
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/inspector-extension/package.json
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector/package.json
Expand Up @@ -42,6 +42,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/javascript-extension/package.json
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"mimeExtension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/json-extension/package.json
Expand Up @@ -43,7 +43,7 @@
"@types/react-highlighter": "^0.3.1",
"@types/react-json-tree": "^0.6.3",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"mimeExtension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/launcher-extension/package.json
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/launcher/package.json
Expand Up @@ -42,6 +42,6 @@
"devDependencies": {
"@types/react": "~16.0.19",
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/mainmenu-extension/package.json
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/mainmenu/package.json
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/markdownviewer-extension/package.json
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"mimeExtension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/mathjax2-extension/package.json
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
},
"jupyterlab": {
"extension": true
Expand Down
2 changes: 1 addition & 1 deletion packages/metapackage/package.json
Expand Up @@ -97,6 +97,6 @@
"fs-extra": "~4.0.2",
"rimraf": "~2.6.2",
"typedoc": "~0.11.1",
"typescript": "~2.9.1"
"typescript": "~2.9.2"
}
}

0 comments on commit ac745a3

Please sign in to comment.