Skip to content

Commit

Permalink
fix: vite version
Browse files Browse the repository at this point in the history
version over >6.0.8 causes a reload loop
  • Loading branch information
arthurgeron committed Jan 27, 2025
1 parent 092a313 commit 4e47689
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion examples/cra-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"typescript": "5.2.2",
"vite": "6.0.11"
"vite": "6.0.8"
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"ts-jest-mock-import-meta": "1.1.0",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.2.2",
"vite": "6.0.11",
"vite": "6.0.8",
"vite-plugin-clean": "1.0.0",
"vite-plugin-static-copy": "2.2.0",
"vite-tsconfig-paths": "5.1.4",
Expand Down
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e47689

Please sign in to comment.