Skip to content

Commit

Permalink
Update typescript and lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 7, 2025
1 parent 4680e1a commit 94ba88d
Show file tree
Hide file tree
Showing 17 changed files with 516 additions and 1,239 deletions.
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"semver": "^7.6.3",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"devDependencies": {
"@types/fs-extra": "^9.0.10",
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent",
"useWorkspaces": true
"version": "independent"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "^5.6.3",
"lerna": "^6.6.2",
"lerna": "^7.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.5",
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"nx": {}
}
2 changes: 1 addition & 1 deletion packages/_metapackage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@jupyter-notebook/ui-components": "^7.4.0-alpha.0"
},
"devDependencies": {
"typescript": "~5.0.2"
"typescript": "~5.1.6"
}
}
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.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"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 @@ -62,7 +62,7 @@
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"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 @@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"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 @@ -49,7 +49,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"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 @@ -45,7 +45,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"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 @@ -48,7 +48,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/lab-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@jupyterlab/builder": "~4.4.0-alpha.1",
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tree-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"typescript": "~5.0.2"
"typescript": "~5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 94ba88d

Please sign in to comment.