From a84d4c97b6b4e6a18429d30c122020f11782a5a1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 12 Nov 2020 22:02:34 +0000 Subject: [PATCH] chore: version 11.0.1 --- ponyracer/karma.conf.js | 2 +- ponyracer/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ponyracer/karma.conf.js b/ponyracer/karma.conf.js index 24bfcd613..347def20b 100644 --- a/ponyracer/karma.conf.js +++ b/ponyracer/karma.conf.js @@ -21,7 +21,7 @@ module.exports = function (config) { reporters: [ { type: 'html' }, { type: 'text-summary' } - ], + ] }, reporters: ['progress', 'kjhtml'], port: 9876, diff --git a/ponyracer/package.json b/ponyracer/package.json index 3d6feff5e..b42eb39f7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -24,8 +24,8 @@ "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1100.0", - "@angular/cli": "~11.0.0", + "@angular-devkit/build-angular": "~0.1100.1", + "@angular/cli": "~11.0.1", "@angular/compiler-cli": "~11.0.0", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1",