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 cd71f1d commit 1fa56ceCopy full SHA for 1fa56ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@activewidgets/angular",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"description": "Datagrid component for angular",
5
"author": "ActiveWidgets SARL",
6
"license": "MIT",
@@ -25,13 +25,13 @@
25
"test": "npm run output && jest"
26
},
27
"dependencies": {
28
- "@activewidgets/frameworks": "0.0.9",
29
- "@activewidgets/datagrid": "0.0.9",
+ "@activewidgets/frameworks": "0.0.10",
+ "@activewidgets/datagrid": "0.0.10",
30
"@angular/core": "*"
31
32
"devDependencies": {
33
"@activewidgets/examples": "0.0.1",
34
- "@activewidgets/options": "0.0.9",
+ "@activewidgets/options": "0.0.10",
35
"@activewidgets/puppeteer": "0.0.4",
36
"@activewidgets/testing": "0.0.3",
37
"@angular/common": "^8",
0 commit comments