File tree Expand file tree Collapse file tree 6 files changed +17
-9
lines changed Expand file tree Collapse file tree 6 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 50
50
"chai" : " ^4.0.0" ,
51
51
"chai-as-promised" : " ^7.0.0" ,
52
52
"expect.js" : " ^0.3.1" ,
53
- "istanbul-instrumenter-loader" : " ^3.0.1" ,
54
53
"karma" : " ^6.3.3" ,
55
54
"karma-chrome-launcher" : " ^3.1.0" ,
56
55
"karma-coverage" : " ^2.0.3" ,
Original file line number Diff line number Diff line change 35
35
"dependencies" : {
36
36
"@jupyterlab/services" : " ^6.0.0 || ^7.0.0" ,
37
37
"@lumino/coreutils" : " ^1.11.1 || ^2.1" ,
38
- "@lumino/messaging" : " ^1.10.1 || ^2.1" ,
38
+ "@lumino/messaging" : " ^1.10.1 || ^2.0. 1" ,
39
39
"@lumino/widgets" : " ^1.30.0 || ^2.1" ,
40
40
"@types/backbone" : " 1.4.14" ,
41
41
"@types/lodash" : " ^4.14.134" ,
55
55
"chai" : " ^4.0.0" ,
56
56
"chai-as-promised" : " ^7.0.0" ,
57
57
"expect.js" : " ^0.3.1" ,
58
- "istanbul-instrumenter-loader" : " ^3.0.1" ,
59
58
"karma" : " ^6.3.3" ,
60
59
"karma-chrome-launcher" : " ^3.1.0" ,
61
60
"karma-coverage" : " ^2.0.3" ,
Original file line number Diff line number Diff line change 34
34
"test:unit:ie" : " npm run test:unit:default -- --browsers=IE"
35
35
},
36
36
"dependencies" : {
37
- "@jupyter-widgets/base" : " ^6.0.8 " ,
38
- "@lumino/algorithm" : " ^1.9.1 || ^2.1" ,
37
+ "@jupyter-widgets/base" : " ^6.0.7 " ,
38
+ "@lumino/algorithm" : " ^1.9.2 || ^2.0 .1" ,
39
39
"@lumino/domutils" : " ^1.8.1 || ^2.1" ,
40
- "@lumino/messaging" : " ^1.10.1 || ^2.1" ,
40
+ "@lumino/messaging" : " ^1.10.1 || ^2.0. 1" ,
41
41
"@lumino/signaling" : " ^1.10.1 || ^2.1" ,
42
42
"@lumino/widgets" : " ^1.30.0 || ^2.1" ,
43
43
"d3-color" : " ^3.0.1" ,
57
57
"chai" : " ^4.0.0" ,
58
58
"css-loader" : " ^6.5.1" ,
59
59
"expect.js" : " ^0.3.1" ,
60
- "istanbul-instrumenter-loader" : " ^3.0.1" ,
61
60
"karma" : " ^6.3.3" ,
62
61
"karma-chrome-launcher" : " ^3.1.0" ,
63
62
"karma-coverage" : " ^2.0.3" ,
Original file line number Diff line number Diff line change 44
44
"@jupyterlab/outputarea" : " ^3.0.0 || ^4.0.0" ,
45
45
"@jupyterlab/rendermime" : " ^3.0.0 || ^4.0.0" ,
46
46
"@jupyterlab/rendermime-interfaces" : " ^3.0.0 || ^4.0.0" ,
47
- "@lumino/messaging" : " ^1.10.1 || ^2.1" ,
47
+ "@lumino/messaging" : " ^1.10.1 || ^2.0. 1" ,
48
48
"@lumino/widgets" : " ^1.30.0 || ^2.1" ,
49
49
"ajv" : " ^8.6.0" ,
50
50
"jquery" : " ^3.1.1"
Original file line number Diff line number Diff line change 93
93
"extension" : true ,
94
94
"outputDir" : " labextension" ,
95
95
"schemaDir" : " ./schema"
96
+ },
97
+ "optionalDependencies" : {
98
+ "react" : " ^18.3.1"
99
+ },
100
+ "peerDependencies" : {
101
+ "react" : " *"
102
+ },
103
+ "peerDependenciesMeta" : {
104
+ "react" : {
105
+ "optional" : true
106
+ }
96
107
}
97
108
}
Original file line number Diff line number Diff line change 28
28
"@jupyter-widgets/html-manager" : " ^1.0.11" ,
29
29
"@jupyter-widgets/output" : " ^6.0.8" ,
30
30
"@jupyterlab/services" : " ^6.0.0 || ^7.0.0" ,
31
- "@lumino/messaging" : " ^1.10.1 || ^2.1" ,
31
+ "@lumino/messaging" : " ^1.10.1 || ^2.0. 1" ,
32
32
"@lumino/widgets" : " ^1.30.0 || ^2.1" ,
33
33
"backbone" : " 1.4.0"
34
34
},
You can’t perform that action at this time.
0 commit comments