summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2019-04-26 17:56:01 +0200
committerGitHub <noreply@github.com>2019-04-26 17:56:01 +0200
commit23e1229d6a1b4d2555b95a45280ce83e40ad6c4d (patch)
tree9314bc3c2f88ee4e004f652e8ece2eefc50310bb /js/package.json
parentd6a6ad8608df61182526b5a993dbfc751c47f52e (diff)
update js dependencies (#500)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/js/package.json b/js/package.json
index 320efcce0..ac81905ce 100644
--- a/js/package.json
+++ b/js/package.json
@@ -33,22 +33,22 @@
"private": true,
"homepage": "https://github.com/nextcloud/news",
"devDependencies": {
- "gulp": "^3.9.1",
- "gulp-cli": "^1.2.2",
+ "gulp": "^4.0.0",
+ "gulp-cli": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-phpunit": "^0.26.0",
- "gulp-sourcemaps": "^1.12.1",
- "gulp-uglify": "^2.0.0",
- "jasmine-core": "^2.99.1",
- "jquery": "^2.2.4",
+ "gulp-sourcemaps": "^2.6.5",
+ "gulp-terser": "^1.1.7",
+ "jasmine-core": "^3.4.0",
+ "jquery": "^3.4.0",
"jshint": "^2.10.2",
- "karma": "^1.3.0",
- "karma-chrome-launcher": "^2.0.0",
+ "karma": "^4.0.1",
+ "karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
- "karma-firefox-launcher": "^1.0.0",
- "karma-jasmine": "^1.1.2",
+ "karma-firefox-launcher": "^1.1.0",
+ "karma-jasmine": "^2.0.1",
"minimatch": "^3.0.4",
"natives": "^1.1.6"
},
@@ -58,7 +58,7 @@
"angular-mocks": "^1.7.8",
"angular-route": "^1.7.8",
"angular-sanitize": "^1.7.8",
- "debug": "^2.6.8",
+ "debug": "^4.1.1",
"masonry-layout": "^4.2.2",
"moment": "^2.24.0"
}