File tree 10 files changed +30
-30
lines changed 10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/example-web1" ,
3
- "version" : " 6.1.5 " ,
3
+ "version" : " 6.1.6 " ,
4
4
"private" : true ,
5
5
"description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
6
6
"license" : " BSD-3-Clause" ,
16
16
"test:firefox:headless" : " npm run test:default -- --browsers FirefoxHeadless"
17
17
},
18
18
"dependencies" : {
19
- "@jupyter-widgets/base" : " ^4.1.5 " ,
20
- "@jupyter-widgets/controls" : " ^3.1.5 "
19
+ "@jupyter-widgets/base" : " ^4.1.6 " ,
20
+ "@jupyter-widgets/controls" : " ^3.1.6 "
21
21
},
22
22
"devDependencies" : {
23
23
"chai" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/example-web2" ,
3
- "version" : " 6.1.5 " ,
3
+ "version" : " 6.1.6 " ,
4
4
"private" : true ,
5
5
"description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
6
6
"license" : " BSD-3-Clause" ,
13
13
"test:default" : " echo \" No test specified\" "
14
14
},
15
15
"dependencies" : {
16
- "@jupyter-widgets/base" : " ^4.1.5 " ,
17
- "@jupyter-widgets/controls" : " ^3.1.5 " ,
16
+ "@jupyter-widgets/base" : " ^4.1.6 " ,
17
+ "@jupyter-widgets/controls" : " ^3.1.6 " ,
18
18
"codemirror" : " ^5.48.0" ,
19
19
"font-awesome" : " ^4.7.0"
20
20
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/example-web3" ,
3
- "version" : " 6.1.5 " ,
3
+ "version" : " 6.1.6 " ,
4
4
"private" : true ,
5
5
"description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
6
6
"license" : " BSD-3-Clause" ,
15
15
"test:default" : " echo \" No test specified\" "
16
16
},
17
17
"dependencies" : {
18
- "@jupyter-widgets/base" : " ^4.1.5 " ,
19
- "@jupyter-widgets/controls" : " ^3.1.5 " ,
20
- "@jupyter-widgets/html-manager" : " ^0.20.6 " ,
18
+ "@jupyter-widgets/base" : " ^4.1.6 " ,
19
+ "@jupyter-widgets/controls" : " ^3.1.6 " ,
20
+ "@jupyter-widgets/html-manager" : " ^0.20.7 " ,
21
21
"@jupyterlab/services" : " ^6.0.0" ,
22
22
"@lumino/widgets" : " ^1.3.0" ,
23
23
"codemirror" : " ^5.48.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/example-web4" ,
3
- "version" : " 6.1.5 " ,
3
+ "version" : " 6.1.6 " ,
4
4
"private" : true ,
5
5
"description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
6
6
"license" : " BSD-3-Clause" ,
13
13
"test:default" : " echo \" No test specified\" "
14
14
},
15
15
"dependencies" : {
16
- "@jupyter-widgets/html-manager" : " ^0.20.6 " ,
16
+ "@jupyter-widgets/html-manager" : " ^0.20.7 " ,
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/jupyterlab-manager" ,
3
- "version" : " 3.1.7 " ,
3
+ "version" : " 3.1.8 " ,
4
4
"description" : " The JupyterLab extension providing Jupyter widgets." ,
5
5
"keywords" : [
6
6
" jupyter" ,
48
48
"watch:src" : " tsc -w"
49
49
},
50
50
"dependencies" : {
51
- "@jupyter-widgets/base" : " ^4.1.5 " ,
52
- "@jupyter-widgets/controls" : " ^3.1.5 " ,
53
- "@jupyter-widgets/output" : " ^4.1.5 " ,
51
+ "@jupyter-widgets/base" : " ^4.1.6 " ,
52
+ "@jupyter-widgets/controls" : " ^3.1.6 " ,
53
+ "@jupyter-widgets/output" : " ^4.1.6 " ,
54
54
"@jupyterlab/application" : " ^3.0.0" ,
55
55
"@jupyterlab/docregistry" : " ^3.0.0" ,
56
56
"@jupyterlab/logconsole" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/base" ,
3
- "version" : " 4.1.5 " ,
3
+ "version" : " 4.1.6 " ,
4
4
"description" : " Jupyter interactive widgets" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/controls" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Jupyter interactive widgets" ,
5
5
"repository" : {
6
6
"type" : " git" ,
35
35
"test:unit:ie" : " npm run test:unit:default -- --browsers=IE"
36
36
},
37
37
"dependencies" : {
38
- "@jupyter-widgets/base" : " ^4.1.5 " ,
38
+ "@jupyter-widgets/base" : " ^4.1.6 " ,
39
39
"@lumino/algorithm" : " ^1.1.0" ,
40
40
"@lumino/domutils" : " ^1.1.0" ,
41
41
"@lumino/messaging" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/html-manager" ,
3
- "version" : " 0.20.6 " ,
3
+ "version" : " 0.20.7 " ,
4
4
"description" : " Standalone package for rendering Jupyter widgets outside notebooks" ,
5
5
"homepage" : " https://github.com/jupyter-widgets/ipywidgets#readme" ,
6
6
"bugs" : {
36
36
"test:unit:firefox:headless" : " npm run test:unit:default -- --browsers=FirefoxHeadless"
37
37
},
38
38
"dependencies" : {
39
- "@jupyter-widgets/base" : " ^4.1.5 " ,
40
- "@jupyter-widgets/controls" : " ^3.1.5 " ,
41
- "@jupyter-widgets/output" : " ^4.1.5 " ,
39
+ "@jupyter-widgets/base" : " ^4.1.6 " ,
40
+ "@jupyter-widgets/controls" : " ^3.1.6 " ,
41
+ "@jupyter-widgets/output" : " ^4.1.6 " ,
42
42
"@jupyter-widgets/schema" : " ^0.4.1" ,
43
43
"@jupyterlab/outputarea" : " ^3.0.0" ,
44
44
"@jupyterlab/rendermime" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/output" ,
3
- "version" : " 4.1.5 " ,
3
+ "version" : " 4.1.6 " ,
4
4
"description" : " Jupyter widget wrapping cell output" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/jupyter-widgets/ipywidgets/issues"
26
26
"test" : " echo \" Error: no test specified\" && exit 1"
27
27
},
28
28
"dependencies" : {
29
- "@jupyter-widgets/base" : " ^4.1.5 "
29
+ "@jupyter-widgets/base" : " ^4.1.6 "
30
30
},
31
31
"devDependencies" : {
32
32
"rimraf" : " ^2.6.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/notebook-manager" ,
3
- "version" : " 6.1.7 " ,
3
+ "version" : " 6.1.8 " ,
4
4
"private" : true ,
5
5
"description" : " Jupyter Widgets nbextension" ,
6
6
"homepage" : " https://github.com/jupyter-widgets/ipywidgets#readme" ,
21
21
"test" : " echo \" Error: no test specified\" && exit 1"
22
22
},
23
23
"dependencies" : {
24
- "@jupyter-widgets/base" : " ^4.1.5 " ,
25
- "@jupyter-widgets/controls" : " ^3.1.5 " ,
26
- "@jupyter-widgets/html-manager" : " ^0.20.6 " ,
27
- "@jupyter-widgets/output" : " ^4.1.5 " ,
24
+ "@jupyter-widgets/base" : " ^4.1.6 " ,
25
+ "@jupyter-widgets/controls" : " ^3.1.6 " ,
26
+ "@jupyter-widgets/html-manager" : " ^0.20.7 " ,
27
+ "@jupyter-widgets/output" : " ^4.1.6 " ,
28
28
"@jupyterlab/services" : " ^6.0.0" ,
29
29
"@lumino/messaging" : " ^1.2.1" ,
30
30
"@lumino/widgets" : " ^1.3.0" ,
You can’t perform that action at this time.
0 commit comments