File tree Expand file tree Collapse file tree 10 files changed +30
-30
lines changed
Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/example-web1" ,
3- "version" : " 6.1.7 " ,
3+ "version" : " 6.1.8 " ,
44 "private" : true ,
55 "description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
66 "license" : " BSD-3-Clause" ,
1616 "test:firefox:headless" : " jlpm run test:default -- --browsers FirefoxHeadless"
1717 },
1818 "dependencies" : {
19- "@jupyter-widgets/base" : " ^4.1.6 " ,
20- "@jupyter-widgets/controls" : " ^3.1.7 "
19+ "@jupyter-widgets/base" : " ^4.1.7 " ,
20+ "@jupyter-widgets/controls" : " ^3.1.8 "
2121 },
2222 "devDependencies" : {
2323 "chai" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/example-web2" ,
3- "version" : " 6.1.7 " ,
3+ "version" : " 6.1.8 " ,
44 "private" : true ,
55 "description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
66 "license" : " BSD-3-Clause" ,
1313 "test:default" : " echo \" No test specified\" "
1414 },
1515 "dependencies" : {
16- "@jupyter-widgets/base" : " ^4.1.6 " ,
17- "@jupyter-widgets/controls" : " ^3.1.7 " ,
16+ "@jupyter-widgets/base" : " ^4.1.7 " ,
17+ "@jupyter-widgets/controls" : " ^3.1.8 " ,
1818 "codemirror" : " ^5.48.0" ,
1919 "font-awesome" : " ^4.7.0"
2020 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/example-web3" ,
3- "version" : " 6.1.7 " ,
3+ "version" : " 6.1.8 " ,
44 "private" : true ,
55 "description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
66 "license" : " BSD-3-Clause" ,
1515 "test:default" : " echo \" No test specified\" "
1616 },
1717 "dependencies" : {
18- "@jupyter-widgets/base" : " ^4.1.6 " ,
19- "@jupyter-widgets/controls" : " ^3.1.7 " ,
20- "@jupyter-widgets/html-manager" : " ^0.20.8 " ,
18+ "@jupyter-widgets/base" : " ^4.1.7 " ,
19+ "@jupyter-widgets/controls" : " ^3.1.8 " ,
20+ "@jupyter-widgets/html-manager" : " ^0.20.9 " ,
2121 "@jupyterlab/services" : " ^6 || ^7" ,
2222 "@lumino/widgets" : " ^1 || ^2" ,
2323 "codemirror" : " ^5.48.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/example-web4" ,
3- "version" : " 6.1.7 " ,
3+ "version" : " 6.1.8 " ,
44 "private" : true ,
55 "description" : " Project that tests the ability to npm install jupyter-js-widgets within an npm project." ,
66 "license" : " BSD-3-Clause" ,
1313 "test:default" : " echo \" No test specified\" "
1414 },
1515 "dependencies" : {
16- "@jupyter-widgets/html-manager" : " ^0.20.8 " ,
16+ "@jupyter-widgets/html-manager" : " ^0.20.9 " ,
1717 "font-awesome" : " ^4.7.0"
1818 },
1919 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/jupyterlab-manager" ,
3- "version" : " 3.1.10 " ,
3+ "version" : " 3.1.11 " ,
44 "description" : " The JupyterLab extension providing Jupyter widgets." ,
55 "keywords" : [
66 " jupyter" ,
4848 "watch:src" : " tsc -w"
4949 },
5050 "dependencies" : {
51- "@jupyter-widgets/base" : " ^4.1.6 " ,
52- "@jupyter-widgets/controls" : " ^3.1.7 " ,
53- "@jupyter-widgets/output" : " ^4.1.6 " ,
51+ "@jupyter-widgets/base" : " ^4.1.7 " ,
52+ "@jupyter-widgets/controls" : " ^3.1.8 " ,
53+ "@jupyter-widgets/output" : " ^4.1.7 " ,
5454 "@jupyterlab/application" : " ^3 || ^4" ,
5555 "@jupyterlab/docregistry" : " ^3 || ^4" ,
5656 "@jupyterlab/logconsole" : " ^3 || ^4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/base" ,
3- "version" : " 4.1.6 " ,
3+ "version" : " 4.1.7 " ,
44 "description" : " Jupyter interactive widgets" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/controls" ,
3- "version" : " 3.1.7 " ,
3+ "version" : " 3.1.8 " ,
44 "description" : " Jupyter interactive widgets" ,
55 "repository" : {
66 "type" : " git" ,
3535 "test:unit:ie" : " jlpm run test:unit:default -- --browsers=IE"
3636 },
3737 "dependencies" : {
38- "@jupyter-widgets/base" : " ^4.1.6 " ,
38+ "@jupyter-widgets/base" : " ^4.1.7 " ,
3939 "@lumino/algorithm" : " ^1 || ^2" ,
4040 "@lumino/domutils" : " ^1 || ^2" ,
4141 "@lumino/messaging" : " ^1 || ^2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/html-manager" ,
3- "version" : " 0.20.8 " ,
3+ "version" : " 0.20.9 " ,
44 "description" : " Standalone package for rendering Jupyter widgets outside notebooks" ,
55 "homepage" : " https://github.com/jupyter-widgets/ipywidgets#readme" ,
66 "bugs" : {
3636 "test:unit:firefox:headless" : " jlpm run test:unit:default -- --browsers=FirefoxHeadless"
3737 },
3838 "dependencies" : {
39- "@jupyter-widgets/base" : " ^4.1.6 " ,
40- "@jupyter-widgets/controls" : " ^3.1.7 " ,
41- "@jupyter-widgets/output" : " ^4.1.6 " ,
39+ "@jupyter-widgets/base" : " ^4.1.7 " ,
40+ "@jupyter-widgets/controls" : " ^3.1.8 " ,
41+ "@jupyter-widgets/output" : " ^4.1.7 " ,
4242 "@jupyter-widgets/schema" : " ^0.4.1" ,
4343 "@jupyterlab/outputarea" : " ^3 || ^4" ,
4444 "@jupyterlab/rendermime" : " ^3 || ^4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/output" ,
3- "version" : " 4.1.6 " ,
3+ "version" : " 4.1.7 " ,
44 "description" : " Jupyter widget wrapping cell output" ,
55 "bugs" : {
66 "url" : " https://github.com/jupyter-widgets/ipywidgets/issues"
2626 "test" : " echo \" Error: no test specified\" && exit 1"
2727 },
2828 "dependencies" : {
29- "@jupyter-widgets/base" : " ^4.1.6 "
29+ "@jupyter-widgets/base" : " ^4.1.7 "
3030 },
3131 "devDependencies" : {
3232 "rimraf" : " ^2.6.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-widgets/notebook-manager" ,
3- "version" : " 6.1.10 " ,
3+ "version" : " 6.1.11 " ,
44 "private" : true ,
55 "description" : " Jupyter Widgets nbextension" ,
66 "homepage" : " https://github.com/jupyter-widgets/ipywidgets#readme" ,
2121 "test" : " echo \" Error: no test specified\" && exit 1"
2222 },
2323 "dependencies" : {
24- "@jupyter-widgets/base" : " ^4.1.6 " ,
25- "@jupyter-widgets/controls" : " ^3.1.7 " ,
26- "@jupyter-widgets/html-manager" : " ^0.20.8 " ,
27- "@jupyter-widgets/output" : " ^4.1.6 " ,
24+ "@jupyter-widgets/base" : " ^4.1.7 " ,
25+ "@jupyter-widgets/controls" : " ^3.1.8 " ,
26+ "@jupyter-widgets/html-manager" : " ^0.20.9 " ,
27+ "@jupyter-widgets/output" : " ^4.1.7 " ,
2828 "@jupyterlab/services" : " ^6 || ^7" ,
2929 "@lumino/messaging" : " ^1 || ^2" ,
3030 "@lumino/widgets" : " ^1 || ^2" ,
You can’t perform that action at this time.
0 commit comments