Skip to content

Commit

Permalink
Update to TypeScript 5 final (#14215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 17, 2023
1 parent 946e17a commit c5e0d1e
Show file tree
Hide file tree
Showing 106 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/node": "^18.11.18",
"@types/supports-color": "^5.3.0",
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"process": "^0.11.10",
"semver": "^7.3.2",
"sort-package-json": "~1.53.1",
"typescript": "~5.0.1-rc",
"typescript": "~5.0.2",
"verdaccio": "^5.20.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion buildutils/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@jupyterlab/testing": "^4.0.0-alpha.21",
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion examples/cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~3.0.0",
"style-loader": "~3.3.1",
"typescript": "~5.0.1-rc",
"typescript": "~5.0.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"whatwg-fetch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mini-css-extract-plugin": "^2.7.0",
"rimraf": "~3.0.0",
"style-loader": "~3.3.1",
"typescript": "~5.0.1-rc",
"typescript": "~5.0.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"whatwg-fetch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/filebrowser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~3.0.0",
"style-loader": "~3.3.1",
"typescript": "~5.0.1-rc",
"typescript": "~5.0.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"whatwg-fetch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/notebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~3.0.0",
"style-loader": "~3.3.1",
"typescript": "~5.0.1-rc",
"typescript": "~5.0.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"whatwg-fetch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~3.0.0",
"style-loader": "~3.3.1",
"typescript": "~5.0.1-rc",
"typescript": "~5.0.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"whatwg-fetch": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion galata/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.21",
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"jupyterlab": {
"extension": true,
Expand Down
2 changes: 1 addition & 1 deletion galata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/application-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/apputils-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/apputils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/sanitize-html": "^2.3.1",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/attachments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cell-toolbar-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cell-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@jupyterlab/testing": "^4.0.0-alpha.21",
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cells/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/react": "^18.0.26",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/celltags-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codeeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react": "^18.0.26",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/completer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/completer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/coreutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "~3.0.0",
"ts-jest": "^29.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/csvviewer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/csvviewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"csv-spectrum": "^1.0.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/react-dom": "^18.0.9",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"canvas": "^2.9.1",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docregistry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/documentsearch-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/documentsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@jupyterlab/testing": "^4.0.0-alpha.21",
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/extensionmanager-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/extensionmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/semver": "^7.3.3",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/filebrowser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/filebrowser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/fileeditor-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/fileeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/help-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"rimraf": "~3.0.0",
"typedoc": "~0.23.25",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/htmlviewer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"typescript": "~5.0.1-rc"
"typescript": "~5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c5e0d1e

Please sign in to comment.