Skip to content

Commit 6fa8251

Browse files
author
Steven Silvester
committed
Update versions
1 parent 1ae240e commit 6fa8251

File tree

24 files changed

+93
-93
lines changed

24 files changed

+93
-93
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.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/default-theme": "^0.19.0",
11-
"@lumino/messaging": "^1.9.0",
12-
"@lumino/widgets": "^1.28.0",
10+
"@lumino/default-theme": "^0.20.0",
11+
"@lumino/messaging": "^1.10.0",
12+
"@lumino/widgets": "^1.29.0",
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.28.0",
3+
"version": "0.29.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/datagrid": "^0.32.0",
11-
"@lumino/default-theme": "^0.19.0",
12-
"@lumino/dragdrop": "^1.12.0",
13-
"@lumino/widgets": "^1.28.0",
10+
"@lumino/datagrid": "^0.33.0",
11+
"@lumino/default-theme": "^0.20.0",
12+
"@lumino/dragdrop": "^1.13.0",
13+
"@lumino/widgets": "^1.29.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.17.0",
3+
"version": "0.18.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.8.0",
12-
"@lumino/commands": "^1.17.0",
13-
"@lumino/coreutils": "^1.10.0",
14-
"@lumino/datastore": "^0.16.0",
15-
"@lumino/disposable": "^1.9.0",
16-
"@lumino/dragdrop": "^1.12.0",
17-
"@lumino/widgets": "^1.28.0",
11+
"@lumino/algorithm": "^1.9.0",
12+
"@lumino/commands": "^1.18.0",
13+
"@lumino/coreutils": "^1.11.0",
14+
"@lumino/datastore": "^0.17.0",
15+
"@lumino/disposable": "^1.10.0",
16+
"@lumino/dragdrop": "^1.13.0",
17+
"@lumino/widgets": "^1.29.0",
1818
"codemirror": "^5.48.2",
1919
"es6-promise": "^4.0.5",
2020
"websocket": "^1.0.28"

examples/example-dockpanel-amd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/example-dockpanel-amd",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"test": "node ./test/runner.js"

examples/example-dockpanel-iife/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/example-dockpanel-iife",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"test": "node ./test/runner.js"

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.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/commands": "^1.17.0",
11-
"@lumino/default-theme": "^0.19.0",
12-
"@lumino/dragdrop": "^1.12.0",
13-
"@lumino/messaging": "^1.9.0",
14-
"@lumino/widgets": "^1.28.0",
10+
"@lumino/commands": "^1.18.0",
11+
"@lumino/default-theme": "^0.20.0",
12+
"@lumino/dragdrop": "^1.13.0",
13+
"@lumino/messaging": "^1.10.0",
14+
"@lumino/widgets": "^1.29.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.8.0",
3+
"version": "1.9.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.25.0",
3+
"version": "1.26.0",
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.17.0",
48-
"@lumino/coreutils": "^1.10.0",
49-
"@lumino/widgets": "^1.28.0"
47+
"@lumino/commands": "^1.18.0",
48+
"@lumino/coreutils": "^1.11.0",
49+
"@lumino/widgets": "^1.29.0"
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.8.0",
3+
"version": "1.9.0",
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.8.0"
47+
"@lumino/algorithm": "^1.9.0"
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.17.0",
3+
"version": "1.18.0",
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.8.0",
55-
"@lumino/coreutils": "^1.10.0",
56-
"@lumino/disposable": "^1.9.0",
57-
"@lumino/domutils": "^1.7.0",
58-
"@lumino/keyboard": "^1.7.0",
59-
"@lumino/signaling": "^1.9.0",
60-
"@lumino/virtualdom": "^1.13.0"
54+
"@lumino/algorithm": "^1.9.0",
55+
"@lumino/coreutils": "^1.11.0",
56+
"@lumino/disposable": "^1.10.0",
57+
"@lumino/domutils": "^1.8.0",
58+
"@lumino/keyboard": "^1.8.0",
59+
"@lumino/signaling": "^1.10.0",
60+
"@lumino/virtualdom": "^1.14.0"
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.10.0",
3+
"version": "1.11.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.32.0",
3+
"version": "0.33.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.8.0",
41-
"@lumino/coreutils": "^1.10.0",
42-
"@lumino/disposable": "^1.9.0",
43-
"@lumino/domutils": "^1.7.0",
44-
"@lumino/dragdrop": "^1.12.0",
45-
"@lumino/keyboard": "^1.7.0",
46-
"@lumino/messaging": "^1.9.0",
47-
"@lumino/signaling": "^1.9.0",
48-
"@lumino/widgets": "^1.28.0"
40+
"@lumino/algorithm": "^1.9.0",
41+
"@lumino/coreutils": "^1.11.0",
42+
"@lumino/disposable": "^1.10.0",
43+
"@lumino/domutils": "^1.8.0",
44+
"@lumino/dragdrop": "^1.13.0",
45+
"@lumino/keyboard": "^1.8.0",
46+
"@lumino/messaging": "^1.10.0",
47+
"@lumino/signaling": "^1.10.0",
48+
"@lumino/widgets": "^1.29.0"
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.16.0",
3+
"version": "0.17.0",
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.8.0",
48-
"@lumino/collections": "^1.8.0",
49-
"@lumino/coreutils": "^1.10.0",
50-
"@lumino/disposable": "^1.9.0",
51-
"@lumino/messaging": "^1.9.0",
52-
"@lumino/signaling": "^1.9.0"
47+
"@lumino/algorithm": "^1.9.0",
48+
"@lumino/collections": "^1.9.0",
49+
"@lumino/coreutils": "^1.11.0",
50+
"@lumino/disposable": "^1.10.0",
51+
"@lumino/messaging": "^1.10.0",
52+
"@lumino/signaling": "^1.10.0"
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.19.0",
3+
"version": "0.20.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.12.0",
33-
"@lumino/widgets": "^1.28.0"
32+
"@lumino/dragdrop": "^1.13.0",
33+
"@lumino/widgets": "^1.29.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.9.0",
3+
"version": "1.10.0",
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.8.0",
48-
"@lumino/signaling": "^1.9.0"
47+
"@lumino/algorithm": "^1.9.0",
48+
"@lumino/signaling": "^1.10.0"
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.7.0",
3+
"version": "1.8.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.12.0",
3+
"version": "1.13.0",
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.10.0",
51-
"@lumino/disposable": "^1.9.0"
50+
"@lumino/coreutils": "^1.11.0",
51+
"@lumino/disposable": "^1.10.0"
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.7.0",
3+
"version": "1.8.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.9.0",
3+
"version": "1.10.0",
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.8.0",
48-
"@lumino/collections": "^1.8.0"
47+
"@lumino/algorithm": "^1.9.0",
48+
"@lumino/collections": "^1.9.0"
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.8.0",
3+
"version": "1.9.0",
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.10.0",
48-
"@lumino/disposable": "^1.9.0",
49-
"@lumino/signaling": "^1.9.0"
47+
"@lumino/coreutils": "^1.11.0",
48+
"@lumino/disposable": "^1.10.0",
49+
"@lumino/signaling": "^1.10.0"
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.7.0",
3+
"version": "1.8.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.9.0",
3+
"version": "1.10.0",
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.8.0"
47+
"@lumino/algorithm": "^1.9.0"
4848
},
4949
"devDependencies": {
5050
"@microsoft/api-extractor": "^7.6.0",

0 commit comments

Comments
 (0)