Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support vue 2.7 and vue-router 3.6 #5

Merged
merged 1 commit into from
Sep 18, 2022
Merged

Conversation

kazupon
Copy link
Member

@kazupon kazupon commented Sep 18, 2022

Description

Linked Issues

Additional context

@kazupon kazupon added the feature Includes new features label Sep 18, 2022
@kazupon kazupon merged commit 3472843 into main Sep 18, 2022
@kazupon kazupon deleted the feat/vue-related-vers branch September 18, 2022 11:37
@@ -39,10 +39,10 @@
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"vue": "^2.6.14 || ^3.2.0",
"vue": "^2.6.14 || ^2.7.0 || ^3.2.0",
Copy link
Collaborator

@rchl rchl Sep 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to have both ^2.6.14 and ^2.7.0? The former already takes care of the latter and what does the latter really mean in presence of the former? Does it restrict the whole range to ^2.7.0 or not?

Same for the vue_router change below.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see in https://semver.npmjs.com/ that ^2.6.14 || ^2.7.0 matches from ^2.6.14 so that's good but then I don't see much point in adding ^2.7.0 anyway.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your comment.
The semver spec certainly doesn't make sense, but I don't know why, but it didn't work with peerDependencies, so I did 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Includes new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants