Skip to content

Commit

Permalink
upgraded core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed May 17, 2024
1 parent b7006b4 commit 467c7b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions addon/controllers/users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class UsersIndexController extends Controller {
{
label: this.intl.t('iam.common.name'),
valuePath: 'name',
width: '170px',
width: '160px',
cellComponent: 'table/cell/user-name',
mediaPath: 'avatar_url',
action: this.editUser,
Expand Down Expand Up @@ -156,7 +156,7 @@ export default class UsersIndexController extends Controller {
label: this.intl.t('iam.users.index.created-at'),
valuePath: 'createdAt',
sortParam: 'created_at',
width: '130px',
width: '140px',
resizable: true,
sortable: false,
filterable: false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},
"dependencies": {
"@fleetbase/ember-core": "^0.2.9",
"@fleetbase/ember-ui": "^0.2.14",
"@fleetbase/ember-core": "^0.2.10",
"@fleetbase/ember-ui": "^0.2.15",
"@babel/core": "^7.23.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 467c7b4

Please sign in to comment.