Skip to content

Commit 10ffc20

Browse files
committed
3.0.0
1 parent d8b1152 commit 10ffc20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@activewidgets/jquery",
3-
"version": "0.0.11",
3+
"version": "3.0.0",
44
"description": "Datagrid component for jQuery",
55
"author": "ActiveWidgets SARL",
66
"license": "MIT",
@@ -20,17 +20,17 @@
2020
"test": "npm run output && jest"
2121
},
2222
"dependencies": {
23-
"@activewidgets/datagrid": "0.0.11",
24-
"@activewidgets/frameworks": "0.0.11",
23+
"@activewidgets/datagrid": "3.0.0",
24+
"@activewidgets/frameworks": "3.0.0",
2525
"htm": "3.0.2",
26-
"preact": "10.2.1"
26+
"preact": "10.3.0"
2727
},
2828
"peerDependencies": {
2929
"jquery": "*"
3030
},
3131
"devDependencies": {
3232
"@activewidgets/examples": "0.0.5",
33-
"@activewidgets/options": "0.0.11",
33+
"@activewidgets/options": "3.0.0",
3434
"@activewidgets/puppeteer": "0.0.4",
3535
"@activewidgets/testing": "0.0.3",
3636
"@babel/core": "^7",

0 commit comments

Comments
 (0)