Skip to content

Commit

Permalink
Add vite dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Apr 23, 2024
1 parent 132565b commit e9858c5
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 93 deletions.
179 changes: 89 additions & 90 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
"preview": "vite preview --outDir public"
},
"dependencies": {
"@hyas/core": "^1.3.0"
"@hyas/core": "^1.3.1",
"prettier": "^3.2.5",
"vite": "^5.2.10"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"prettier": "^3.2.5"
"@changesets/cli": "^2.27.1"
},
"engines": {
"node": ">=20.11.0"
Expand Down

0 comments on commit e9858c5

Please sign in to comment.