From ca6648974316064b87351963fa02996a6884e3e2 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 3 Jan 2025 16:18:32 +0000 Subject: [PATCH] chore: version 17.1.0-next.1 --- ponyracer/package.json | 8 ++++---- ponyracer/tsconfig.json | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 03db86d..ddb9a98 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,15 +20,15 @@ "@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", + "@angular/ssr": "^17.1.0-next.1", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0-next.0", - "@angular/cli": "^17.1.0-next.0", + "@angular-devkit/build-angular": "^17.1.0-next.1", + "@angular/cli": "^17.1.0-next.1", "@angular/compiler-cli": "^17.1.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", @@ -39,6 +39,6 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "typescript": "~5.2.2" + "typescript": "~5.3.2" } } \ No newline at end of file diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 678336b..f37b67f 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,6 +9,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, "esModuleInterop": true, "sourceMap": true, "declaration": false,