From aa0c3d6a0d708d5e365127bde4ff1e588d70bcfa Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 21 Apr 2020 20:01:58 +0000 Subject: [PATCH] chore: version 10.0.0-next.1 --- ponyracer/package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 41b47dbce..90849e640 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,30 +11,30 @@ }, "private": true, "dependencies": { - "@angular/animations": "~10.0.0-next.0", - "@angular/common": "~10.0.0-next.0", - "@angular/compiler": "~10.0.0-next.0", - "@angular/core": "~10.0.0-next.0", - "@angular/forms": "~10.0.0-next.0", - "@angular/platform-browser": "~10.0.0-next.0", - "@angular/platform-browser-dynamic": "~10.0.0-next.0", - "@angular/router": "~10.0.0-next.0", + "@angular/animations": "~10.0.0-next.2", + "@angular/common": "~10.0.0-next.2", + "@angular/compiler": "~10.0.0-next.2", + "@angular/core": "~10.0.0-next.2", + "@angular/forms": "~10.0.0-next.2", + "@angular/platform-browser": "~10.0.0-next.2", + "@angular/platform-browser-dynamic": "~10.0.0-next.2", + "@angular/router": "~10.0.0-next.2", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1000.0-next.0", - "@angular/cli": "~10.0.0-next.0", - "@angular/compiler-cli": "~10.0.0-next.0", - "@angular/language-service": "~10.0.0-next.0", + "@angular-devkit/build-angular": "~0.1000.0-next.1", + "@angular/cli": "~10.0.0-next.1", + "@angular/compiler-cli": "~10.0.0-next.2", + "@angular/language-service": "~10.0.0-next.2", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "codelyzer": "^5.1.2", "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~5.0.0", - "karma": "~4.4.1", + "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~2.1.0", "karma-jasmine": "~3.0.1",