Skip to content

Commit

Permalink
Update mobile package.json
Browse files Browse the repository at this point in the history
Audit fixes and remove un used deps.
  • Loading branch information
theduckylittle committed Nov 8, 2024
1 parent b20b47e commit 5a201a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"description": "GeoMoose 3 Mobile Application Demo",
"main": "mobile.js",
"dependencies": {
"bootstrap": "^4.4.1",
"jquery": "^3.4.1",
"popper": "^1.0.1"
"bootstrap": "^5.3.3",
"jquery": "^3.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 5a201a8

Please sign in to comment.