From b2123ac0c8f16886ce71d0d53340d54d1c120203 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 16 Oct 2019 16:02:33 +0000 Subject: [PATCH] chore: version 9.0.0-next.10 --- ponyracer/package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 557e36074..043c29c97 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -8,27 +8,27 @@ "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "postinstall": "ivy-ngcc --properties es2015 --create-ivy-entry-points" + "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points" }, "private": true, "dependencies": { - "@angular/animations": "~9.0.0-next.10", - "@angular/common": "~9.0.0-next.10", - "@angular/compiler": "~9.0.0-next.10", - "@angular/core": "~9.0.0-next.10", - "@angular/forms": "~9.0.0-next.10", - "@angular/platform-browser": "~9.0.0-next.10", - "@angular/platform-browser-dynamic": "~9.0.0-next.10", - "@angular/router": "~9.0.0-next.10", + "@angular/animations": "~9.0.0-next.11", + "@angular/common": "~9.0.0-next.11", + "@angular/compiler": "~9.0.0-next.11", + "@angular/core": "~9.0.0-next.11", + "@angular/forms": "~9.0.0-next.11", + "@angular/platform-browser": "~9.0.0-next.11", + "@angular/platform-browser-dynamic": "~9.0.0-next.11", + "@angular/router": "~9.0.0-next.11", "rxjs": "~6.5.3", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.900.0-next.9", - "@angular/cli": "~9.0.0-next.9", - "@angular/compiler-cli": "~9.0.0-next.10", - "@angular/language-service": "~9.0.0-next.10", + "@angular-devkit/build-angular": "~0.900.0-next.10", + "@angular/cli": "~9.0.0-next.10", + "@angular/compiler-cli": "~9.0.0-next.11", + "@angular/language-service": "~9.0.0-next.11", "@types/node": "~10.14.0", "@types/jasmine": "~3.4.0", "@types/jasminewd2": "~2.0.3",