Skip to content

Commit

Permalink
Upgrade vite and vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
cmil committed Sep 27, 2024
1 parent 89d1101 commit 1eaf140
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 127 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"prettier": "^3.3.3",
"ts-node": "^10.9.1",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.6",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"scripts": {
"csv": "ts-node -O '{\"isolatedModules\":false,\"module\":\"CommonJS\"}' yml2csv.ts && cp ./data.csv ./public/",
Expand Down
Loading

0 comments on commit 1eaf140

Please sign in to comment.