Skip to content

Commit

Permalink
Merge pull request #478 from gethyas/next
Browse files Browse the repository at this point in the history
Add vite dependency
  • Loading branch information
h-enk authored Apr 23, 2024
2 parents 132565b + e5e0c58 commit 7afaeeb
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 93 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-fans-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gethyas": patch
---

Add vite dependency
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 7afaeeb

Please sign in to comment.