Skip to content

Commit b3181e5

Browse files
committed
Update dependencies
1 parent 659609f commit b3181e5

3 files changed

Lines changed: 804 additions & 1555 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-alpha.5",
4343
"@jupyterlite/javascript-kernel": "^0.4.0-alpha.4",
44-
"@jupyterlite/services": "^0.7.0"
44+
"@jupyterlite/services": "^0.8.0-alpha.2"
4545
},
4646
"devDependencies": {
47-
"@jupyterlab/builder": "^4.5.5",
47+
"@jupyterlab/builder": "^4.6.0-alpha.5",
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-alpha.5",
47+
"@jupyterlab/nbformat": "^4.6.0-alpha.5",
48+
"@jupyterlite/services": "^0.8.0-alpha.2",
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-alpha.5",
5858
"@types/jest": "^26.0.10",
5959
"jest": "^26.4.2",
6060
"rimraf": "~5.0.1",

0 commit comments

Comments
 (0)