Skip to content

Commit

Permalink
chore: move vite to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Sep 14, 2024
1 parent 1780c66 commit 0fd456a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"tsconfig.json"
],
"dependencies": {
"kaplay": "3001.0.0-beta.1",
"vite": "^5.4.5"
"kaplay": "3001.0.0-beta.1"
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
Expand All @@ -68,6 +67,7 @@
"typedoc": "^0.25.12",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.4.4",
"vite": "^5.4.5",
"wrangler": "^3.50.0"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
Expand Down
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.

0 comments on commit 0fd456a

Please sign in to comment.