Skip to content

Commit a8ec265

Browse files
committed
1 parent f991ecd commit a8ec265

File tree

21 files changed

+87
-87
lines changed

21 files changed

+87
-87
lines changed

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.17.0",
3+
"version": "0.18.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/datagrid": "^0.20.0",
11-
"@lumino/default-theme": "^0.10.0",
12-
"@lumino/dragdrop": "^1.7.1",
13-
"@lumino/widgets": "^1.19.0",
10+
"@lumino/datagrid": "^0.21.0",
11+
"@lumino/default-theme": "^0.11.0",
12+
"@lumino/dragdrop": "^1.8.0",
13+
"@lumino/widgets": "^1.20.0",
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.8.0",
3+
"version": "0.9.0",
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.3.3",
12-
"@lumino/commands": "^1.12.0",
13-
"@lumino/coreutils": "^1.5.3",
14-
"@lumino/datastore": "^0.11.0",
15-
"@lumino/disposable": "^1.4.3",
16-
"@lumino/dragdrop": "^1.7.1",
17-
"@lumino/widgets": "^1.19.0",
11+
"@lumino/algorithm": "^1.4.0",
12+
"@lumino/commands": "^1.13.0",
13+
"@lumino/coreutils": "^1.6.0",
14+
"@lumino/datastore": "^0.12.0",
15+
"@lumino/disposable": "^1.5.0",
16+
"@lumino/dragdrop": "^1.8.0",
17+
"@lumino/widgets": "^1.20.0",
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.8.0",
3+
"version": "0.9.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/commands": "^1.12.0",
11-
"@lumino/default-theme": "^0.10.0",
12-
"@lumino/dragdrop": "^1.7.1",
13-
"@lumino/messaging": "^1.4.3",
14-
"@lumino/widgets": "^1.19.0",
10+
"@lumino/commands": "^1.13.0",
11+
"@lumino/default-theme": "^0.11.0",
12+
"@lumino/dragdrop": "^1.8.0",
13+
"@lumino/messaging": "^1.5.0",
14+
"@lumino/widgets": "^1.20.0",
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.3.3",
3+
"version": "1.4.0",
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.16.0",
3+
"version": "1.17.0",
44
"description": "Lumino Pluggable Application",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -43,9 +43,9 @@
4343
"watch": "tsc --build --watch"
4444
},
4545
"dependencies": {
46-
"@lumino/commands": "^1.12.0",
47-
"@lumino/coreutils": "^1.5.3",
48-
"@lumino/widgets": "^1.19.0"
46+
"@lumino/commands": "^1.13.0",
47+
"@lumino/coreutils": "^1.6.0",
48+
"@lumino/widgets": "^1.20.0"
4949
},
5050
"devDependencies": {
5151
"@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.3.3",
3+
"version": "1.4.0",
44
"description": "Lumino Generic Collections",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch": "tsc --build --watch"
4444
},
4545
"dependencies": {
46-
"@lumino/algorithm": "^1.3.3"
46+
"@lumino/algorithm": "^1.4.0"
4747
},
4848
"devDependencies": {
4949
"@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.12.0",
3+
"version": "1.13.0",
44
"description": "Lumino Commands",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -50,13 +50,13 @@
5050
"watch": "tsc --build --watch"
5151
},
5252
"dependencies": {
53-
"@lumino/algorithm": "^1.3.3",
54-
"@lumino/coreutils": "^1.5.3",
55-
"@lumino/disposable": "^1.4.3",
56-
"@lumino/domutils": "^1.2.3",
57-
"@lumino/keyboard": "^1.2.3",
58-
"@lumino/signaling": "^1.4.3",
59-
"@lumino/virtualdom": "^1.8.0"
53+
"@lumino/algorithm": "^1.4.0",
54+
"@lumino/coreutils": "^1.6.0",
55+
"@lumino/disposable": "^1.5.0",
56+
"@lumino/domutils": "^1.3.0",
57+
"@lumino/keyboard": "^1.3.0",
58+
"@lumino/signaling": "^1.5.0",
59+
"@lumino/virtualdom": "^1.9.0"
6060
},
6161
"devDependencies": {
6262
"@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.5.3",
3+
"version": "1.6.0",
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.20.0",
3+
"version": "0.21.0",
44
"description": "Lumino Tabular Data Grid",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -36,15 +36,15 @@
3636
"watch": "tsc --build --watch"
3737
},
3838
"dependencies": {
39-
"@lumino/algorithm": "^1.3.3",
40-
"@lumino/coreutils": "^1.5.3",
41-
"@lumino/disposable": "^1.4.3",
42-
"@lumino/domutils": "^1.2.3",
43-
"@lumino/dragdrop": "^1.7.1",
44-
"@lumino/keyboard": "^1.2.3",
45-
"@lumino/messaging": "^1.4.3",
46-
"@lumino/signaling": "^1.4.3",
47-
"@lumino/widgets": "^1.19.0"
39+
"@lumino/algorithm": "^1.4.0",
40+
"@lumino/coreutils": "^1.6.0",
41+
"@lumino/disposable": "^1.5.0",
42+
"@lumino/domutils": "^1.3.0",
43+
"@lumino/dragdrop": "^1.8.0",
44+
"@lumino/keyboard": "^1.3.0",
45+
"@lumino/messaging": "^1.5.0",
46+
"@lumino/signaling": "^1.5.0",
47+
"@lumino/widgets": "^1.20.0"
4848
},
4949
"devDependencies": {
5050
"rimraf": "^2.5.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.11.0",
3+
"version": "0.12.0",
44
"description": "Lumino DataStore",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -43,12 +43,12 @@
4343
"watch": "tsc --build --watch"
4444
},
4545
"dependencies": {
46-
"@lumino/algorithm": "^1.3.3",
47-
"@lumino/collections": "^1.3.3",
48-
"@lumino/coreutils": "^1.5.3",
49-
"@lumino/disposable": "^1.4.3",
50-
"@lumino/messaging": "^1.4.3",
51-
"@lumino/signaling": "^1.4.3"
46+
"@lumino/algorithm": "^1.4.0",
47+
"@lumino/collections": "^1.4.0",
48+
"@lumino/coreutils": "^1.6.0",
49+
"@lumino/disposable": "^1.5.0",
50+
"@lumino/messaging": "^1.5.0",
51+
"@lumino/signaling": "^1.5.0"
5252
},
5353
"devDependencies": {
5454
"rimraf": "^2.5.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.10.0",
3+
"version": "0.11.0",
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.7.1",
33-
"@lumino/widgets": "^1.19.0"
32+
"@lumino/dragdrop": "^1.8.0",
33+
"@lumino/widgets": "^1.20.0"
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.4.3",
3+
"version": "1.5.0",
44
"description": "Lumino Disposable",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -43,8 +43,8 @@
4343
"watch": "tsc --build --watch"
4444
},
4545
"dependencies": {
46-
"@lumino/algorithm": "^1.3.3",
47-
"@lumino/signaling": "^1.4.3"
46+
"@lumino/algorithm": "^1.4.0",
47+
"@lumino/signaling": "^1.5.0"
4848
},
4949
"devDependencies": {
5050
"@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.2.3",
3+
"version": "1.3.0",
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.7.1",
3+
"version": "1.8.0",
44
"description": "Lumino Drag and Drop",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -46,8 +46,8 @@
4646
"watch": "tsc --build --watch"
4747
},
4848
"dependencies": {
49-
"@lumino/coreutils": "^1.5.3",
50-
"@lumino/disposable": "^1.4.3"
49+
"@lumino/coreutils": "^1.6.0",
50+
"@lumino/disposable": "^1.5.0"
5151
},
5252
"devDependencies": {
5353
"@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.2.3",
3+
"version": "1.3.0",
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.4.3",
3+
"version": "1.5.0",
44
"description": "Lumino Message Passing",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -43,8 +43,8 @@
4343
"watch": "tsc --build --watch"
4444
},
4545
"dependencies": {
46-
"@lumino/algorithm": "^1.3.3",
47-
"@lumino/collections": "^1.3.3"
46+
"@lumino/algorithm": "^1.4.0",
47+
"@lumino/collections": "^1.4.0"
4848
},
4949
"devDependencies": {
5050
"@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.3.3",
3+
"version": "1.4.0",
44
"description": "Lumino Polling",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -43,9 +43,9 @@
4343
"watch": "tsc --build --watch"
4444
},
4545
"dependencies": {
46-
"@lumino/coreutils": "^1.5.3",
47-
"@lumino/disposable": "^1.4.3",
48-
"@lumino/signaling": "^1.4.3"
46+
"@lumino/coreutils": "^1.6.0",
47+
"@lumino/disposable": "^1.5.0",
48+
"@lumino/signaling": "^1.5.0"
4949
},
5050
"devDependencies": {
5151
"@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.2.3",
3+
"version": "1.3.0",
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.4.3",
3+
"version": "1.5.0",
44
"description": "Lumino Signals and Slots",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch": "tsc --build --watch"
4444
},
4545
"dependencies": {
46-
"@lumino/algorithm": "^1.3.3"
46+
"@lumino/algorithm": "^1.4.0"
4747
},
4848
"devDependencies": {
4949
"@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.8.0",
3+
"version": "1.9.0",
44
"description": "Lumino Virtual DOM",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {
@@ -50,7 +50,7 @@
5050
"watch": "tsc --build --watch"
5151
},
5252
"dependencies": {
53-
"@lumino/algorithm": "^1.3.3"
53+
"@lumino/algorithm": "^1.4.0"
5454
},
5555
"devDependencies": {
5656
"@microsoft/api-extractor": "^7.6.0",

0 commit comments

Comments
 (0)