Skip to content

Commit

Permalink
test(*): upgrade test dependencies
Browse files Browse the repository at this point in the history
ref: MANAGER-15995

Signed-off-by: Nicolas Pierre-charles <[email protected]>
  • Loading branch information
Nicolas Pierre-charles committed Nov 22, 2024
1 parent 1f9c0e3 commit 1e3c3c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 5 additions & 7 deletions packages/manager/apps/hpc-vmware-managed-vcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,21 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@cucumber/cucumber": "^10.3.1",
"@ovh-ux/manager-core-test-utils": "^0.1.0",
"@ovh-ux/manager-vite-config": "^0.8.3",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^13.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^2.1.4",
"autoprefixer": "^10.4.17",
"element-internals-polyfill": "^1.3.10",
"msw": "2.1.7",
"typescript": "^4.3.2",
"vite": "^4.5.0",
"vitest": "^1.2.0"
"vite": "^5.2.13",
"vitest": "^2.1.4"
},
"regions": [
"CA",
Expand Down
2 changes: 0 additions & 2 deletions packages/manager/apps/veeam-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@cucumber/cucumber": "^10.3.1",
"@ovh-ux/manager-core-test-utils": "^0.1.0",
"@ovh-ux/manager-vite-config": "^0.8.3",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^2.1.4",
"element-internals-polyfill": "^1.3.11",
"msw": "2.1.7",
"typescript": "^4.3.2",
"vite": "^5.2.13",
Expand Down

0 comments on commit 1e3c3c1

Please sign in to comment.