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

update/peer-dependencies #48

Merged
merged 2 commits into from
Mar 15, 2019
Merged

update/peer-dependencies #48

merged 2 commits into from
Mar 15, 2019

Conversation

oakromulo
Copy link
Contributor

please bump the vue-class-component dependency, if possible

it appears to be working just fine but I haven't run any formal tests

please bump the vue-class-component dependency, if possible

it appears to be working just fine but I haven't run any extensive tests
package.json Outdated
@@ -64,6 +64,6 @@
"peerDependencies": {
"vue": "^2.5.0",
"vuex": "^3.0.0",
"vue-class-component": "^6.0.0"
"vue-class-component": "^7.0.0"
Copy link
Owner

Choose a reason for hiding this comment

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

Could you include ^6.0.0 because it should be compatible with both? So it will be ^6.0.0 || ^7.0.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

@oakromulo
Copy link
Contributor Author

oakromulo commented Mar 15, 2019 via email

@ktsn
Copy link
Owner

ktsn commented Mar 15, 2019

@oakromulo What do you mean by that? ^6.0.0 || ^7.0.0 won't throw the error because it accept version 7.

- retain support for `vue-class-component` *v6* alongside *v7* as a peer dependency
Copy link
Contributor Author

@oakromulo oakromulo left a comment

Choose a reason for hiding this comment

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

  • retain support for vue-class-component v6 alongside v7, as suggested

Copy link
Owner

@ktsn ktsn left a comment

Choose a reason for hiding this comment

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

Thank you!

@ktsn ktsn merged commit 79397ff into ktsn:master Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants