File tree Expand file tree Collapse file tree 7 files changed +554
-557
lines changed Expand file tree Collapse file tree 7 files changed +554
-557
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
- },
62
59
"prettier" : {
63
60
"singleQuote" : true ,
64
61
"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.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 " ,
50
+ "@jupyterlab/application" : " ^4.5.0-alpha.4 " ,
51
+ "@jupyterlab/coreutils" : " ^6.5.0-alpha.4 " ,
52
+ "@jupyterlab/logconsole" : " ^4.5.0-alpha.4 " ,
53
+ "@jupyterlite/contents" : " ^0.7.0-alpha.6 " ,
54
+ "@jupyterlite/kernel" : " ^0.7.0-alpha.6 " ,
55
55
"@jupyterlite/pyodide-kernel" : " ^0.7.0-alpha.2" ,
56
- "@jupyterlite/server" : " ^0.7.0-alpha.5 "
56
+ "@jupyterlite/server" : " ^0.7.0-alpha.6 "
57
57
},
58
58
"devDependencies" : {
59
- "@jupyterlab/builder" : " ^4.5.0-alpha.3 " ,
59
+ "@jupyterlab/builder" : " ^4.5.0-alpha.4 " ,
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.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 " ,
53
+ "@jupyterlab/coreutils" : " ^6.5.0-alpha.4 " ,
54
+ "@jupyterlab/logconsole" : " ^4.5.0-alpha.4 " ,
55
+ "@jupyterlite/contents" : " ^0.7.0-alpha.6 " ,
56
+ "@jupyterlite/kernel" : " ^0.7.0-alpha.6 " ,
57
57
"coincident" : " ^1.2.3" ,
58
58
"comlink" : " ^4.4.2"
59
59
},
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ classifiers = [
37
37
" Programming Language :: Python :: 3.13" ,
38
38
]
39
39
dependencies = [
40
- " jupyterlite-core >=0.7.0a5 ,<0.8.0" ,
40
+ " jupyterlite-core >=0.7.0a6 ,<0.8.0" ,
41
41
" pkginfo"
42
42
]
43
43
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.3 " ,
21
+ "@jupyterlab/galata" : " ~5.5.0-alpha.4 " ,
22
22
"@playwright/test" : " ^1.54.2"
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments