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