Skip to content

Commit ef228d2

Browse files
authored
Update dependencies (#26)
* Update dependencies * dedupe * Update to final releases and switch to @jupyter/builder * Deduplicate yarn.lock
1 parent 4de2a30 commit ef228d2

3 files changed

Lines changed: 918 additions & 2624 deletions

File tree

packages/javascript-kernel-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"watch:src": "tsc -w"
4040
},
4141
"dependencies": {
42-
"@jupyterlab/application": "^4.5.5",
42+
"@jupyterlab/application": "^4.6.0",
4343
"@jupyterlite/javascript-kernel": "^0.4.0-alpha.4",
44-
"@jupyterlite/services": "^0.7.0"
44+
"@jupyterlite/services": "^0.8.0"
4545
},
4646
"devDependencies": {
47-
"@jupyterlab/builder": "^4.5.5",
47+
"@jupyter/builder": "^1.0.2",
4848
"npm-run-all2": "^7.0.1",
4949
"rimraf": "~5.0.1",
5050
"typescript": "~5.0.2"

packages/javascript-kernel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"watch": "tsc -b --watch"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/coreutils": "^6.5.5",
47-
"@jupyterlab/nbformat": "^4.5.0",
48-
"@jupyterlite/services": "^0.7.0",
46+
"@jupyterlab/coreutils": "^6.6.0",
47+
"@jupyterlab/nbformat": "^4.6.0",
48+
"@jupyterlite/services": "^0.8.0",
4949
"@lumino/coreutils": "^2.2.2",
5050
"astring": "^1.9.0",
5151
"comlink": "^4.3.1",
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@babel/core": "^7.11.6",
5656
"@babel/preset-env": "^7.12.1",
57-
"@jupyterlab/testutils": "~4.5.0",
57+
"@jupyterlab/testutils": "~4.6.0",
5858
"@types/jest": "^26.0.10",
5959
"jest": "^26.4.2",
6060
"rimraf": "~5.0.1",

0 commit comments

Comments
 (0)