Skip to content

Commit

Permalink
chore: update vitest to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
FaberVitale committed Mar 23, 2024
1 parent 1fd06e3 commit 05b07d4
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 437 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"create-post": "node scripts/create-post.mjs",
"preview": "astro preview",
"fmt": "prettier . --write",
"test": "vitest --run",
"test": "vitest --run -c vitest.config.mts",
"test:watch": "vitest --watch",
"prepare": "husky install; pnpm run astro:sync",
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -43,7 +43,7 @@
"prompts": "^2.4.2",
"sass": "^1.65.1",
"tiny-invariant": "^1.2.0",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.11",
Expand Down
Loading

0 comments on commit 05b07d4

Please sign in to comment.