Skip to content

Commit c0aa1ae

Browse files
authored
Merge pull request #6345 from jtpio/update-typescript
Update to TypeScript 4.6
2 parents 9507aa2 + c4138ea commit c0aa1ae

File tree

15 files changed

+20
-21
lines changed

15 files changed

+20
-21
lines changed

buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@jupyterlab/buildutils": "^4.0.0-alpha.8",
3434
"commander": "^6.2.0",
3535
"fs-extra": "^9.1.0",
36-
"typescript": "~4.1.3"
36+
"typescript": "~4.6.3"
3737
},
3838
"devDependencies": {
3939
"@types/fs-extra": "^9.0.10",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"npm-run-all": "^4.1.5",
6060
"prettier": "^1.19.0",
6161
"rimraf": "^3.0.2",
62-
"typescript": "~4.1.3"
62+
"typescript": "~4.6.3"
6363
},
6464
"jupyter-releaser": {
6565
"hooks": {

packages/_metapackage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"private": true,
43
"version": "7.0.0-alpha.2",
4+
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",
77
"bugs": {
@@ -33,6 +33,6 @@
3333
"@jupyter-notebook/ui-components": "file:../ui-components"
3434
},
3535
"devDependencies": {
36-
"typescript": "~4.1.3"
36+
"typescript": "~4.6.3"
3737
}
3838
}

packages/application-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"rimraf": "~3.0.0",
62-
"typescript": "~4.1.3"
62+
"typescript": "~4.6.3"
6363
},
6464
"publishConfig": {
6565
"access": "public"

packages/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jest": "^26.4.2",
6464
"rimraf": "~3.0.0",
6565
"ts-jest": "^26.3.0",
66-
"typescript": "~4.1.3"
66+
"typescript": "~4.6.3"
6767
},
6868
"publishConfig": {
6969
"access": "public"

packages/console-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"rimraf": "~3.0.0",
49-
"typescript": "~4.1.3"
49+
"typescript": "~4.6.3"
5050
},
5151
"publishConfig": {
5252
"access": "public"

packages/docmanager-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"rimraf": "~3.0.0",
51-
"typescript": "~4.1.3"
51+
"typescript": "~4.6.3"
5252
},
5353
"publishConfig": {
5454
"access": "public"

packages/documentsearch-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"rimraf": "~3.0.0",
49-
"typescript": "~4.1.3"
49+
"typescript": "~4.6.3"
5050
},
5151
"publishConfig": {
5252
"access": "public"

packages/help-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"rimraf": "~3.0.0",
50-
"typescript": "~4.1.3"
50+
"typescript": "~4.6.3"
5151
},
5252
"publishConfig": {
5353
"access": "public"

packages/lab-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@jupyterlab/builder": "^4.0.0-alpha.8",
5858
"rimraf": "~3.0.0",
59-
"typescript": "~4.1.3"
59+
"typescript": "~4.6.3"
6060
},
6161
"publishConfig": {
6262
"access": "public"

0 commit comments

Comments
 (0)