Skip to content

Commit

Permalink
fix(*): common-api and test-utils versions
Browse files Browse the repository at this point in the history
ref: MANAGER-00000

Signed-off-by: Nicolas Pierre-charles <[email protected]>
  • Loading branch information
Nicolas Pierre-charles committed Dec 13, 2024
1 parent 635bd15 commit 11d3a71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/manager/apps/hpc-vmware-managed-vcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-common-api": "^0.1.0",
"@ovh-ux/manager-module-common-api": "^0.2.0",
"@ovh-ux/manager-module-order": "^0.9.1",
"@ovh-ux/manager-module-vcd-api": "^0.1.0",
"@ovh-ux/manager-react-components": "^1.43.0",
Expand All @@ -49,7 +49,7 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@ovh-ux/manager-core-test-utils": "^0.1.0",
"@ovh-ux/manager-core-test-utils": "^0.2.0",
"@ovh-ux/manager-vite-config": "^0.8.3",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/veeam-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ovh-ux/manager-config": "^8.0.1",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-core-utils": "*",
"@ovh-ux/manager-module-common-api": "^0.1.0",
"@ovh-ux/manager-module-common-api": "^0.2.0",
"@ovh-ux/manager-module-order": "^0.9.1",
"@ovh-ux/manager-module-vcd-api": "^0.1.0",
"@ovh-ux/manager-react-components": "^1.43.0",
Expand All @@ -48,7 +48,7 @@
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@ovh-ux/manager-core-test-utils": "^0.1.0",
"@ovh-ux/manager-core-test-utils": "^0.2.0",
"@ovh-ux/manager-vite-config": "^0.8.3",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/vcd-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ovh-ux/manager-react-shell-client": "^0.8.3"
},
"devDependencies": {
"@ovh-ux/manager-core-test-utils": "^0.1.0",
"@ovh-ux/manager-core-test-utils": "^0.2.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"msw": "2.1.7",
Expand Down

0 comments on commit 11d3a71

Please sign in to comment.