summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-12 18:40:50 +0000
committerLauri Ojansivu <x@xet7.org>2019-04-12 18:40:50 +0000
commitab05af79ec2f65f373e31e81cc6b753e96193121 (patch)
tree16c990fc159f0c02bc57635cf31156e341b36e96 /package.json
parentc46c5e9c8f3a838d41381b49a1b556f81bb825fa (diff)
downloadwekan-ab05af79ec2f65f373e31e81cc6b753e96193121.tar.gz
wekan-ab05af79ec2f65f373e31e81cc6b753e96193121.tar.bz2
wekan-ab05af79ec2f65f373e31e81cc6b753e96193121.zip
Update packages, and remove broken one about mousewheel.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json
index e2c91f34..d9974ed6 100644
--- a/package.json
+++ b/package.json
@@ -20,22 +20,20 @@
},
"homepage": "https://wekan.github.io",
"devDependencies": {
- "eslint": "^5.9.0"
+ "eslint": "^5.16.0"
},
"dependencies": {
- "@babel/runtime": "^7.2.0",
+ "@babel/runtime": "^7.4.3",
"bcrypt": "^3.0.2",
"bson": "^4.0.0",
"bunyan": "^1.8.12",
"es6-promise": "^4.2.4",
- "hoek": "^5.0.4",
- "jquery-mousewheel": "^3.1.13",
"ldapjs": "^1.0.2",
"meteor-node-stubs": "^0.4.1",
"os": "^0.1.1",
"page": "^1.8.6",
"qs": "^6.5.2",
- "source-map-support": "^0.5.9",
+ "source-map-support": "^0.5.12",
"xss": "^1.0.3"
}
}