diff --git a/ponyracer/README.md b/ponyracer/README.md index 5f2c899..cd3b162 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b1b6a06..8da9b3e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,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", @@ -35,8 +35,8 @@ "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", - "karma-jasmine-html-reporter": "~1.5.0", - "ng-packagr": "^11.0.0", + "karma-jasmine-html-reporter": "^1.5.0", + "ng-packagr": "^12.0.0-next.0", "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index c07fdc6..c330bcd 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.1. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 81a3a93..51e56a9 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,8 +2,8 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^12.0.0-next.0", - "@angular/core": "^12.0.0-next.0" + "@angular/common": "^12.0.0-next.1", + "@angular/core": "^12.0.0-next.1" }, "dependencies": { "tslib": "^2.0.0" diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts index 303b32a..52e5516 100644 --- a/ponyracer/projects/ponyracer-lib/src/test.ts +++ b/ponyracer/projects/ponyracer-lib/src/test.ts @@ -1,7 +1,7 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files -import 'zone.js/dist/zone'; -import 'zone.js/dist/zone-testing'; +import 'zone.js'; +import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; import { BrowserDynamicTestingModule,