We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20152f9 commit 11ec996Copy full SHA for 11ec996
examples/example-datagrid/package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "@lumino/example-datagrid",
3
- "version": "0.14.0",
+ "version": "0.15.0",
4
"private": true,
5
"scripts": {
6
"build": "tsc && webpack",
7
"clean": "rimraf build"
8
},
9
"dependencies": {
10
- "@lumino/datagrid": "^0.17.0",
+ "@lumino/datagrid": "^0.18.0",
11
"@lumino/default-theme": "^0.8.0",
12
"@lumino/dragdrop": "^1.7.1",
13
"@lumino/widgets": "^1.17.0",
packages/datagrid/package.json
@@ -1,6 +1,6 @@
"name": "@lumino/datagrid",
- "version": "0.17.0",
+ "version": "0.18.0",
"description": "Lumino Tabular Data Grid",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
0 commit comments