Skip to content

Commit

Permalink
build(pci-instances): bump packages
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Vilcot <[email protected]>
  • Loading branch information
fredericvilcot committed Jan 13, 2025
1 parent 6d3f8ee commit 51918ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions packages/manager/apps/pci-instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.0",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-pci-common": "^0.11.0",
"@ovh-ux/manager-pci-common": "^0.14.4",
"@ovh-ux/manager-react-components": "^1.43.0",
"@ovh-ux/manager-react-core-application": "^0.11.1",
"@ovh-ux/manager-react-shell-client": "^0.8.1",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
"@ovh-ux/manager-react-core-application": "^0.11.5",
"@ovh-ux/manager-react-shell-client": "^0.8.5",
"@ovh-ux/manager-tailwind-config": "^0.2.1",
"@ovhcloud/ods-common-core": "17.2.2",
"@ovhcloud/ods-common-stencil": "17.2.2",
"@ovhcloud/ods-common-theming": "17.2.2",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@ovh-ux/manager-vite-config": "^0.8.1",
"@ovh-ux/manager-vite-config": "^0.9.0",
"@tanstack/react-query-devtools": "^5.51.21",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { RegionGlobalzoneChip } from '@ovh-ux/manager-pci-common/src/components/region-selector/RegionGlobalzoneChip.component';
import { RegionLocalzoneChip } from '@ovh-ux/manager-pci-common/src/components/region-selector/RegionLocalzoneChip.component';
import {
RegionGlobalzoneChip,
RegionLocalzoneChip,
} from '@ovh-ux/manager-pci-common';
import { ODS_THEME_COLOR_INTENT } from '@ovhcloud/ods-common-theming';
import { OsdsTile, OsdsText } from '@ovhcloud/ods-components/react';
import clsx from 'clsx';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useShallow } from 'zustand/react/shallow';
import { FlavorTile } from '@ovh-ux/manager-pci-common/src/components/flavor-selector/FlavorTile.component';
import { FlavorTile } from '@ovh-ux/manager-pci-common';
import { FC, useCallback } from 'react';
import { useTranslation } from 'react-i18next';
import { TabContentWrapper } from '@/components/tab/TabContentWrapper.component';
Expand Down

0 comments on commit 51918ea

Please sign in to comment.