File tree Expand file tree Collapse file tree 5 files changed +222
-222
lines changed Expand file tree Collapse file tree 5 files changed +222
-222
lines changed Original file line number Diff line number Diff line change 47
47
"watch:labextension" : " jupyter labextension watch ."
48
48
},
49
49
"dependencies" : {
50
- "@jupyterlab/application" : " ^4.5.0-alpha.1 " ,
51
- "@jupyterlab/coreutils" : " ^6.5.0-alpha.1 " ,
52
- "@jupyterlab/logconsole" : " ^4.5.0-alpha.1 " ,
53
- "@jupyterlite/contents" : " ^0.7.0-alpha.1 " ,
54
- "@jupyterlite/kernel" : " ^0.7.0-alpha.1 " ,
50
+ "@jupyterlab/application" : " ^4.5.0-alpha.2 " ,
51
+ "@jupyterlab/coreutils" : " ^6.5.0-alpha.2 " ,
52
+ "@jupyterlab/logconsole" : " ^4.5.0-alpha.2 " ,
53
+ "@jupyterlite/contents" : " ^0.7.0-alpha.3 " ,
54
+ "@jupyterlite/kernel" : " ^0.7.0-alpha.3 " ,
55
55
"@jupyterlite/pyodide-kernel" : " ^0.7.0-alpha.0" ,
56
- "@jupyterlite/server" : " ^0.7.0-alpha.1 "
56
+ "@jupyterlite/server" : " ^0.7.0-alpha.3 "
57
57
},
58
58
"devDependencies" : {
59
- "@jupyterlab/builder" : " ^4.5.0-alpha.1 " ,
59
+ "@jupyterlab/builder" : " ^4.5.0-alpha.2 " ,
60
60
"rimraf" : " ^6.0.1" ,
61
61
"typescript" : " ~5.2.2"
62
62
},
Original file line number Diff line number Diff line change 50
50
"watch" : " tsc -b --watch"
51
51
},
52
52
"dependencies" : {
53
- "@jupyterlab/coreutils" : " ^6.5.0-alpha.1 " ,
54
- "@jupyterlab/logconsole" : " ^4.5.0-alpha.1 " ,
55
- "@jupyterlite/contents" : " ^0.7.0-alpha.1 " ,
56
- "@jupyterlite/kernel" : " ^0.7.0-alpha.1 " ,
53
+ "@jupyterlab/coreutils" : " ^6.5.0-alpha.2 " ,
54
+ "@jupyterlab/logconsole" : " ^4.5.0-alpha.2 " ,
55
+ "@jupyterlite/contents" : " ^0.7.0-alpha.3 " ,
56
+ "@jupyterlite/kernel" : " ^0.7.0-alpha.3 " ,
57
57
"coincident" : " ^1.2.3" ,
58
58
"comlink" : " ^4.4.2"
59
59
},
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" hatchling >=1.4.0" ,
4
- " jupyterlab >=4.5.0a1 ,<4.6.0" ,
4
+ " jupyterlab >=4.5.0a2 ,<4.6.0" ,
5
5
]
6
6
build-backend = " hatchling.build"
7
7
@@ -37,7 +37,7 @@ classifiers = [
37
37
" Programming Language :: Python :: 3.13" ,
38
38
]
39
39
dependencies = [
40
- " jupyterlite-core >=0.7.0a1 ,<0.8.0" ,
40
+ " jupyterlite-core >=0.7.0a3 ,<0.8.0" ,
41
41
" pkginfo"
42
42
]
43
43
@@ -59,7 +59,7 @@ jupyterlite-pyodide-kernel-pyodide = "jupyterlite_pyodide_kernel.addons.pyodide:
59
59
dev = [
60
60
" build" ,
61
61
" hatch" ,
62
- " jupyterlab >=4.5.0a1 ,<4.6.0" ,
62
+ " jupyterlab >=4.5.0a2 ,<4.6.0" ,
63
63
]
64
64
65
65
lint = [
Original file line number Diff line number Diff line change 18
18
"rimraf" : " ^5.0.5"
19
19
},
20
20
"dependencies" : {
21
- "@jupyterlab/galata" : " ~5.5.0-alpha.1 " ,
21
+ "@jupyterlab/galata" : " ~5.5.0-alpha.2 " ,
22
22
"@playwright/test" : " ^1.52.0"
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments