mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
upgrade a few other packages
This commit is contained in:
parent
ebcce81baa
commit
3aa450f8d4
1 changed files with 13 additions and 13 deletions
26
package.json
26
package.json
|
|
@ -4,33 +4,33 @@
|
|||
"version": "0.0.0-152",
|
||||
"main": "./src/server.js",
|
||||
"dependencies": {
|
||||
"async": "~0.2.9",
|
||||
"bower": "~1.3.8",
|
||||
"async": "~0.9.0",
|
||||
"bower": "~1.3.12",
|
||||
"coffee-script": "1.6.x",
|
||||
"connect-mongo": "*",
|
||||
"connect-ratelimit": "0.0.6",
|
||||
"connect-ratelimit": "0.0.7",
|
||||
"coupon-code": "~0.3.0",
|
||||
"domain-middleware": "~0.1.0",
|
||||
"express": "~3.17.5",
|
||||
"express-csv": "~0.6.0",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt-concurrent": "~0.3.1",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-copy": "~0.4.1",
|
||||
"grunt-contrib-cssmin": "~0.6.1",
|
||||
"grunt-contrib-stylus": "~0.8.0",
|
||||
"grunt-contrib-uglify": "~0.2.4",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-hashres": "~0.3.2",
|
||||
"grunt-nodemon": "~0.1.1",
|
||||
"grunt-concurrent": "~1.0.0",
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"grunt-contrib-copy": "~0.6.0",
|
||||
"grunt-contrib-cssmin": "~0.10.0",
|
||||
"grunt-contrib-stylus": "~0.20.0",
|
||||
"grunt-contrib-uglify": "~0.6.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-hashres": "~0.4.1",
|
||||
"grunt-nodemon": "~0.3.0",
|
||||
"guid": "*",
|
||||
"gzippo": "*",
|
||||
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#develop",
|
||||
"icalendar": "git://github.com/lefnire/node-icalendar#master",
|
||||
"jade": "~0.35.0",
|
||||
"js2xmlparser": "~0.1.2",
|
||||
"lodash": "~2.2.1",
|
||||
"lodash": "~2.4.1",
|
||||
"method-override": "~2.2.0",
|
||||
"moment": "~2.4.0",
|
||||
"mongoose": "~3.8.17",
|
||||
|
|
|
|||
Loading…
Reference in a new issue