Skip to content

Commit

Permalink
upgraded all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 2, 2024
1 parent f8b1516 commit 5d198e3
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 303 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^8.0",
"fleetbase/core-api": "^1.5.9",
"fleetbase/fleetops-api": "^0.5.6",
"fleetbase/fleetops-api": "^0.5.8",
"geocoder-php/google-maps-places-provider": "^1.4",
"laravel-notification-channels/apn": "^5.0",
"laravel-notification-channels/fcm": "^4.1",
Expand Down
6 changes: 6 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ module.exports = function (environment) {
categoryImage: getenv('DEFAULT_CATEGORY_IMAGE', 'https://flb-assets.s3.ap-southeast-1.amazonaws.com/images/fallback-placeholder-1.png'),
placeholderImage: getenv('DEFAULT_PLACEHOLDER_IMAGE', 'https://flb-assets.s3.ap-southeast-1.amazonaws.com/images/fallback-placeholder-2.png'),
},

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

return ENV;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@fleetbase/ember-core": "^0.2.19",
"@fleetbase/ember-ui": "^0.2.31",
"@fleetbase/ember-ui": "^0.2.32",
"@fleetbase/fleetops-data": "^0.1.18",
"@babel/core": "^7.23.2",
"@fortawesome/ember-fontawesome": "^2.0.0",
Expand Down
Loading

0 comments on commit 5d198e3

Please sign in to comment.