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 16f6667 commit 2ee3fbf
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 337 deletions.
8 changes: 7 additions & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,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 = 'iam';
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 @@ -42,7 +42,7 @@
},
"dependencies": {
"@fleetbase/ember-core": "^0.2.19",
"@fleetbase/ember-ui": "^0.2.31",
"@fleetbase/ember-ui": "^0.2.32",
"@babel/core": "^7.23.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
Expand Down
Loading

0 comments on commit 2ee3fbf

Please sign in to comment.