Skip to content

Commit

Permalink
fix(web-office): ellipsis action button orientation
Browse files Browse the repository at this point in the history
ref:MANAGER-16549

Signed-off-by: stif59100 <[email protected]>
  • Loading branch information
stif59100 committed Jan 8, 2025
1 parent da72a41 commit 03caf2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
14 changes: 7 additions & 7 deletions packages/manager/apps/web-office/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@ovh-ux/manager-config": "^8.0.0",
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "^0.3.0",
"@ovh-ux/manager-module-order": "^0.9.0",
"@ovh-ux/manager-react-components": "2.2.0",
"@ovh-ux/manager-react-core-application": "^0.11.1",
"@ovh-ux/manager-module-order": "^0.9.2",
"@ovh-ux/manager-react-components": "^2.5.1",
"@ovh-ux/manager-react-core-application": "^0.11.4",
"@ovh-ux/manager-react-shell-client": "^0.8.4",
"@ovh-ux/manager-tailwind-config": "*",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.1",
"@ovh-ux/shell": "^4.1.1",
"@ovhcloud/ods-components": "^18.4.1",
"@ovhcloud/ods-themes": "^18.4.1",
"@tanstack/react-query": "^5.51.21",
Expand All @@ -45,7 +45,7 @@
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@ovh-ux/manager-vite-config": "^0.8.2",
"@ovh-ux/manager-vite-config": "^0.8.3",
"@tanstack/react-query-devtools": "^5.51.21",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
Expand Down
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5792,23 +5792,6 @@
date-fns "^3.6.0"
lodash.isequal "^4.5.0"

"@ovh-ux/[email protected]":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-components/-/manager-react-components-2.2.0.tgz#08d506926d23aae28cc6e69583b77e41d72c8899"
integrity sha512-d08/fkmaILeSb4BKmq253EzG3d3OxzIFB4hG3u/OcoqMo3blkR4ScWAFY6yuokA9GyFlL0o4YAdtIZ0KEfI4zw==
dependencies:
"@babel/plugin-proposal-private-property-in-object" "^7.21.11"
"@tanstack/react-query" "^5.51.21"
"@tanstack/react-table" "^8.20.1"
clsx "^2.1.1"
lodash.isdate "^4.0.1"
lodash.isequal "^4.5.0"
react-i18next "^14.0.5"
react-use "^17.5.0"
sass "1.71.0"
tailwindcss "^3.4.4"
uuid "^9.0.1"

"@ovh-ux/manager-react-components@^1.41.1":
version "1.41.1"
resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-components/-/manager-react-components-1.41.1.tgz#da0195c82fdf26e101f47c11d5b604c90547d810"
Expand Down

0 comments on commit 03caf2d

Please sign in to comment.