File tree Expand file tree Collapse file tree 11 files changed +33
-33
lines changed Expand file tree Collapse file tree 11 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @jupyter-widgets/example-web-tmpnb" ,
4
- "version" : " 2.0.1 " ,
4
+ "version" : " 2.0.2 " ,
5
5
"description" : " Project that tests the ability to npm install @jupyter-widgets/controls within an npm project." ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
14
14
"author" : " IPython" ,
15
15
"license" : " BSD-3-Clause" ,
16
16
"dependencies" : {
17
- "@jupyter-widgets/base" : " ^1.0.1 " ,
18
- "@jupyter-widgets/controls" : " ^1.0.1 " ,
17
+ "@jupyter-widgets/base" : " ^1.0.2 " ,
18
+ "@jupyter-widgets/controls" : " ^1.0.2 " ,
19
19
"@jupyterlab/services" : " ^0.49.0" ,
20
20
"@types/codemirror" : " 0.0.33" ,
21
21
"codemirror" : " ^5.9.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @jupyter-widgets/example-web1" ,
4
- "version" : " 2.0.1 " ,
4
+ "version" : " 2.0.2 " ,
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" : {
15
15
"author" : " IPython" ,
16
16
"license" : " BSD-3-Clause" ,
17
17
"dependencies" : {
18
- "@jupyter-widgets/base" : " ^1.0.1 " ,
19
- "@jupyter-widgets/controls" : " ^1.0.1 "
18
+ "@jupyter-widgets/base" : " ^1.0.2 " ,
19
+ "@jupyter-widgets/controls" : " ^1.0.2 "
20
20
},
21
21
"devDependencies" : {
22
22
"chai" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @jupyter-widgets/example-web2" ,
4
- "version" : " 2.0.2 " ,
4
+ "version" : " 2.0.3 " ,
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/base" : " ^1.0.1 " ,
17
- "@jupyter-widgets/controls" : " ^1.0.1 " ,
16
+ "@jupyter-widgets/base" : " ^1.0.2 " ,
17
+ "@jupyter-widgets/controls" : " ^1.0.2 " ,
18
18
"codemirror" : " ^5.9.0" ,
19
19
"font-awesome" : " ^4.7.0"
20
20
},
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.1 " ,
4
+ "version" : " 2.0.2 " ,
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" : {
14
14
"author" : " IPython" ,
15
15
"license" : " BSD-3-Clause" ,
16
16
"dependencies" : {
17
- "@jupyter-widgets/base" : " ^1.0.1 " ,
18
- "@jupyter-widgets/controls" : " ^1.0.1 " ,
19
- "@jupyter-widgets/html-manager" : " ^0.10.1 " ,
17
+ "@jupyter-widgets/base" : " ^1.0.2 " ,
18
+ "@jupyter-widgets/controls" : " ^1.0.2 " ,
19
+ "@jupyter-widgets/html-manager" : " ^0.10.2 " ,
20
20
"@jupyterlab/services" : " ^0.49.0" ,
21
21
"@types/codemirror" : " 0.0.33" ,
22
22
"codemirror" : " ^5.9.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.1 " ,
4
+ "version" : " 2.0.2 " ,
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.10.1 " ,
16
+ "@jupyter-widgets/html-manager" : " ^0.10.2 " ,
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/base" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Jupyter interactive widgets" ,
5
5
"author" : " Project Jupyter" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/controls" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Jupyter interactive widgets" ,
5
5
"author" : " Project Jupyter" ,
6
6
"license" : " BSD-3-Clause" ,
66
66
"webpack" : " ^3.5.5"
67
67
},
68
68
"dependencies" : {
69
- "@jupyter-widgets/base" : " ^1.0.1 " ,
69
+ "@jupyter-widgets/base" : " ^1.0.2 " ,
70
70
"@jupyter-widgets/schema" : " ^0.3.0" ,
71
71
"@jupyterlab/services" : " ^0.49.0" ,
72
72
"@phosphor/algorithm" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/html-manager" ,
3
- "version" : " 0.10.1 " ,
3
+ "version" : " 0.10.2 " ,
4
4
"description" : " Standalone package for rendering Jupyter widgets outside notebooks" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
34
34
},
35
35
"homepage" : " https://github.com/jupyter-widgets/ipywidgets#readme" ,
36
36
"dependencies" : {
37
- "@jupyter-widgets/base" : " ^1.0.1 " ,
38
- "@jupyter-widgets/controls" : " ^1.0.1 " ,
39
- "@jupyter-widgets/output" : " ^1.0.1 " ,
37
+ "@jupyter-widgets/base" : " ^1.0.2 " ,
38
+ "@jupyter-widgets/controls" : " ^1.0.2 " ,
39
+ "@jupyter-widgets/output" : " ^1.0.2 " ,
40
40
"@jupyter-widgets/schema" : " ^0.3.0" ,
41
41
"@jupyterlab/outputarea" : " ^0.10.0" ,
42
42
"@jupyterlab/rendermime-interfaces" : " ^0.3.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/jupyterlab-manager" ,
3
- "version" : " 0.27.0 " ,
3
+ "version" : " 0.27.1 " ,
4
4
"description" : " The JupyterLab extension providing Jupyter widgets." ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
7
7
"dependencies" : {
8
- "@jupyter-widgets/base" : " ^1.0.1 " ,
9
- "@jupyter-widgets/controls" : " ^1.0.1 " ,
10
- "@jupyter-widgets/output" : " ^1.0.1 " ,
8
+ "@jupyter-widgets/base" : " ^1.0.2 " ,
9
+ "@jupyter-widgets/controls" : " ^1.0.2 " ,
10
+ "@jupyter-widgets/output" : " ^1.0.2 " ,
11
11
"@jupyterlab/application" : " ^0.10.0" ,
12
12
"@jupyterlab/docregistry" : " ^0.10.0" ,
13
13
"@jupyterlab/notebook" : " ^0.10.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-widgets/output" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Jupyter widget wrapping cell output" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
25
25
"url" : " https://github.com/jupyter-widgets/ipywidgets/issues"
26
26
},
27
27
"dependencies" : {
28
- "@jupyter-widgets/base" : " ^1.0.1 "
28
+ "@jupyter-widgets/base" : " ^1.0.2 "
29
29
},
30
30
"devDependencies" : {
31
31
"rimraf" : " ^2.6.1" ,
You can’t perform that action at this time.
0 commit comments