Update js dependency versions

This commit is contained in:
Xavier Guimard 2015-07-09 17:02:27 +00:00
parent 60712faaa2
commit 6f12ce6787

View File

@ -6,10 +6,10 @@
"license": "GPL2", "license": "GPL2",
"private": true, "private": true,
"dependencies": { "dependencies": {
"angular": "1.3.x", "angular": "1.x",
"angular-route": "1.x", "angular-route": "1.x",
"angular-ui-tree": "2.1.5", "angular-ui-tree": "2.1.5",
"bootstrap": "~3.1.1", "bootstrap": "x",
"jquery": "~2.1.1" "jquery": "2.x"
} }
} }