Skip to content

Commit

Permalink
Update to vitest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Oct 28, 2024
1 parent e45e499 commit 8bcae62
Show file tree
Hide file tree
Showing 2 changed files with 3,511 additions and 3,792 deletions.
16 changes: 8 additions & 8 deletions examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.10",
"@solidjs/start": "^1.0.9",
"@solidjs/testing-library": "^0.8.7",
"@testing-library/jest-dom": "^6.4.2",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/ui": "^1.5.0",
"jsdom": "^24.0.0",
"solid-js": "^1.9.2",
"typescript": "^5.4.5",
"@vitest/ui": "^2.1.4",
"jsdom": "^25.0.1",
"solid-js": "^1.9.3",
"typescript": "^5.6.3",
"vinxi": "^0.4.3",
"vite": "^5.2.8",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0"
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit 8bcae62

Please sign in to comment.