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 c637fd4 commit 18f6c47
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 @@ -59,7 +59,6 @@
"size-limit": "^11.1.2",
"typedoc": "^0.27.0",
"typescript": "^5.2.2",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^5.0.0",
"vitest": "^2.0.0",
"ws": "^8.14.2"
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 18f6c47

Please sign in to comment.