From 56e39713ccf735b240c5fca11d46ca53ff336fe1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 6 Dec 2023 20:10:23 +0000 Subject: [PATCH] chore: version 17.0.6 --- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 40483e32b..0541cce87 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.5", - "@angular/cli": "^17.0.5", + "@angular-devkit/build-angular": "^17.0.6", + "@angular/cli": "^17.0.6", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 678336b9e..f37b67ff0 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,