summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-03 16:25:16 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-03 16:25:16 +0200
commit0524db5914bf22568cc56ecbb56fbd41345541a6 (patch)
tree561a19d4a7188163bcb3ad2153d72273e72a7767 /js/package.json
parentbcd1bed967a5f71a3e05d2247cbf8e53084991d4 (diff)
New layout fix, scrolling and keyboard shortcuts fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/js/package.json b/js/package.json
index 4a7f35ee1..2520efe96 100644
--- a/js/package.json
+++ b/js/package.json
@@ -43,7 +43,7 @@
"gulp-uglify": "^2.0.0",
"jasmine-core": "^2.99.1",
"jquery": "^2.2.4",
- "jshint": "^2.9.4",
+ "jshint": "^2.9.6",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.2",
@@ -51,13 +51,13 @@
"karma-jasmine": "^1.1.2"
},
"dependencies": {
- "angular": "^1.7.0",
- "angular-animate": "^1.7.0",
- "angular-mocks": "^1.7.0",
- "angular-route": "^1.7.0",
- "angular-sanitize": "^1.7.0",
+ "angular": "^1.7.2",
+ "angular-animate": "^1.7.2",
+ "angular-mocks": "^1.7.2",
+ "angular-route": "^1.7.2",
+ "angular-sanitize": "^1.7.2",
"debug": "^2.6.8",
- "masonry-layout": "^4.2.1",
+ "masonry-layout": "^4.2.2",
"moment": "^2.22.2"
}
}