Skip to content

Commit

Permalink
downgrade vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Dec 5, 2024
1 parent 1a62948 commit 181a179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ dist-ssr
*.sw?

*storybook.log

# Vite
tsconfig.app.tsbuildinfo
tsconfig.node.tsbuildinfo

## Panda
styled-system
styled-system-studio
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"storybook": "^8.4.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"eslintConfig": {
Expand Down

0 comments on commit 181a179

Please sign in to comment.