Skip to content

Commit bfd446a

Browse files
author
Steven Silvester
committed
Update versions
1 parent f765c61 commit bfd446a

File tree

22 files changed

+91
-91
lines changed

22 files changed

+91
-91
lines changed

examples/example-accordionpanel/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@lumino/example-accordionpanel",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/default-theme": "^0.17.1",
11-
"@lumino/messaging": "^1.7.1",
12-
"@lumino/widgets": "^1.26.1",
10+
"@lumino/default-theme": "^0.17.2",
11+
"@lumino/messaging": "^1.7.2",
12+
"@lumino/widgets": "^1.26.2",
1313
"es6-promise": "^4.0.5"
1414
},
1515
"devDependencies": {

examples/example-datagrid/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@lumino/example-datagrid",
3-
"version": "0.25.1",
3+
"version": "0.26.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/datagrid": "^0.29.0",
11-
"@lumino/default-theme": "^0.17.1",
12-
"@lumino/dragdrop": "^1.10.1",
13-
"@lumino/widgets": "^1.26.1",
10+
"@lumino/datagrid": "^0.30.0",
11+
"@lumino/default-theme": "^0.17.2",
12+
"@lumino/dragdrop": "^1.10.2",
13+
"@lumino/widgets": "^1.26.2",
1414
"es6-promise": "^4.0.5"
1515
},
1616
"devDependencies": {

examples/example-datastore/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@lumino/example-datastore",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build",
88
"start": "node build/server.js"
99
},
1010
"dependencies": {
11-
"@lumino/algorithm": "^1.6.1",
12-
"@lumino/commands": "^1.15.1",
13-
"@lumino/coreutils": "^1.8.1",
14-
"@lumino/datastore": "^0.14.1",
15-
"@lumino/disposable": "^1.7.1",
16-
"@lumino/dragdrop": "^1.10.1",
17-
"@lumino/widgets": "^1.26.1",
11+
"@lumino/algorithm": "^1.6.2",
12+
"@lumino/commands": "^1.15.2",
13+
"@lumino/coreutils": "^1.8.2",
14+
"@lumino/datastore": "^0.14.2",
15+
"@lumino/disposable": "^1.7.2",
16+
"@lumino/dragdrop": "^1.10.2",
17+
"@lumino/widgets": "^1.26.2",
1818
"codemirror": "^5.48.2",
1919
"es6-promise": "^4.0.5",
2020
"websocket": "^1.0.28"

examples/example-dockpanel/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@lumino/example-dockpanel",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/commands": "^1.15.1",
11-
"@lumino/default-theme": "^0.17.1",
12-
"@lumino/dragdrop": "^1.10.1",
13-
"@lumino/messaging": "^1.7.1",
14-
"@lumino/widgets": "^1.26.1",
10+
"@lumino/commands": "^1.15.2",
11+
"@lumino/default-theme": "^0.17.2",
12+
"@lumino/dragdrop": "^1.10.2",
13+
"@lumino/messaging": "^1.7.2",
14+
"@lumino/widgets": "^1.26.2",
1515
"es6-promise": "^4.0.5"
1616
},
1717
"devDependencies": {

packages/algorithm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/algorithm",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Lumino Algorithms and Iterators",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {

packages/application/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/application",
3-
"version": "1.23.1",
3+
"version": "1.23.2",
44
"description": "Lumino Pluggable Application",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -44,9 +44,9 @@
4444
"watch": "tsc --build --watch"
4545
},
4646
"dependencies": {
47-
"@lumino/commands": "^1.15.1",
48-
"@lumino/coreutils": "^1.8.1",
49-
"@lumino/widgets": "^1.26.1"
47+
"@lumino/commands": "^1.15.2",
48+
"@lumino/coreutils": "^1.8.2",
49+
"@lumino/widgets": "^1.26.2"
5050
},
5151
"devDependencies": {
5252
"@microsoft/api-extractor": "^7.6.0",

packages/collections/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/collections",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Lumino Generic Collections",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -44,7 +44,7 @@
4444
"watch": "tsc --build --watch"
4545
},
4646
"dependencies": {
47-
"@lumino/algorithm": "^1.6.1"
47+
"@lumino/algorithm": "^1.6.2"
4848
},
4949
"devDependencies": {
5050
"@microsoft/api-extractor": "^7.6.0",

packages/commands/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/commands",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
44
"description": "Lumino Commands",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -51,13 +51,13 @@
5151
"watch": "tsc --build --watch"
5252
},
5353
"dependencies": {
54-
"@lumino/algorithm": "^1.6.1",
55-
"@lumino/coreutils": "^1.8.1",
56-
"@lumino/disposable": "^1.7.1",
57-
"@lumino/domutils": "^1.5.1",
58-
"@lumino/keyboard": "^1.5.1",
59-
"@lumino/signaling": "^1.7.1",
60-
"@lumino/virtualdom": "^1.11.1"
54+
"@lumino/algorithm": "^1.6.2",
55+
"@lumino/coreutils": "^1.8.2",
56+
"@lumino/disposable": "^1.7.2",
57+
"@lumino/domutils": "^1.5.2",
58+
"@lumino/keyboard": "^1.5.2",
59+
"@lumino/signaling": "^1.7.2",
60+
"@lumino/virtualdom": "^1.11.2"
6161
},
6262
"devDependencies": {
6363
"@microsoft/api-extractor": "^7.6.0",

packages/coreutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/coreutils",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Lumino Core Utilities",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {

packages/datagrid/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/datagrid",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "Lumino Tabular Data Grid",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -37,15 +37,15 @@
3737
"watch": "tsc --build --watch"
3838
},
3939
"dependencies": {
40-
"@lumino/algorithm": "^1.6.1",
41-
"@lumino/coreutils": "^1.8.1",
42-
"@lumino/disposable": "^1.7.1",
43-
"@lumino/domutils": "^1.5.1",
44-
"@lumino/dragdrop": "^1.10.1",
45-
"@lumino/keyboard": "^1.5.1",
46-
"@lumino/messaging": "^1.7.1",
47-
"@lumino/signaling": "^1.7.1",
48-
"@lumino/widgets": "^1.26.1"
40+
"@lumino/algorithm": "^1.6.2",
41+
"@lumino/coreutils": "^1.8.2",
42+
"@lumino/disposable": "^1.7.2",
43+
"@lumino/domutils": "^1.5.2",
44+
"@lumino/dragdrop": "^1.10.2",
45+
"@lumino/keyboard": "^1.5.2",
46+
"@lumino/messaging": "^1.7.2",
47+
"@lumino/signaling": "^1.7.2",
48+
"@lumino/widgets": "^1.26.2"
4949
},
5050
"devDependencies": {
5151
"rimraf": "^3.0.2",

packages/datastore/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/datastore",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Lumino DataStore",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -44,12 +44,12 @@
4444
"watch": "tsc --build --watch"
4545
},
4646
"dependencies": {
47-
"@lumino/algorithm": "^1.6.1",
48-
"@lumino/collections": "^1.6.1",
49-
"@lumino/coreutils": "^1.8.1",
50-
"@lumino/disposable": "^1.7.1",
51-
"@lumino/messaging": "^1.7.1",
52-
"@lumino/signaling": "^1.7.1"
47+
"@lumino/algorithm": "^1.6.2",
48+
"@lumino/collections": "^1.6.2",
49+
"@lumino/coreutils": "^1.8.2",
50+
"@lumino/disposable": "^1.7.2",
51+
"@lumino/messaging": "^1.7.2",
52+
"@lumino/signaling": "^1.7.2"
5353
},
5454
"devDependencies": {
5555
"rimraf": "^3.0.2",

packages/default-theme/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/default-theme",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "Lumino Default Theme",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -29,8 +29,8 @@
2929
"url": "https://github.com/jupyterlab/lumino.git"
3030
},
3131
"dependencies": {
32-
"@lumino/dragdrop": "^1.10.1",
33-
"@lumino/widgets": "^1.26.1"
32+
"@lumino/dragdrop": "^1.10.2",
33+
"@lumino/widgets": "^1.26.2"
3434
},
3535
"publishConfig": {
3636
"access": "public"

packages/disposable/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/disposable",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Lumino Disposable",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -44,8 +44,8 @@
4444
"watch": "tsc --build --watch"
4545
},
4646
"dependencies": {
47-
"@lumino/algorithm": "^1.6.1",
48-
"@lumino/signaling": "^1.7.1"
47+
"@lumino/algorithm": "^1.6.2",
48+
"@lumino/signaling": "^1.7.2"
4949
},
5050
"devDependencies": {
5151
"@microsoft/api-extractor": "^7.6.0",

packages/domutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/domutils",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Lumino DOM Utilities",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {

packages/dragdrop/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/dragdrop",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Lumino Drag and Drop",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -47,8 +47,8 @@
4747
"watch": "tsc --build --watch"
4848
},
4949
"dependencies": {
50-
"@lumino/coreutils": "^1.8.1",
51-
"@lumino/disposable": "^1.7.1"
50+
"@lumino/coreutils": "^1.8.2",
51+
"@lumino/disposable": "^1.7.2"
5252
},
5353
"devDependencies": {
5454
"@microsoft/api-extractor": "^7.6.0",

packages/keyboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/keyboard",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Lumino Keyboard",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {

packages/messaging/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/messaging",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Lumino Message Passing",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -44,8 +44,8 @@
4444
"watch": "tsc --build --watch"
4545
},
4646
"dependencies": {
47-
"@lumino/algorithm": "^1.6.1",
48-
"@lumino/collections": "^1.6.1"
47+
"@lumino/algorithm": "^1.6.2",
48+
"@lumino/collections": "^1.6.2"
4949
},
5050
"devDependencies": {
5151
"@microsoft/api-extractor": "^7.6.0",

packages/polling/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/polling",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Lumino Polling",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -44,9 +44,9 @@
4444
"watch": "tsc --build --watch"
4545
},
4646
"dependencies": {
47-
"@lumino/coreutils": "^1.8.1",
48-
"@lumino/disposable": "^1.7.1",
49-
"@lumino/signaling": "^1.7.1"
47+
"@lumino/coreutils": "^1.8.2",
48+
"@lumino/disposable": "^1.7.2",
49+
"@lumino/signaling": "^1.7.2"
5050
},
5151
"devDependencies": {
5252
"@microsoft/api-extractor": "^7.6.0",

packages/properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/properties",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Lumino Attached Properties",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {

packages/signaling/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/signaling",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Lumino Signals and Slots",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -44,7 +44,7 @@
4444
"watch": "tsc --build --watch"
4545
},
4646
"dependencies": {
47-
"@lumino/algorithm": "^1.6.1"
47+
"@lumino/algorithm": "^1.6.2"
4848
},
4949
"devDependencies": {
5050
"@microsoft/api-extractor": "^7.6.0",

packages/virtualdom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/virtualdom",
3-
"version": "1.11.1",
3+
"version": "1.11.2",
44
"description": "Lumino Virtual DOM",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -51,7 +51,7 @@
5151
"watch": "tsc --build --watch"
5252
},
5353
"dependencies": {
54-
"@lumino/algorithm": "^1.6.1"
54+
"@lumino/algorithm": "^1.6.2"
5555
},
5656
"devDependencies": {
5757
"@microsoft/api-extractor": "^7.6.0",

0 commit comments

Comments
 (0)