Skip to content

Commit

Permalink
chore: make explicit the Vite and plugin-vue deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Dec 15, 2022
1 parent 78d6b7a commit 9735b41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"source-map-js": "^1.0.2"
},
"peerDependencies": {
"vite": "^4.0.0"
"vite": "^4.0.0 || ^3.0.0",
"@vitejs/plugin-vue": "^2.3.4 -> ^4.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
Expand Down Expand Up @@ -98,4 +99,4 @@
"vue": "^3.2.45",
"vue-router": "^4.1.6"
}
}
}

0 comments on commit 9735b41

Please sign in to comment.