diff --git a/ponyracer/package.json b/ponyracer/package.json index d300295..4ac9ce3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,15 +20,15 @@ "@angular/platform-browser-dynamic": "^18.1.0-next.0", "@angular/platform-server": "^18.1.0-next.0", "@angular/router": "^18.1.0-next.0", - "@angular/ssr": "^18.1.0-next.0", + "@angular/ssr": "^18.1.0-next.1", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-next.0", - "@angular/cli": "^18.1.0-next.0", + "@angular-devkit/build-angular": "^18.1.0-next.1", + "@angular/cli": "^18.1.0-next.1", "@angular/compiler-cli": "^18.1.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/tsconfig.app.json b/ponyracer/tsconfig.app.json index 7dc7284..cdc0b28 100644 --- a/ponyracer/tsconfig.app.json +++ b/ponyracer/tsconfig.app.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "./tsconfig.json", "compilerOptions": { diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 56b644d..a9ae8b0 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "compileOnSave": false, "compilerOptions": { @@ -17,7 +18,6 @@ "importHelpers": true, "target": "ES2022", "module": "ES2022", - "useDefineForClassFields": false, "lib": [ "ES2022", "dom" diff --git a/ponyracer/tsconfig.spec.json b/ponyracer/tsconfig.spec.json index be7e9da..5fb748d 100644 --- a/ponyracer/tsconfig.spec.json +++ b/ponyracer/tsconfig.spec.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "./tsconfig.json", "compilerOptions": {