From ce94dbeeebaf50a78793ad2f55582975683cee7b Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 16:54:11 +0200 Subject: [PATCH 1/7] chore: update karma to 1.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2c0cc8f..b37debce 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "grunt-replace": "1.0.1", "grunt-spritesmith": "6.3.0", "jasmine-core": "2.1.0", - "karma": "1.3.0", + "karma": "1.7.0", "karma-chrome-launcher": "1.0.1", "karma-jasmine": "1.0.2", "karma-phantomjs-launcher": "0.2.3", From 88da91bde32b62923287819caf6a6b64fcb86ae2 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 17:32:07 +0200 Subject: [PATCH 2/7] chore: remove karma-chrome-launcher (unused) --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b37debce..cba38474 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "dateformat": "2.0.0", "fs-extra": "1.0.0", - "grunt": "^0.4.5", + "grunt": "0.4.5", "grunt-casperjs": "^2.2.1", "grunt-contrib-clean": "1.0.0", "grunt-contrib-concat": "1.0.1", @@ -48,8 +48,7 @@ "grunt-spritesmith": "6.3.0", "jasmine-core": "2.1.0", "karma": "1.7.0", - "karma-chrome-launcher": "1.0.1", - "karma-jasmine": "1.0.2", + "karma-jasmine": "1.1.0", "karma-phantomjs-launcher": "0.2.3", "load-grunt-tasks": "3.5.0", "phantomjs": "2.1.7", From 942aacbb943deffaa4db8e17e6f7204e00545d03 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 17:35:40 +0200 Subject: [PATCH 3/7] chore: update fs-extra to 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cba38474..4aeb98b8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "dateformat": "2.0.0", - "fs-extra": "1.0.0", + "fs-extra": "3.0.1", "grunt": "0.4.5", "grunt-casperjs": "^2.2.1", "grunt-contrib-clean": "1.0.0", From 5aad87471e959a3d2504e9255e19e2d7f4428591 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 17:42:19 +0200 Subject: [PATCH 4/7] chore: update jasmine-chore to 2.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4aeb98b8..cc7292e2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "grunt-open": "0.2.3", "grunt-replace": "1.0.1", "grunt-spritesmith": "6.3.0", - "jasmine-core": "2.1.0", + "jasmine-core": "2.6.1", "karma": "1.7.0", "karma-jasmine": "1.1.0", "karma-phantomjs-launcher": "0.2.3", From 866553b2ca55d4ddf1f9df6159bead4d2e278b95 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 17:45:42 +0200 Subject: [PATCH 5/7] chore: update grunt-contrib-clean & grunt-contrib-uglify --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc7292e2..bbfbe7a4 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ "fs-extra": "3.0.1", "grunt": "0.4.5", "grunt-casperjs": "^2.2.1", - "grunt-contrib-clean": "1.0.0", + "grunt-contrib-clean": "1.1.0", "grunt-contrib-concat": "1.0.1", "grunt-contrib-connect": "1.0.2", "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "1.1.0", - "grunt-contrib-uglify": "1.0.1", + "grunt-contrib-uglify": "2.3.0", "grunt-contrib-watch": "1.0.0", "grunt-include-replace": "4.0.1", "grunt-jscs": "2.8.0", From 6fb8a6859cbfe1b3452ad8fdfe71d063ce0bf735 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 18:30:08 +0200 Subject: [PATCH 6/7] chore: update karma-phantomjs-launcher to 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbfbe7a4..d0acde05 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jasmine-core": "2.6.1", "karma": "1.7.0", "karma-jasmine": "1.1.0", - "karma-phantomjs-launcher": "0.2.3", + "karma-phantomjs-launcher": "1.0.4", "load-grunt-tasks": "3.5.0", "phantomjs": "2.1.7", "phantomjs-polyfill-object-assign": "0.0.2", From f6e16e7b4b52ee331c455fc391b3a13ac2c88af1 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 18:31:49 +0200 Subject: [PATCH 7/7] chore: update grunt-spritesmith to 6.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0acde05..3c7177d7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "grunt-nw-builder": "3.1.0", "grunt-open": "0.2.3", "grunt-replace": "1.0.1", - "grunt-spritesmith": "6.3.0", + "grunt-spritesmith": "6.4.0", "jasmine-core": "2.6.1", "karma": "1.7.0", "karma-jasmine": "1.1.0",