Skip to content

Commit

Permalink
Reinstall vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jul 8, 2024
1 parent 608a814 commit 6d60438
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 75 deletions.
6 changes: 3 additions & 3 deletions examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"test": "vitest run"
},
"dependencies": {
"astro": "^4.11.5",
"@astrojs/react": "^3.6.0",
"astro": "^4.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^1.6.0"
},
"devDependencies": {
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.3"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0"
}
}
112 changes: 40 additions & 72 deletions pnpm-lock.yaml

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

0 comments on commit 6d60438

Please sign in to comment.