Skip to content

Commit c269427

Browse files
committed
feat: move fonts to devDependencies
1 parent 53ecb0b commit c269427

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
"@angular/platform-browser": "^20.0.0",
2323
"@angular/platform-browser-dynamic": "^20.0.0",
2424
"@angular/router": "^20.0.0",
25-
"@fontsource-utils/scss": "^0.2.1",
26-
"@fontsource/material-icons": "^5.2.5",
27-
"@fontsource/material-symbols-outlined": "^5.2.10",
28-
"@fontsource/roboto": "^5.2.5",
2925
"rxjs": "~7.8.1",
3026
"tslib": "^2.8.1",
3127
"zone.js": "^0.15.1"
@@ -34,6 +30,10 @@
3430
"@angular/build": "^20.0.0",
3531
"@angular/cli": "^20.0.0",
3632
"@angular/compiler-cli": "^20.0.0",
33+
"@fontsource-utils/scss": "^0.2.1",
34+
"@fontsource/material-icons": "^5.2.5",
35+
"@fontsource/material-symbols-outlined": "^5.2.10",
36+
"@fontsource/roboto": "^5.2.5",
3737
"@types/jasmine": "~5.1.8",
3838
"jasmine-core": "~5.7.1",
3939
"karma": "~6.4.4",

0 commit comments

Comments
 (0)