Skip to content

Commit

Permalink
[YUNIKORN-2506] fix deprecation warning for fontsource-roboto (apache…
Browse files Browse the repository at this point in the history
…#185)

Remove deprecated fontsource-roboto ,migrate to @fontsource/roboto

Closes: apache#185

Signed-off-by: Yu-Lin Chen <chenyulin0719@apache.org>
  • Loading branch information
ryankert01 authored and chenyulin0719 committed Apr 10, 2024
1 parent f0bf8e9 commit e4bc274
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"assets": ["src/favicon.ico", "src/assets", {"glob": "LICENSE", "input": "./", "output": "./"}],
"styles": [
"src/styles.scss",
"node_modules/fontsource-roboto/index.css",
"node_modules/@fontsource/roboto/index.css",
"node_modules/@fortawesome/fontawesome-free/css/all.css"
],
"scripts": []
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@angular/platform-browser": "^16.2.10",
"@angular/platform-browser-dynamic": "^16.2.10",
"@angular/router": "^16.2.10",
"@fontsource/roboto": "^5.0.12",
"@fortawesome/fontawesome-free": "^6.5.1",
"@types/d3-flextree": "^2.1.4",
"@types/d3-hierarchy": "^3.1.6",
Expand All @@ -54,7 +55,6 @@
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"date-fns": "^2.30.0",
"fontsource-roboto": "^4.0.0",
"material-design-icons": "^3.0.1",
"moment": "^2.29.4",
"ngx-spinner": "^16.0.2",
Expand Down
15 changes: 7 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4bc274

Please sign in to comment.