From de848eb9bde2d319838a40646625e19920e8f57e Mon Sep 17 00:00:00 2001 From: erdemcaygor Date: Thu, 18 Dec 2025 14:10:16 +0300 Subject: [PATCH] ng-bootstrap version update --- templates/app-nolayers/angular/package.json | 2 +- templates/app-nolayers/angular/tsconfig.json | 4 ++-- templates/app/angular/tsconfig.json | 4 ++-- templates/module/angular/package.json | 2 +- templates/module/angular/tsconfig.prod.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/app-nolayers/angular/package.json b/templates/app-nolayers/angular/package.json index 8178491e71..6c7e4488b0 100644 --- a/templates/app-nolayers/angular/package.json +++ b/templates/app-nolayers/angular/package.json @@ -57,6 +57,6 @@ "karma-coverage": "~2.1.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.7.0", - "typescript": "~5.9.3" + "typescript": "~5.9.0" } } diff --git a/templates/app-nolayers/angular/tsconfig.json b/templates/app-nolayers/angular/tsconfig.json index 79efe96be9..37722d9bf1 100644 --- a/templates/app-nolayers/angular/tsconfig.json +++ b/templates/app-nolayers/angular/tsconfig.json @@ -9,8 +9,8 @@ "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": true, - "target": "ES2022", - "module": "esnext", + "target": "ES2020", + "module": "ES2022", "skipLibCheck": true, "esModuleInterop": true, "paths": { diff --git a/templates/app/angular/tsconfig.json b/templates/app/angular/tsconfig.json index 79efe96be9..37722d9bf1 100644 --- a/templates/app/angular/tsconfig.json +++ b/templates/app/angular/tsconfig.json @@ -9,8 +9,8 @@ "experimentalDecorators": true, "moduleResolution": "bundler", "importHelpers": true, - "target": "ES2022", - "module": "esnext", + "target": "ES2020", + "module": "ES2022", "skipLibCheck": true, "esModuleInterop": true, "paths": { diff --git a/templates/module/angular/package.json b/templates/module/angular/package.json index 08efc9c651..6e66db9a0d 100644 --- a/templates/module/angular/package.json +++ b/templates/module/angular/package.json @@ -59,6 +59,6 @@ "karma-jasmine-html-reporter": "^1.7.0", "ng-packagr": "~21.0.0", "symlink": "^2.0.0", - "typescript": "~5.9.3" + "typescript": "~5.9.0" } } diff --git a/templates/module/angular/tsconfig.prod.json b/templates/module/angular/tsconfig.prod.json index 28b0a75f51..097ee37e41 100644 --- a/templates/module/angular/tsconfig.prod.json +++ b/templates/module/angular/tsconfig.prod.json @@ -7,10 +7,10 @@ "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "importHelpers": true, "target": "es2020", - "module": "esnext", + "module": "ES2022", "esModuleInterop": true, "lib": [ "es2020",