Skip to content

Commit

Permalink
Remove vite dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Dec 9, 2024
1 parent 2acd0ac commit d02bf90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^4.0.0",
"typescript": "^5.1.6",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
import { defineConfig } from "vitest/config";

export default defineConfig({
plugins: [tsconfigPaths()],
Expand Down

0 comments on commit d02bf90

Please sign in to comment.