We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7ebe2 commit e0a81ecCopy full SHA for e0a81ec
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@activewidgets/vue",
3
- "version": "0.0.11",
+ "version": "3.0.0",
4
"description": "Datagrid component for vue.js",
5
"author": "ActiveWidgets SARL",
6
"license": "MIT",
@@ -20,15 +20,15 @@
20
"test": "npm run output && jest"
21
},
22
"dependencies": {
23
- "@activewidgets/datagrid": "0.0.11",
24
- "@activewidgets/frameworks": "0.0.11"
+ "@activewidgets/datagrid": "3.0.0",
+ "@activewidgets/frameworks": "3.0.0"
25
26
"peerDependencies": {
27
"vue": "^2"
28
29
"devDependencies": {
30
"@activewidgets/examples": "0.0.5",
31
- "@activewidgets/options": "0.0.11",
+ "@activewidgets/options": "3.0.0",
32
"@activewidgets/puppeteer": "0.0.4",
33
"@activewidgets/testing": "0.0.3",
34
"@babel/core": "^7",
0 commit comments