Skip to content

Commit

Permalink
fix: add vitest as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrodusch committed Aug 18, 2023
1 parent 94f37d5 commit 6d5a835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"typescript": "^4.9.4",
"vite": "4.3.9",
"vite-plugin-dts": "^1.7.1",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vitest": "^0.26.2"
"vite-plugin-node-stdlib-browser": "^0.2.1"
},
"dependencies": {
"vitest": "^0.26.2",
"chalk": "^5.2.0",
"node-stdlib-browser": "^1.2.0"
}
Expand Down

0 comments on commit 6d5a835

Please sign in to comment.