Skip to content

Commit

Permalink
update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Dec 11, 2024
1 parent fb9295b commit 139be6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"vite": "5.4.6",
"vite": "6.0.3",
"vite-tsconfig-paths": "5.1.2"
},
"overrides": {
"@vitejs/plugin-react": {
"vite": "6.0.3"
}
}
}

0 comments on commit 139be6f

Please sign in to comment.