From d1cf16d40e22920bb28558f6bf8637d8735697a9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 3 Feb 2022 00:20:43 +0000 Subject: [PATCH] chore: version 14.0.0-next.0 --- ponyracer/package.json | 22 +++++++++++----------- ponyracer/tsconfig.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index c3e3457b1..865823746 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "~13.3.0", - "@angular/common": "~13.3.0", - "@angular/compiler": "~13.3.0", - "@angular/core": "~13.3.0", - "@angular/forms": "~13.3.0", - "@angular/platform-browser": "~13.3.0", - "@angular/platform-browser-dynamic": "~13.3.0", - "@angular/router": "~13.3.0", + "@angular/animations": "^14.0.0-next.0", + "@angular/common": "^14.0.0-next.0", + "@angular/compiler": "^14.0.0-next.0", + "@angular/core": "^14.0.0-next.0", + "@angular/forms": "^14.0.0-next.0", + "@angular/platform-browser": "^14.0.0-next.0", + "@angular/platform-browser-dynamic": "^14.0.0-next.0", + "@angular/router": "^14.0.0-next.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~13.3.11", - "@angular/cli": "~13.3.11", - "@angular/compiler-cli": "~13.3.0", + "@angular-devkit/build-angular": "^14.0.0-next.0", + "@angular/cli": "~14.0.0-next.0", + "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~3.10.0", "@types/node": "^12.11.1", "jasmine-core": "~4.0.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index f531992d6..ff06eae10 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -16,7 +16,7 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, - "target": "es2017", + "target": "es2020", "module": "es2020", "lib": [ "es2020",