You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
What is expected?
vue should be a peerDependency
What is actually happening?
it is not, and it fails in a strict dependency-tree context
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: