From 6c34b5490b26c6cc468e31044925cf161c7ade4e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:18:27 +0000 Subject: [PATCH] chore: version 17.1.0-next.0 --- ponyracer/package.json | 26 +++++++++++++------------- ponyracer/src/app/app.component.html | 10 +++++----- ponyracer/src/app/app.component.ts | 3 +-- ponyracer/tsconfig.json | 1 - 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 79e878b..03db86d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,25 +11,25 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.0.0", - "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", - "@angular/core": "^17.0.0", - "@angular/forms": "^17.0.0", - "@angular/platform-browser": "^17.0.0", - "@angular/platform-browser-dynamic": "^17.0.0", - "@angular/platform-server": "^17.0.0", - "@angular/router": "^17.0.0", - "@angular/ssr": "^17.0.10", + "@angular/animations": "^17.1.0-next.0", + "@angular/common": "^17.1.0-next.0", + "@angular/compiler": "^17.1.0-next.0", + "@angular/core": "^17.1.0-next.0", + "@angular/forms": "^17.1.0-next.0", + "@angular/platform-browser": "^17.1.0-next.0", + "@angular/platform-browser-dynamic": "^17.1.0-next.0", + "@angular/platform-server": "^17.1.0-next.0", + "@angular/router": "^17.1.0-next.0", + "@angular/ssr": "^17.1.0-next.0", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.10", - "@angular/cli": "^17.0.10", - "@angular/compiler-cli": "^17.0.0", + "@angular-devkit/build-angular": "^17.1.0-next.0", + "@angular/cli": "^17.1.0-next.0", + "@angular/compiler-cli": "^17.1.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", "@types/node": "^18.18.0", diff --git a/ponyracer/src/app/app.component.html b/ponyracer/src/app/app.component.html index f4d87f3..29a9a52 100644 --- a/ponyracer/src/app/app.component.html +++ b/ponyracer/src/app/app.component.html @@ -286,15 +286,15 @@

Hello, {{ title }}

rel="noopener" > @@ -333,4 +333,4 @@

Hello, {{ title }}

- + diff --git a/ponyracer/src/app/app.component.ts b/ponyracer/src/app/app.component.ts index 3efc02f..716e5f2 100644 --- a/ponyracer/src/app/app.component.ts +++ b/ponyracer/src/app/app.component.ts @@ -1,11 +1,10 @@ import { Component } from '@angular/core'; -import { CommonModule } from '@angular/common'; import { RouterOutlet } from '@angular/router'; @Component({ selector: 'app-root', standalone: true, - imports: [CommonModule, RouterOutlet], + imports: [RouterOutlet], templateUrl: './app.component.html', styleUrl: './app.component.css' }) diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index f37b67f..678336b 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,7 +9,6 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "skipLibCheck": true, "esModuleInterop": true, "sourceMap": true, "declaration": false,