Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2025
1 parent 30e8f2a commit 513b9fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion accelerate/remix-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"ts-node": "10.9.2",
"tsx": "4.19.3",
"typescript": "5.7.3",
"vite": "6.1.1",
"vite": "6.2.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion accelerate/svelte-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tslib": "2.8.1",
"tsx": "4.19.3",
"typescript": "5.7.3",
"vite": "6.1.1"
"vite": "6.2.0"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion optimize/starter/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite": "6.1.1"
"vite": "6.2.0"
}
}
2 changes: 1 addition & 1 deletion orm/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tslib": "2.8.1",
"tsx": "4.19.3",
"typescript": "5.7.3",
"vite": "6.1.1"
"vite": "6.2.0"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 513b9fd

Please sign in to comment.