Skip to content

Commit

Permalink
move vite into avivator dependencies to hopefully fix vercel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaesthete committed Oct 1, 2024
1 parent 39c6ff2 commit 36c54af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions sites/avivator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"zustand": "^3.4.1"
"zustand": "^3.4.1",
"vite": "^5.3.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.3.2"
"@vitejs/plugin-react": "^4.2.1"
},
"version": null
}

0 comments on commit 36c54af

Please sign in to comment.