Skip to content

Commit

Permalink
fix(react): simplified initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs committed Feb 15, 2025
1 parent 4ebbd59 commit 7971518
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23.7.0
node-version: 23.8.0
- run: npm ci
- run: npm test
177 changes: 95 additions & 82 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@
}
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-solid": "^0.14.5",
"globals": "^15.14.0",
"happy-dom": "^16.8.1",
"globals": "^15.15.0",
"happy-dom": "^17.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"solid-js": "^1.9.4",
"typescript": "~5.7.3",
"typescript-eslint": "^8.23.0",
"vite": "^6.0.11",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-solid": "^2.11.1",
"vitest": "^3.0.5"
Expand Down
Loading

0 comments on commit 7971518

Please sign in to comment.