Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent ec07484 commit 42142c0
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 50 deletions.
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-nobuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tailwindcss-animate": "^1.0.7",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^5.0.1"
},
"exports": {
Expand Down
Loading

0 comments on commit 42142c0

Please sign in to comment.