Skip to content

Commit

Permalink
install svg-core in hopes that fixes missing easybutton
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Sep 26, 2024
1 parent 439315f commit c76de04
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
29 changes: 26 additions & 3 deletions app/frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@vueuse/core": "^10.5.0",
"esri-leaflet": "^3.0.12",
"leaflet": "^1.9.4",
Expand Down Expand Up @@ -42,4 +43,4 @@
"start-server-and-test": "^2.0.0",
"vite": "^4.4.9"
}
}
}

0 comments on commit c76de04

Please sign in to comment.