Skip to content

Commit 6ebb27e

Browse files
dependabot[bot]rajbosCopilot
authored
fix: resolve PR #127 dependency build failures (#127)
- Apply all compatible Dependabot package updates - Skip vite 8.x (CSS lightningcss incompatibility with Tailwind 4) - Skip TypeScript 6.x (baseUrl deprecation breaks build) - Skip eslint 10.x + eslint-plugin-react-hooks 7.x (new rules break existing code) - Keep @vitejs/plugin-react at 5.x (v6 requires vite 8) - Add react-is as explicit dependency (required by recharts 3.8.x) - Add @testing-library/dom as dev dependency (required by @testing-library/react 16.3.2) - Increase vitest testTimeout to 15s (App dynamic import slower with updated packages) Co-authored-by: Rob Bos <raj.bos@gmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 020fef1 commit 6ebb27e

4 files changed

Lines changed: 2058 additions & 1723 deletions

File tree

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: "18"
43+
node-version: "20"
4444
cache: 'npm'
4545

4646
- name: Install dependencies

0 commit comments

Comments
 (0)