fix: support vuex > 3.6.2
MaxLeiter opened this issue ยท 0 comments
MaxLeiter commented
๐ The bug
I'm using Vuex 4.0.2 with typed-vuex 0.3.0 and all works well except for this message when I run yarn
:
warning " > typed-vuex@0.3.0" has incorrect peer dependency "vuex@^3.6.2".
๐ ๏ธ To reproduce
Steps to reproduce the behavior:
yarn add typed-vuex@latest vuex@latest
- read the output
๐ Expected behaviour
no warning should be produced
โน๏ธ Additional context