Updating dependencies, async, lodash and tiny-lr

This commit is contained in:
Kyle Robinson Young 2018-05-12 21:01:37 -07:00
parent 5adb27c513
commit 72b12146ef

View File

@ -16,15 +16,15 @@
"test": "grunt test -v" "test": "grunt test -v"
}, },
"dependencies": { "dependencies": {
"async": "^1.5.0", "async": "^2.6.0",
"gaze": "^1.1.0", "gaze": "^1.1.0",
"lodash": "^4.0.0", "lodash": "^4.17.10",
"tiny-lr": "^1.0.4" "tiny-lr": "^1.1.1"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^1.0.2",
"grunt-cli": "^1.2.0", "grunt-cli": "^1.2.0",
"grunt-contrib-internal": "^1.2.0", "grunt-contrib-internal": "^2.0.0",
"grunt-contrib-jshint": "^1.0.0", "grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0",
"grunt-jscs": "^3.0.0", "grunt-jscs": "^3.0.0",