summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-03 02:29:37 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-03 02:29:37 +0200
commitd6a5cb534d82ad6e041e4f31f5d848c5d43abaab (patch)
tree61ba77f9ba966a474eba027bf84c0cdf31cdd3b1 /package.json
parente2f768c6a0f913b7c5f07695dce8cec692037255 (diff)
downloadwekan-d6a5cb534d82ad6e041e4f31f5d848c5d43abaab.tar.gz
wekan-d6a5cb534d82ad6e041e4f31f5d848c5d43abaab.tar.bz2
wekan-d6a5cb534d82ad6e041e4f31f5d848c5d43abaab.zip
Try upgrading Wekan to Node v6.12 and Meteor 1.6, still using MongoDB 3.2.18.
Standalone Wekan seems to work, needs testing. This does not fix crash bug of MongoDB 3.4.x. This version does not yet work on Sandstorm.
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/package.json b/package.json
index 46e7d234..0ec6913f 100644
--- a/package.json
+++ b/package.json
@@ -20,15 +20,17 @@
},
"homepage": "https://wekan.github.io",
"devDependencies": {
- "eslint": "^2.0.0"
+ "eslint": "^4.11.0"
},
"dependencies": {
- "babel-runtime": "^6.23.0",
- "bcrypt": "^1.0.2",
+ "babel-runtime": "^6.26.0",
+ "bcrypt": "^1.0.3",
"bson": "^1.0.4",
- "es6-promise": "^4.1.0",
- "meteor-node-stubs": "^0.2.6",
+ "es6-promise": "^4.1.1",
+ "fibers": "^2.0.0",
+ "meteor-node-stubs": "^0.3.2",
"os": "^0.1.1",
- "xss": "^0.3.3"
+ "phantomjs-prebuilt": "^2.1.16",
+ "xss": "^0.3.4"
}
}