Skip to content

Commit

Permalink
upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 2, 2024
1 parent e1cdb66 commit 2050eba
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 314 deletions.
8 changes: 7 additions & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ module.exports = function (environment) {
modulePrefix: name,
environment,
mountedEngineRoutePrefix: getMountedEngineRoutePrefix(),

'ember-leaflet': {
excludeCSS: true,
excludeJS: true,
excludeImages: true,
},
};

return ENV;
};

function getMountedEngineRoutePrefix() {
function getMountedEngineRoutePrefix () {
let mountedEngineRoutePrefix = 'developers';
if (fleetbase && typeof fleetbase.route === 'string') {
mountedEngineRoutePrefix = fleetbase.route;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/core": "^7.23.2",
"@fleetbase/ember-core": "^0.2.19",
"@fleetbase/ember-ui": "^0.2.31",
"@fleetbase/ember-ui": "^0.2.32",
"@fortawesome/ember-fontawesome": "^2.0.0",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
Expand Down
Loading

0 comments on commit 2050eba

Please sign in to comment.