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 e409475 commit 7804f49Copy full SHA for 7804f49
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@activewidgets/react",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "Datagrid component for React",
5
"author": "ActiveWidgets SARL",
6
"license": "MIT",
@@ -19,12 +19,12 @@
19
"test": "npm run public && jest"
20
},
21
"dependencies": {
22
- "@activewidgets/datagrid": "0.0.8",
23
- "@activewidgets/frameworks": "0.0.8",
+ "@activewidgets/datagrid": "0.0.9",
+ "@activewidgets/frameworks": "0.0.9",
24
"react": "^16"
25
26
"devDependencies": {
27
- "@activewidgets/options": "0.0.8",
+ "@activewidgets/options": "0.0.9",
28
"@activewidgets/puppeteer": "0.0.3",
29
"@activewidgets/testing": "0.0.1",
30
"@babel/core": "^7",
0 commit comments