Update to angular 20
Some checks failed
build / build (push) Failing after 39s

This commit is contained in:
2025-05-29 07:27:21 +09:30
parent 1fd7ce6d10
commit e40978e434
3 changed files with 296 additions and 1128 deletions

View File

@@ -10,14 +10,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.6",
"@angular/common": "^19.2.6",
"@angular/compiler": "^19.2.6",
"@angular/core": "^19.2.6",
"@angular/forms": "^19.2.6",
"@angular/platform-browser": "^19.2.6",
"@angular/platform-browser-dynamic": "^19.2.6",
"@angular/router": "^19.2.6",
"@angular/animations": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-browser-dynamic": "^20.0.0",
"@angular/router": "^20.0.0",
"@duckdb/duckdb-wasm": "^1.29.0",
"@primeng/themes": "19.1.0",
"@tailwindcss/postcss": "^4.1.3",
@@ -33,9 +33,9 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.7",
"@angular/cli": "^19.2.7",
"@angular/compiler-cli": "^19.2.6",
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/compiler-cli": "^20.0.0",
"@tauri-apps/cli": "^2.5.0",
"@types/jasmine": "~5.1.7",
"jasmine-core": "~5.5.0",
@@ -44,6 +44,7 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.3"
"postcss": "^8.5.3",
"typescript": "~5.8.3"
}
}
}