From a7053c5ed4d5dcafaa523b273d6971afffa3fce6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 Mar 2024 16:08:52 +0000 Subject: [PATCH] chore: version 18.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 1c3f4b158..f4ee6cc96 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0", - "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", - "@angular/core": "^17.3.0", - "@angular/forms": "^17.3.0", - "@angular/platform-browser": "^17.3.0", - "@angular/platform-browser-dynamic": "^17.3.0", - "@angular/router": "^17.3.0", + "@angular/animations": "^18.0.0-next.0", + "@angular/common": "^18.0.0-next.0", + "@angular/compiler": "^18.0.0-next.0", + "@angular/core": "^18.0.0-next.0", + "@angular/forms": "^18.0.0-next.0", + "@angular/platform-browser": "^18.0.0-next.0", + "@angular/platform-browser-dynamic": "^18.0.0-next.0", + "@angular/router": "^18.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.17", - "@angular/cli": "^17.3.17", - "@angular/compiler-cli": "^17.3.0", + "@angular-devkit/build-angular": "^18.0.0-next.0", + "@angular/cli": "^18.0.0-next.0", + "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index eb49734a4..56b644d6a 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -13,7 +13,7 @@ "sourceMap": true, "declaration": false, "experimentalDecorators": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "importHelpers": true, "target": "ES2022", "module": "ES2022",