Skip to content

Commit

Permalink
test(test-utils): correct core-api version
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Dec 18, 2024
1 parent 66549d1 commit f99bd9b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 694 deletions.
3 changes: 2 additions & 1 deletion packages/manager/core/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"start:watch": "tsc -w"
},
"devDependencies": {
"@ovh-ux/manager-core-api": "^0.9.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -30,7 +31,7 @@
"vitest": "^2.1.4"
},
"peerDependencies": {
"@ovh-ux/manager-core-api": "^0.10.0",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovhcloud/ods-common-core": "17.x",
"@ovhcloud/ods-components": "17.x",
"@tanstack/react-query": "5.x",
Expand Down
Loading

0 comments on commit f99bd9b

Please sign in to comment.