Skip to content

Commit

Permalink
chore: move vitest as devDependency (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuval Karif <[email protected]>
  • Loading branch information
yuvalkarif and Yuval Karif authored Nov 26, 2024
1 parent dc6d2a8 commit 30ab658
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"defu": "^6.1.4",
"estree-walker": "^2",
"magic-string": "^0.30.11",
"pathe": "^1.1.2",
"vitest": "^2.1.1"
"pathe": "^1.1.2"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
Expand All @@ -64,6 +63,7 @@
"pretty-quick": "^4.0.0",
"rimraf": "^6.0.1",
"vite": "^5.4.3",
"vitest": "^2.1.1",
"wait-on": "^8.0.1"
}
}
6 changes: 3 additions & 3 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 30ab658

Please sign in to comment.