From b583c71bfde82eba7014af41433ed7eb24c83d21 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 23 Feb 2023 12:12:59 +0000 Subject: [PATCH] chore: version 16.0.0-next.1 --- ponyracer/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 41baa2630..113a281ca 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.2.0-next.0", - "@angular/common": "^15.2.0-next.0", - "@angular/compiler": "^15.2.0-next.0", - "@angular/core": "^15.2.0-next.0", - "@angular/forms": "^15.2.0-next.0", - "@angular/platform-browser": "^15.2.0-next.0", - "@angular/platform-browser-dynamic": "^15.2.0-next.0", - "@angular/router": "^15.2.0-next.0", + "@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", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.0", - "@angular/cli": "~16.0.0-next.0", - "@angular/compiler-cli": "^15.2.0-next.0", + "@angular-devkit/build-angular": "^16.0.0-next.1", + "@angular/cli": "~16.0.0-next.1", + "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0",