Skip to content

Commit

Permalink
chore: pin vitest to 3.0.5 (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Feb 10, 2025
1 parent 05e6b37 commit 484b760
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 568 deletions.
50 changes: 14 additions & 36 deletions examples/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/ui": "^2.1.4",
"@vitest/ui": "3.0.5",
"jsdom": "^25.0.1",
"solid-js": "^1.9.3",
"typescript": "^5.6.3",
"vinxi": "^0.4.3",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.11.1",
"vitest": "^3.0.2"
"vitest": "3.0.5"
},
"overrides": {
"vite": "5.4.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/ui": "^2.1.4",
"@vitest/ui": "3.0.5",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"solid-js": "^1.9.4",
"vinxi": "^0.5.3",
"vite-plugin-solid": "^2.11.1",
"vitest": "^3.0.4"
"vitest": "3.0.5"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 484b760

Please sign in to comment.