Skip to content

Commit

Permalink
chore: update peerDependencies (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jan 17, 2024
1 parent 2b3847d commit fbb2b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion publish/nutui-taro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"publish:latest": "npm publish"
},
"peerDependencies": {
"unplugin-vue-components": "^0.25.1"
"unplugin-vue-components": ">=0.25.1",
"vue": "^3.0.0"
},
"peerDependenciesMeta": {
"unplugin-vue-components": {
Expand Down
3 changes: 2 additions & 1 deletion publish/nutui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"publish:latest": "npm publish"
},
"peerDependencies": {
"unplugin-vue-components": "^0.25.1"
"unplugin-vue-components": ">=0.25.1",
"vue": "^3.0.0"
},
"peerDependenciesMeta": {
"unplugin-vue-components": {
Expand Down

0 comments on commit fbb2b34

Please sign in to comment.