Update to angular 21, switch to signal forms for column editor
All checks were successful
build / build (push) Successful in 1m28s
All checks were successful
build / build (push) Successful in 1m28s
This commit is contained in:
31
package.json
31
package.json
@@ -10,31 +10,31 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^20.3.6",
|
||||
"@angular/common": "^20.3.6",
|
||||
"@angular/compiler": "^20.3.6",
|
||||
"@angular/core": "^20.3.6",
|
||||
"@angular/forms": "^20.3.6",
|
||||
"@angular/platform-browser": "^20.3.6",
|
||||
"@angular/platform-browser-dynamic": "^20.3.6",
|
||||
"@angular/router": "^20.3.6",
|
||||
"@angular/animations": "^21.0.5",
|
||||
"@angular/common": "^21.0.5",
|
||||
"@angular/compiler": "^21.0.5",
|
||||
"@angular/core": "^21.0.5",
|
||||
"@angular/forms": "^21.0.5",
|
||||
"@angular/platform-browser": "^21.0.5",
|
||||
"@angular/platform-browser-dynamic": "^21.0.5",
|
||||
"@angular/router": "^21.0.5",
|
||||
"@duckdb/duckdb-wasm": "^1.30.0",
|
||||
"@primeng/themes": "20.2.0",
|
||||
"@primeng/themes": "^21.0.0",
|
||||
"@tailwindcss/postcss": "^4.1.15",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.6.2",
|
||||
"primeicons": "^7.0.0",
|
||||
"primeng": "20.2.0",
|
||||
"primeng": "^21.0.0",
|
||||
"rxjs": "~7.8.2",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"tailwindcss-primeui": "0.6.1",
|
||||
"tailwindcss-primeui": "^0.6.1",
|
||||
"tslib": "^2.8.1",
|
||||
"zod": "4.1.12"
|
||||
"zod": "^4.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^20.3.6",
|
||||
"@angular/cli": "^20.3.6",
|
||||
"@angular/compiler-cli": "^20.3.6",
|
||||
"@angular/build": "^21.0.3",
|
||||
"@angular/cli": "^21.0.3",
|
||||
"@angular/compiler-cli": "^21.0.5",
|
||||
"@tauri-apps/cli": "^2.9.0",
|
||||
"@types/jasmine": "~5.1.12",
|
||||
"jasmine-core": "~5.12.0",
|
||||
@@ -43,6 +43,7 @@
|
||||
"karma-coverage": "~2.2.1",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.1.0",
|
||||
"postcss": "^8.5.3",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user