File tree Expand file tree Collapse file tree 7 files changed +2690
-779
lines changed Expand file tree Collapse file tree 7 files changed +2690
-779
lines changed Original file line number Diff line number Diff line change 56
56
"typescript" : " ~5.2.2" ,
57
57
"yarn-berry-deduplicate" : " ^6.1.1"
58
58
},
59
+ "resolutions" : {
60
+ "@jupyterlab/observables" : " ~5.5.0-alpha.3"
61
+ },
59
62
"prettier" : {
60
63
"singleQuote" : true ,
61
64
"printWidth" : 88 ,
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.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 " ,
50
+ "@jupyterlab/application" : " ^4.5.0-alpha.3 " ,
51
+ "@jupyterlab/coreutils" : " ^6.5.0-alpha.3 " ,
52
+ "@jupyterlab/logconsole" : " ^4.5.0-alpha.3 " ,
53
+ "@jupyterlite/contents" : " ^0.7.0-alpha.5 " ,
54
+ "@jupyterlite/kernel" : " ^0.7.0-alpha.5 " ,
55
55
"@jupyterlite/pyodide-kernel" : " ^0.7.0-alpha.1" ,
56
- "@jupyterlite/server" : " ^0.7.0-alpha.3 "
56
+ "@jupyterlite/server" : " ^0.7.0-alpha.5 "
57
57
},
58
58
"devDependencies" : {
59
- "@jupyterlab/builder" : " ^4.5.0-alpha.2 " ,
59
+ "@jupyterlab/builder" : " ^4.5.0-alpha.3 " ,
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.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 " ,
53
+ "@jupyterlab/coreutils" : " ^6.5.0-alpha.3 " ,
54
+ "@jupyterlab/logconsole" : " ^4.5.0-alpha.3 " ,
55
+ "@jupyterlite/contents" : " ^0.7.0-alpha.5 " ,
56
+ "@jupyterlite/kernel" : " ^0.7.0-alpha.5 " ,
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.0a2 ,<4.6.0" ,
4
+ " jupyterlab >=4.5.0a3 ,<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.0a3 ,<0.8.0" ,
40
+ " jupyterlite-core >=0.7.0a5 ,<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.0a2 ,<4.6.0" ,
62
+ " jupyterlab >=4.5.0a3 ,<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.2 " ,
22
- "@playwright/test" : " ^1.52.0 "
21
+ "@jupyterlab/galata" : " ~5.5.0-alpha.3 " ,
22
+ "@playwright/test" : " ^1.54.2 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments