Skip to content

Commit

Permalink
chore: update to vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Nov 27, 2024
1 parent f8aac17 commit 1fd3044
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 170 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/react": "^3.2.0",
"@chakra-ui/react": "^3.2.1",
"@emotion/react": "^11.13.5",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@react-router/node": "^7.0.1",
Expand All @@ -44,27 +44,27 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chakra-ui/cli": "^3.2.0",
"@chakra-ui/cli": "^3.2.1",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@react-router/dev": "^7.0.1",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.1",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"commit-and-tag-version": "^12.5.0",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"knip": "^5.37.2",
"knip": "^5.38.1",
"lint-staged": "^15.2.10",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.21.0",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
}
}
Loading

0 comments on commit 1fd3044

Please # to comment.