Skip to content

Commit deadcfe

Browse files
fix(pci-*): fix ods19 versioning (#20702)
Signed-off-by: Adrien Turmo <[email protected]> Co-authored-by: tsiorifamonjena <[email protected]>
1 parent 9ed6ca7 commit deadcfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/manager/apps/pci-block-storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"@ovhcloud/ods-common-stencil": "^17.2.2",
2929
"@ovhcloud/ods-common-theming": "^17.2.2",
3030
"@ovhcloud/ods-components": "17.2.2",
31-
"@ovhcloud/ods-react": "^19.1.0",
31+
"@ovhcloud/ods-react": "~19.1.0",
3232
"@ovhcloud/ods-theme-blue-jeans": "^17.2.2",
33-
"@ovhcloud/ods-themes": "19.1.0",
33+
"@ovhcloud/ods-themes": "~19.1.0",
3434
"@tanstack/react-query": "5.51.21",
3535
"@tanstack/react-table": "8.20.1",
3636
"clsx": "2.1.1",

packages/manager/apps/pci-instances/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"@ovhcloud/ods-common-stencil": "17.2.2",
2929
"@ovhcloud/ods-common-theming": "17.2.2",
3030
"@ovhcloud/ods-components": "17.2.2",
31-
"@ovhcloud/ods-react": "^19.1.0",
31+
"@ovhcloud/ods-react": "~19.1.0",
3232
"@ovhcloud/ods-theme-blue-jeans": "17.2.2",
33-
"@ovhcloud/ods-themes": "19.1.0",
33+
"@ovhcloud/ods-themes": "~19.1.0",
3434
"@tanstack/react-query": "5.51.21",
3535
"axios": "^1.6.0",
3636
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)