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