Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 20 additions & 15 deletions svelte-app/package-lock.json

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

2 changes: 1 addition & 1 deletion svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte": "^3.38.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/fontawesome-svg-core": "^1.2.36",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency across Font Awesome packages, I recommend also updating @fortawesome/free-solid-svg-icons. It is currently at ^5.15.2, and could be updated to a more recent version in the 5.x range, like ^5.15.4. This helps prevent potential compatibility issues and ensures you have the latest non-breaking changes for all related packages.

You can do this by modifying the version for @fortawesome/free-solid-svg-icons in this file and running npm install.

"@fortawesome/free-solid-svg-icons": "^5.15.2",
"bulma": "^0.9.2",
"sirv-cli": "^1.0.11",
Expand Down