From 581c441c23bcc4a88686f76b3b415afe40993268 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 13:21:24 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Update=20karma-chrome-launcher=20in=20?= =?UTF-8?q?group=20default=20to=20the=20lat=E2=80=A6=20(#1702)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update karma-chrome-launcher to version 3.0.0 * chore(package): update karma-chrome-launcher to version 3.0.0 --- doc/examples/jasmine/package.json | 2 +- doc/examples/mocha/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/jasmine/package.json b/doc/examples/jasmine/package.json index 2aa9348444..8597186008 100644 --- a/doc/examples/jasmine/package.json +++ b/doc/examples/jasmine/package.json @@ -15,7 +15,7 @@ "devDependencies": { "axe-core": "^3.3.0", "karma": "^4.1.0", - "karma-chrome-launcher": "^2.2.0", + "karma-chrome-launcher": "^3.0.0", "karma-jasmine": "^2.0.1" } } diff --git a/doc/examples/mocha/package.json b/doc/examples/mocha/package.json index 95af78c792..286c9f45d9 100644 --- a/doc/examples/mocha/package.json +++ b/doc/examples/mocha/package.json @@ -16,7 +16,7 @@ "axe-core": "^3.3.0", "karma": "^4.1.0", "karma-chai": "^0.1.0", - "karma-chrome-launcher": "^2.2.0", + "karma-chrome-launcher": "^3.0.0", "karma-mocha": "^1.3.0" } }