From 45cb180599b5ffe308006d12b8cd0210e766fd08 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 25 May 2022 22:19:13 +0000 Subject: [PATCH] chore: version 14.0.0-rc.2 --- ponyracer/README.md | 2 +- ponyracer/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 6ca3ec5..266af7d 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 14.0.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3cc8384..3c9e96c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.0.0-rc.1", - "@angular/cli": "~14.0.0-rc.1", + "@angular-devkit/build-angular": "^14.0.0-rc.2", + "@angular/cli": "~14.0.0-rc.2", "@angular/compiler-cli": "^14.0.0-rc.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.1.0", @@ -34,6 +34,6 @@ "karma-jasmine": "~5.0.0", "karma-jasmine-html-reporter": "~1.7.0", "ng-packagr": "^14.0.0-next.8", - "typescript": "~4.6.2" + "typescript": "~4.7.2" } }