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 77046c6 commit 300c842Copy full SHA for 300c842
package.json
@@ -23,12 +23,12 @@
23
},
24
"dependencies": {
25
"@activewidgets/frameworks": "https://cdn.activewidgets.com/packages/frameworks-0.0.6.tgz",
26
- "@activewidgets/datagrid": "https://cdn.activewidgets.com/packages/datagrid-0.0.6.tgz"
+ "@activewidgets/datagrid": "https://cdn.activewidgets.com/packages/datagrid-0.0.6.tgz",
27
+ "@angular/core": "*"
28
29
"devDependencies": {
- "@angular/compiler": "^7.0.0",
30
- "@angular/compiler-cli": "^7.0.0",
31
- "@angular/core": "^7.0.0",
+ "@angular/compiler": "*",
+ "@angular/compiler-cli": "*",
32
"@babel/core": "^7.0.0",
33
"@babel/preset-env": "^7.0.0",
34
"rimraf": "^2.0.0",
0 commit comments