From f6e523aa0704c591bf317e73d92f6014bb79bfda Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 10 Jul 2024 14:07:26 +0000 Subject: [PATCH] chore: version 18.2.0-next.0 --- ponyracer/package.json | 22 +++++++++++----------- ponyracer/tsconfig.json | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 4e4ad8c59..0ae6fd76d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.1.0", - "@angular/common": "^18.1.0", - "@angular/compiler": "^18.1.0", - "@angular/core": "^18.1.0", - "@angular/forms": "^18.1.0", - "@angular/platform-browser": "^18.1.0", - "@angular/platform-browser-dynamic": "^18.1.0", - "@angular/router": "^18.1.0", + "@angular/animations": "^18.2.0-next.0", + "@angular/common": "^18.2.0-next.0", + "@angular/compiler": "^18.2.0-next.0", + "@angular/core": "^18.2.0-next.0", + "@angular/forms": "^18.2.0-next.0", + "@angular/platform-browser": "^18.2.0-next.0", + "@angular/platform-browser-dynamic": "^18.2.0-next.0", + "@angular/router": "^18.2.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.4", - "@angular/cli": "^18.1.4", - "@angular/compiler-cli": "^18.1.0", + "@angular-devkit/build-angular": "^18.2.0-next.0", + "@angular/cli": "^18.2.0-next.0", + "@angular/compiler-cli": "^18.2.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 a9ae8b069..a8bb65b6e 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -10,6 +10,7 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "skipLibCheck": true, + "isolatedModules": true, "esModuleInterop": true, "sourceMap": true, "declaration": false,