Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xkam committed Feb 3, 2020
1 parent d8b1152 commit 10ffc20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@activewidgets/jquery",
"version": "0.0.11",
"version": "3.0.0",
"description": "Datagrid component for jQuery",
"author": "ActiveWidgets SARL",
"license": "MIT",
Expand All @@ -20,17 +20,17 @@
"test": "npm run output && jest"
},
"dependencies": {
"@activewidgets/datagrid": "0.0.11",
"@activewidgets/frameworks": "0.0.11",
"@activewidgets/datagrid": "3.0.0",
"@activewidgets/frameworks": "3.0.0",
"htm": "3.0.2",
"preact": "10.2.1"
"preact": "10.3.0"
},
"peerDependencies": {
"jquery": "*"
},
"devDependencies": {
"@activewidgets/examples": "0.0.5",
"@activewidgets/options": "0.0.11",
"@activewidgets/options": "3.0.0",
"@activewidgets/puppeteer": "0.0.4",
"@activewidgets/testing": "0.0.3",
"@babel/core": "^7",
Expand Down

0 comments on commit 10ffc20

Please sign in to comment.