From ac86bd256678f9859aad2fe703353e3cc327712e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 May 2021 00:54:05 +0000 Subject: [PATCH] chore: version 12.0.1 --- ponyracer/README.md | 6 ++--- ponyracer/package.json | 22 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 8ad5aaf..7a796e7 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. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. ## Development server @@ -12,7 +12,7 @@ Run `ng generate component component-name` to generate a new component. You can ## Build -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. ## Running unit tests @@ -20,7 +20,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github. ## Running end-to-end tests -Run `ng e2e` to execute the end-to-end tests via a platform of your choice. +Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. ## Further help diff --git a/ponyracer/package.json b/ponyracer/package.json index cf6dc8b..05ca251 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~12.0.0", - "@angular/common": "~12.0.0", - "@angular/compiler": "~12.0.0", - "@angular/core": "~12.0.0", - "@angular/forms": "~12.0.0", - "@angular/platform-browser": "~12.0.0", - "@angular/platform-browser-dynamic": "~12.0.0", - "@angular/router": "~12.0.0", + "@angular/animations": "~12.0.1", + "@angular/common": "~12.0.1", + "@angular/compiler": "~12.0.1", + "@angular/core": "~12.0.1", + "@angular/forms": "~12.0.1", + "@angular/platform-browser": "~12.0.1", + "@angular/platform-browser-dynamic": "~12.0.1", + "@angular/router": "~12.0.1", "rxjs": "~6.6.0", "tslib": "^2.1.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~12.0.0", - "@angular/cli": "~12.0.0", - "@angular/compiler-cli": "~12.0.0", + "@angular-devkit/build-angular": "~12.0.1", + "@angular/cli": "~12.0.1", + "@angular/compiler-cli": "~12.0.1", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "jasmine-core": "~3.7.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 5554c47..a61b60d 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. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 99e32a8..7210322 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", - "@angular/core": "^12.0.0" + "@angular/common": "^12.0.1", + "@angular/core": "^12.0.1" }, "dependencies": { "tslib": "^2.1.0"