Skip to content

Commit

Permalink
Lift version limitation of rescript and vite
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Nov 25, 2023
1 parent a22e766 commit 4453cd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"rescript": "^9 || ^10 || >=11.0.0-alpha",
"vite": "^3 || ^4"
"rescript": ">=9",
"vite": ">=3"
},
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.11.0",
"engines": {
"node": ">=16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4453cd3

Please sign in to comment.