Skip to content

Commit

Permalink
Update to vite ^5.2.0 (#2645)
Browse files Browse the repository at this point in the history
Fixes weird binary issue with esbuild versions clashing across deps.
  • Loading branch information
Rocky43007 committed Jul 30, 2024
1 parent 0a4e527 commit 47fc7c5
Show file tree
Hide file tree
Showing 7 changed files with 250 additions and 229 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react-dom": "^18.2.22",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"storybook": "^8.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"vite": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion crates/sync/example/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@tanstack/react-query": "^4.36.1",
"typescript": "^5.4.2",
"vite": "^5.0.10",
"vite": "^5.2.0",
"tailwindcss": "^3.3.3"
}
}
2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"tailwindcss": "^3.4.1",
"type-fest": "^4.13.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite": "^5.2.0",
"vite-plugin-svgr": "^3.3.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"turbo": "^1.12.5",
"turbo-ignore": "^1.12.5",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"vite": "^5.2.0"
},
"engines": {
"pnpm": ">=9.0.0",
Expand Down
Loading

0 comments on commit 47fc7c5

Please sign in to comment.