Skip to content

Commit

Permalink
fix: add vite 3 to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei committed Aug 11, 2022
1 parent 75ff791 commit aa3ee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"*.{js,jsx,ts,tsx,md,html,css}": "prettier --write"
},
"peerDependencies": {
"vite": "^2.9.0"
"vite": "^2.9.0 || ^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
Expand Down

0 comments on commit aa3ee7f

Please sign in to comment.