From e7d7c28adc0180abb53cdc8bc27f2a543d51a0d1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 6 Dec 2023 20:17:30 +0000 Subject: [PATCH] chore: version 17.0.6 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index b96b079..aad4bf9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bca6c1a..ece9afa 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 d4dff01..d006102 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,17 +9,18 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, "esModuleInterop": true, "sourceMap": true, "declaration": false, "experimentalDecorators": true, "moduleResolution": "node", - "importHelpers": true, "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" ] }, + "importHelpers": true, "target": "ES2022", "module": "ES2022", "useDefineForClassFields": false,