Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
bump vite deps
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Oct 14, 2024
1 parent d8606c8 commit 23e3f85
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 3,611 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@hookform/resolvers": "^3.3.4",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-router": "^1.50.0",
"@tanstack/router-devtools": "^1.50.0",
"@unpic/react": "^0.1.14",
"chart.js": "^4.4.2",
"dayjs": "^1.11.11",
Expand All @@ -36,22 +35,20 @@
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@tanstack/router-devtools": "^1.50.0",
"@tanstack/router-vite-plugin": "^1.31.18",
"@types/lodash": "^4.17.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3",
"vite": "^5.2.14",
"vite-plugin-pwa": "^0.20.1"
"vite": "^5.4.8"
},
"lint-staged": {
"*.{ts,tsx}": "biome format --write ./src"
Expand Down
Loading

0 comments on commit 23e3f85

Please sign in to comment.