Skip to content

Commit bf68a99

Browse files
committed
Update some dependencies
1 parent 6596dd5 commit bf68a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"test": "grunt test"
2525
},
2626
"dependencies": {
27-
"jquery": ">=1.7.0",
27+
"jquery": ">=3.0.0",
2828
"bootstrap": ">=2.0.0"
2929
},
3030
"devDependencies": {
3131
"grunt": "~1.0.1",
3232
"grunt-jslint": "1.1.14",
3333
"grunt-shell": "~2.1.0",
3434
"grunt-contrib-concat": "~1.0.1",
35-
"grunt-contrib-uglify": "~2.1.0",
35+
"grunt-contrib-uglify": "~3.0.x",
3636
"grunt-jasmine-node": "~0.3.1",
37-
"jquery": "~3.1.1",
37+
"jquery": "3.2.x",
3838
"jsdom": "~9.11.0"
3939
}
4040
}

0 commit comments

Comments
 (0)