Skip to content

Commit

Permalink
Update versions (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Mar 27, 2023
1 parent 18ac2fb commit 45339b9
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ docs/source/examples

.jupyter_releaser_checkout
.eslintcache
.yarn
6 changes: 3 additions & 3 deletions examples/example-accordionpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@lumino/example-accordionpanel",
"version": "0.8.8",
"version": "0.8.9",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/default-theme": "^0.22.8",
"@lumino/default-theme": "^0.22.9",
"@lumino/messaging": "^1.10.3",
"@lumino/widgets": "^1.37.1",
"@lumino/widgets": "^1.37.2",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/example-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lumino/example-datagrid",
"version": "0.32.8",
"version": "0.32.9",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/datagrid": "^0.36.8",
"@lumino/default-theme": "^0.22.8",
"@lumino/dragdrop": "^1.14.4",
"@lumino/widgets": "^1.37.1",
"@lumino/datagrid": "^0.36.9",
"@lumino/default-theme": "^0.22.9",
"@lumino/dragdrop": "^1.14.5",
"@lumino/widgets": "^1.37.2",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/example-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/example-datastore",
"version": "0.21.8",
"version": "0.21.9",
"private": true,
"scripts": {
"build": "tsc && webpack",
Expand All @@ -13,8 +13,8 @@
"@lumino/coreutils": "^1.12.1",
"@lumino/datastore": "^0.18.4",
"@lumino/disposable": "^1.10.4",
"@lumino/dragdrop": "^1.14.4",
"@lumino/widgets": "^1.37.1",
"@lumino/dragdrop": "^1.14.5",
"@lumino/widgets": "^1.37.2",
"codemirror": "^5.48.2",
"es6-promise": "^4.0.5",
"websocket": "^1.0.28"
Expand Down
8 changes: 4 additions & 4 deletions examples/example-dockpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@lumino/example-dockpanel",
"version": "0.21.8",
"version": "0.21.9",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/commands": "^1.21.1",
"@lumino/default-theme": "^0.22.8",
"@lumino/dragdrop": "^1.14.4",
"@lumino/default-theme": "^0.22.9",
"@lumino/dragdrop": "^1.14.5",
"@lumino/messaging": "^1.10.3",
"@lumino/widgets": "^1.37.1",
"@lumino/widgets": "^1.37.2",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/example-menubar/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@lumino/example-menubar",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/default-theme": "^0.22.8",
"@lumino/default-theme": "^0.22.9",
"@lumino/messaging": "^1.10.3",
"@lumino/widgets": "^1.37.1",
"@lumino/widgets": "^1.37.2",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/application",
"version": "1.31.3",
"version": "1.31.4",
"description": "Lumino Pluggable Application",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@lumino/commands": "^1.21.1",
"@lumino/coreutils": "^1.12.1",
"@lumino/widgets": "^1.37.1"
"@lumino/widgets": "^1.37.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/datagrid",
"version": "0.36.8",
"version": "0.36.9",
"description": "Lumino Tabular Data Grid",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -41,11 +41,11 @@
"@lumino/coreutils": "^1.12.1",
"@lumino/disposable": "^1.10.4",
"@lumino/domutils": "^1.8.2",
"@lumino/dragdrop": "^1.14.4",
"@lumino/dragdrop": "^1.14.5",
"@lumino/keyboard": "^1.8.2",
"@lumino/messaging": "^1.10.3",
"@lumino/signaling": "^1.11.1",
"@lumino/widgets": "^1.37.1"
"@lumino/widgets": "^1.37.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/default-theme",
"version": "0.22.8",
"version": "0.22.9",
"description": "Lumino Default Theme",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/jupyterlab/lumino.git"
},
"dependencies": {
"@lumino/dragdrop": "^1.14.4",
"@lumino/widgets": "^1.37.1"
"@lumino/dragdrop": "^1.14.5",
"@lumino/widgets": "^1.37.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/dragdrop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/dragdrop",
"version": "1.14.4",
"version": "1.14.5",
"description": "Lumino Drag and Drop",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/widgets",
"version": "1.37.1",
"version": "1.37.2",
"description": "Lumino Widgets",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"@lumino/coreutils": "^1.12.1",
"@lumino/disposable": "^1.10.4",
"@lumino/domutils": "^1.8.2",
"@lumino/dragdrop": "^1.14.4",
"@lumino/dragdrop": "^1.14.5",
"@lumino/keyboard": "^1.8.2",
"@lumino/messaging": "^1.10.3",
"@lumino/properties": "^1.8.2",
Expand Down

0 comments on commit 45339b9

Please sign in to comment.