Skip to content

Commit 6f893c9

Browse files
committed
Remaining package updates.
1 parent 0d5c413 commit 6f893c9

File tree

2 files changed

+57
-62
lines changed

2 files changed

+57
-62
lines changed

package-lock.json

Lines changed: 48 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,27 @@
1717
"postinstall": "is-ci || husky install",
1818
"prettier": "prettier --write . --log-level silent",
1919
"prettier:check": "prettier --check .",
20-
"start": "ng serve",
21-
"start:open": "ng serve --open",
20+
"start": "ng serve --open",
2221
"test": "ng test",
2322
"update": "ncu -u",
2423
"update:check": "ncu",
2524
"watch": "ng build --watch --configuration development"
2625
},
2726
"peerDependencies": {
28-
"@angular/common": ">=20 <21",
29-
"@angular/core": ">=20 <21",
3027
"zone.js": ">=0.15 <0.16"
3128
},
3229
"devDependencies": {
3330
"@angular/build": "20.3.10",
3431
"@angular/cli": "20.3.10",
35-
"@angular/common": "20.3.3",
36-
"@angular/compiler": "20.3.3",
37-
"@angular/compiler-cli": "20.3.3",
38-
"@angular/core": "20.3.3",
39-
"@angular/forms": "20.3.3",
32+
"@angular/common": "20.3.12",
33+
"@angular/compiler": "20.3.12",
34+
"@angular/compiler-cli": "20.3.12",
35+
"@angular/core": "20.3.12",
36+
"@angular/forms": "20.3.12",
4037
"@angular/material": "^20.2.7",
41-
"@angular/platform-browser": "20.3.3",
42-
"@angular/platform-browser-dynamic": "20.3.3",
43-
"@angular/router": "20.3.3",
38+
"@angular/platform-browser": "20.3.12",
39+
"@angular/platform-browser-dynamic": "20.3.12",
40+
"@angular/router": "20.3.12",
4441
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
4542
"@types/jasmine": "~5.1.8",
4643
"@types/luxon": "^3.4.2",

0 commit comments

Comments
 (0)