Skip to content

Commit

Permalink
Merge pull request #11421 from owncloud/chore/remove-font-awesome
Browse files Browse the repository at this point in the history
chore: remove font-awesome dependency
  • Loading branch information
JammingBen committed Aug 28, 2024
2 parents 16a108f + 3bbd0a9 commit c5e2a07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 70 deletions.
1 change: 0 additions & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dependencies": {
"@casl/ability": "6.7.1",
"@casl/vue": "^2.2.2",
"@fortawesome/fontawesome-free": "6.5.1",
"@ownclouders/web-client": "workspace:*",
"@ownclouders/web-pkg": "workspace:*",
"@popperjs/core": "^2.11.5",
Expand Down
3 changes: 0 additions & 3 deletions packages/web-runtime/src/defaults/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ export const loadTranslations = async () => {
}

export const loadDesignSystem = async () => {
// fontawesome-free attributions console message
import('@fortawesome/fontawesome-free/attribution')

return (await import('design-system')).default
}
78 changes: 12 additions & 66 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 c5e2a07

Please sign in to comment.