File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @jupyter-widgets/example-web3" ,
4
- "version" : " 2.0.19 " ,
4
+ "version" : " 2.0.20 " ,
5
5
"description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
6
6
"main" : " lib/index.js" ,
7
7
"scripts" : {
17
17
"dependencies" : {
18
18
"@jupyter-widgets/base" : " ^1.1.8" ,
19
19
"@jupyter-widgets/controls" : " ^1.1.5" ,
20
- "@jupyter-widgets/html-manager" : " ^0.11.8 " ,
20
+ "@jupyter-widgets/html-manager" : " ^0.11.9 " ,
21
21
"@jupyterlab/services" : " ^1.0.1" ,
22
22
"@phosphor/disposable" : " ^1.1.1" ,
23
23
"@phosphor/widgets" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @jupyter-widgets/example-web4" ,
4
- "version" : " 2.0.19 " ,
4
+ "version" : " 2.0.20 " ,
5
5
"description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
13
13
"author" : " IPython" ,
14
14
"license" : " BSD-3-Clause" ,
15
15
"dependencies" : {
16
- "@jupyter-widgets/html-manager" : " ^0.11.8 " ,
16
+ "@jupyter-widgets/html-manager" : " ^0.11.9 " ,
17
17
"font-awesome" : " ^4.7.0"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/html-manager" ,
3
- "version" : " 0.11.8 " ,
3
+ "version" : " 0.11.9 " ,
4
4
"description" : " Standalone package for rendering Jupyter widgets outside notebooks" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/notebook-manager" ,
3
- "version" : " 3.1.11 " ,
3
+ "version" : " 3.1.12 " ,
4
4
"description" : " Jupyter Widgets nbextension" ,
5
5
"main" : " src/extension.js" ,
6
6
"private" : true ,
23
23
"dependencies" : {
24
24
"@jupyter-widgets/base" : " ^1.1.8" ,
25
25
"@jupyter-widgets/controls" : " ^1.1.5" ,
26
- "@jupyter-widgets/html-manager" : " ^0.11.8 " ,
26
+ "@jupyter-widgets/html-manager" : " ^0.11.9 " ,
27
27
"@jupyter-widgets/output" : " ^1.0.15" ,
28
28
"@phosphor/messaging" : " ^1.2.1" ,
29
29
"@phosphor/widgets" : " ^1.3.0" ,
You can’t perform that action at this time.
0 commit comments