From 73aa9fdb0551697af31ca1947de700a87958b23a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:20:43 +0000 Subject: [PATCH] chore: version 18.0.0-next.0 --- ponyracer/.gitignore | 2 +- ponyracer/package.json | 26 +++++++++++++------------- ponyracer/tsconfig.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index cc7b141..0711527 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -1,4 +1,4 @@ -# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. +# See http://help.github.com/ignore-files/ for more about ignoring files. # Compiled output /dist diff --git a/ponyracer/package.json b/ponyracer/package.json index 8b086c3..9b57599 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,25 +11,25 @@ }, "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/platform-server": "^17.3.0", - "@angular/router": "^17.3.0", - "@angular/ssr": "^17.3.17", + "@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/platform-server": "^18.0.0-next.0", + "@angular/router": "^18.0.0-next.0", + "@angular/ssr": "^18.0.0-next.0", "express": "^4.18.2", "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/express": "^4.17.17", "@types/jasmine": "~5.1.0", "@types/node": "^18.18.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index eb49734..56b644d 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",