From 58d8e4f477b458c736801b67a6c8912295be937f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Nov 2025 18:15:37 +0000 Subject: [PATCH] chore: version 20.3.10 --- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.spec.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 3f9d53692..d2ed867a0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -33,8 +33,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.3.9", - "@angular/cli": "^20.3.9", + "@angular/build": "^20.3.10", + "@angular/cli": "^20.3.10", "@angular/compiler-cli": "^20.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.9.0", diff --git a/ponyracer/tsconfig.spec.json b/ponyracer/tsconfig.spec.json index 04df34cfe..940b30a5f 100644 --- a/ponyracer/tsconfig.spec.json +++ b/ponyracer/tsconfig.spec.json @@ -9,6 +9,7 @@ ] }, "include": [ - "src/**/*.ts" + "src/**/*.d.ts", + "src/**/*.spec.ts" ] }