From f67567ed041cc1ef25a7e01b565bc062f167dbeb Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Apr 2023 22:04:40 +0000 Subject: [PATCH] chore: version 16.0.0-rc.0 --- ponyracer/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 3e849f8ea..47708e50e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.0-next.0", - "@angular/common": "^16.0.0-next.0", - "@angular/compiler": "^16.0.0-next.0", - "@angular/core": "^16.0.0-next.0", - "@angular/forms": "^16.0.0-next.0", - "@angular/platform-browser": "^16.0.0-next.0", - "@angular/platform-browser-dynamic": "^16.0.0-next.0", - "@angular/router": "^16.0.0-next.0", + "@angular/animations": "^16.0.0-rc.0", + "@angular/common": "^16.0.0-rc.0", + "@angular/compiler": "^16.0.0-rc.0", + "@angular/core": "^16.0.0-rc.0", + "@angular/forms": "^16.0.0-rc.0", + "@angular/platform-browser": "^16.0.0-rc.0", + "@angular/platform-browser-dynamic": "^16.0.0-rc.0", + "@angular/router": "^16.0.0-rc.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.7", - "@angular/cli": "~16.0.0-next.7", - "@angular/compiler-cli": "^16.0.0-next.0", + "@angular-devkit/build-angular": "^16.0.0-rc.0", + "@angular/cli": "~16.0.0-rc.0", + "@angular/compiler-cli": "^16.0.0-rc.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0",