Skip to content

Commit bbf3ef9

Browse files
committed
update angular patch versions
1 parent 1f9e1b3 commit bbf3ef9

2 files changed

Lines changed: 246 additions & 210 deletions

File tree

frontend/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "^20.3.16",
22+
"@angular/animations": "^20.3.18",
2323
"@angular/cdk": "^20.2.14",
24-
"@angular/cli": "^20.3.15",
25-
"@angular/common": "^20.3.16",
24+
"@angular/cli": "^20.3.21",
25+
"@angular/common": "^20.3.18",
2626
"@angular/compiler": "^20.3.18",
2727
"@angular/core": "^20.3.18",
28-
"@angular/forms": "^20.3.16",
29-
"@angular/localize": "^20.3.16",
30-
"@angular/platform-browser": "^20.3.16",
31-
"@angular/platform-browser-dynamic": "^20.3.16",
32-
"@angular/router": "^20.3.16",
28+
"@angular/forms": "^20.3.18",
29+
"@angular/localize": "^20.3.18",
30+
"@angular/platform-browser": "^20.3.18",
31+
"@angular/platform-browser-dynamic": "^20.3.18",
32+
"@angular/router": "^20.3.18",
3333
"@fortawesome/angular-fontawesome": "^0.10.2",
3434
"@fortawesome/fontawesome-svg-core": "^6.1.1",
3535
"@fortawesome/free-regular-svg-icons": "^6.5.1",
@@ -61,6 +61,7 @@
6161
"rxjs": "^7.8.1",
6262
"smoothscroll-polyfill": "^0.3.6",
6363
"turndown": "^7.2.1",
64+
"typescript": "^5.8.0",
6465
"vega": "^6.2.0",
6566
"vega-embed": "^7.1.0",
6667
"vega-lite": "^6.4.1",
@@ -71,7 +72,7 @@
7172
"@angular-eslint/eslint-plugin-template": "^19.0.2",
7273
"@angular-eslint/schematics": "^19.8.1",
7374
"@angular-eslint/template-parser": "^19.8.1",
74-
"@angular/build": "^20.3.15",
75+
"@angular/build": "^20.3.21",
7576
"@angular/compiler-cli": "^20.3.16",
7677
"@types/chart.js": "^2.9.37",
7778
"@types/file-saver": "^1.3.1",
@@ -90,7 +91,6 @@
9091
"karma-coverage-istanbul-reporter": "^3.0.2",
9192
"karma-jasmine": "^4.0.0",
9293
"karma-jasmine-html-reporter": "^1.5.0",
93-
"typescript": "^5.8.0",
9494
"vite": "^6.4.1"
9595
},
9696
"peerDependencies": {

0 commit comments

Comments
 (0)