Upgrade packages to most recent versions & lock

This commit is contained in:
Andrew Miner
2017-05-02 19:18:02 -07:00
parent bd96bc6575
commit 69e4d968b5
+33 -33
View File
@@ -10,41 +10,41 @@
"test": "grunt test"
},
"author": "Andrew Miner",
"license": "none",
"license": "UNLICENSED",
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "^1.9.3",
"coffeeify": "^1.1.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-sass-globbing": "^1.4.0",
"mocha": "^2.4.5",
"sass": "^0.5.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
"chai": "3.5.0",
"coffee-script": "1.12.5",
"coffeeify": "2.1.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jade": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-mocha-test": "0.13.2",
"grunt-sass-globbing": "1.5.1",
"mocha": "3.3.0",
"sass": "0.5.0",
"sinon": "2.2.0",
"sinon-chai": "2.10.0"
},
"dependencies": {
"backbone": "^1.2.3",
"body-parser": "^1.13.3",
"client-sessions": "^0.7.0",
"cookie-parser": "^1.3.5",
"crafting-guide-common": "^3.2.0",
"dotenv": "^2.0.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"marked": "^0.3.5",
"underscore": "^1.8.3",
"underscore.inflections": "^0.2.1",
"when": "^3.7.3"
"backbone": "1.3.3",
"body-parser": "1.17.1",
"client-sessions": "0.8.0",
"cookie-parser": "1.4.3",
"crafting-guide-common": ">=3.0.0",
"dotenv": "4.0.0",
"express": "4.15.2",
"express-session": "1.15.2",
"jade": "1.11.0",
"jquery": "3.2.1",
"marked": "0.3.6",
"underscore": "1.8.3",
"underscore.inflections": "0.2.1",
"when": "3.7.8"
}
}