Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit f0515ed

Browse files
committed
Update dependencies.
1 parent a48b2bc commit f0515ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tests"
1414
],
1515
"dependencies": {
16-
"closest": "1.0.2",
16+
"closest": "1.0.3",
1717
"raf.js": "0.0.4"
1818
}
1919
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
},
2121
"dependencies": {
2222
"raf.js": "0.0.4",
23-
"element-closest": "1.0.2"
23+
"element-closest": "1.0.3"
2424
},
2525
"devDependencies": {
2626
"grunt": "0.4.x",
2727
"grunt-contrib-concat": "~0.5.1",
28-
"grunt-contrib-cssmin": "~0.12.2",
29-
"grunt-contrib-jshint": "0.11.0",
30-
"grunt-contrib-uglify": "0.8.0",
28+
"grunt-contrib-cssmin": "~0.14.0",
29+
"grunt-contrib-jshint": "0.11.3",
30+
"grunt-contrib-uglify": "0.9.2",
3131
"grunt-contrib-watch": "0.6.1"
3232
},
3333
"keywords": [],

0 commit comments

Comments
 (0)