Skip to content

Commit

Permalink
Update vitest monorepo to v3 (#5350)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Jan 24, 2025
1 parent cc0140f commit f4d6cd4
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 65 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"@storybook/addon-links": "8.4.7",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vitest/coverage-v8": "^3.0.0",
"@vitest/ui": "^3.0.0",
"@vue/test-utils": "^2.4.6",
"adm-zip": "^0.5.14",
"chokidar": "^4.0.0",
Expand All @@ -109,7 +109,7 @@
"storybook": "8.4.7",
"talkback": "^4.2.0",
"typescript": "5.7.2",
"vitest": "^2.1.4",
"vitest": "^3.0.0",
"vitest-dom": "^0.1.1",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rollup": "^4.22.4",
"typescript": "^5.5.4",
"vite": "^6.0.11",
"vitest": "^2.1.4"
"vitest": "^3.0.0"
},
"dependencies": {
"openapi-fetch": "^0.13.0"
Expand Down
Loading

0 comments on commit f4d6cd4

Please sign in to comment.