diff --git a/ponyracer/package.json b/ponyracer/package.json index 9d5798188..5accade12 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,22 +11,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~12.0.0-next.0", - "@angular/common": "~12.0.0-next.0", - "@angular/compiler": "~12.0.0-next.0", - "@angular/core": "~12.0.0-next.0", - "@angular/forms": "~12.0.0-next.0", - "@angular/platform-browser": "~12.0.0-next.0", - "@angular/platform-browser-dynamic": "~12.0.0-next.0", - "@angular/router": "~12.0.0-next.0", + "@angular/animations": "~12.0.0-next.1", + "@angular/common": "~12.0.0-next.1", + "@angular/compiler": "~12.0.0-next.1", + "@angular/core": "~12.0.0-next.1", + "@angular/forms": "~12.0.0-next.1", + "@angular/platform-browser": "~12.0.0-next.1", + "@angular/platform-browser-dynamic": "~12.0.0-next.1", + "@angular/router": "~12.0.0-next.1", "rxjs": "~6.6.0", "tslib": "^2.0.0", - "zone.js": "~0.11.3" + "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1200.0-next.0", - "@angular/cli": "~12.0.0-next.0", - "@angular/compiler-cli": "~12.0.0-next.0", + "@angular-devkit/build-angular": "~0.1200.0-next.1", + "@angular/cli": "~12.0.0-next.1", + "@angular/compiler-cli": "~12.0.0-next.1", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", diff --git a/ponyracer/src/environments/environment.ts b/ponyracer/src/environments/environment.ts index 7b4f817ad..30d7bccb1 100644 --- a/ponyracer/src/environments/environment.ts +++ b/ponyracer/src/environments/environment.ts @@ -13,4 +13,4 @@ export const environment = { * This import should be commented out in production mode because it will have a negative impact * on performance if an error is thrown. */ -// import 'zone.js/dist/zone-error'; // Included with Angular CLI. +// import 'zone.js/plugins/zone-error'; // Included with Angular CLI. diff --git a/ponyracer/src/polyfills.ts b/ponyracer/src/polyfills.ts index d5f67bd91..373f538a7 100644 --- a/ponyracer/src/polyfills.ts +++ b/ponyracer/src/polyfills.ts @@ -57,7 +57,7 @@ /*************************************************************************************************** * Zone JS is required by default for Angular itself. */ -import 'zone.js/dist/zone'; // Included with Angular CLI. +import 'zone.js'; // Included with Angular CLI. /*************************************************************************************************** diff --git a/ponyracer/src/test.ts b/ponyracer/src/test.ts index 50193eb0f..204235640 100644 --- a/ponyracer/src/test.ts +++ b/ponyracer/src/test.ts @@ -1,6 +1,6 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files -import 'zone.js/dist/zone-testing'; +import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; import { BrowserDynamicTestingModule,