We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.1.2
When using Typescript, vuex export types like here: https://github.com/vuejs/vuex/blob/dev/types/index.d.ts#L1 But as you can see here, it imports Vue typings to make it work. As a matter of fact vue should be added to peerDependencies
vue
vue should be a peerDependency
it is not, and it fails in a strict dependency-tree context
Ref: vuejs/vue-cli#5135
The text was updated successfully, but these errors were encountered:
Thanks for the report! Yap, indeed we should have it as a peer dependency. PR on the way 👍
Sorry, something went wrong.
And this is fixed at Vuex 3.1.3 🎉 https://github.com/vuejs/vuex/releases/tag/v3.1.3
kiaking
No branches or pull requests
Version
3.1.2
Steps to reproduce
When using Typescript, vuex export types like here: https://github.com/vuejs/vuex/blob/dev/types/index.d.ts#L1 But as you can see here, it imports Vue typings to make it work. As a matter of fact
vue
should be added to peerDependenciesWhat is expected?
vue
should be a peerDependencyWhat is actually happening?
it is not, and it fails in a strict dependency-tree context
Ref: vuejs/vue-cli#5135
The text was updated successfully, but these errors were encountered: