Open probil opened 4 years ago
Hi @ktsn! This issue affects one of my projects on every yarn install
. I too noted that you have updated dependencies on master
, do you have any plans to publish the changes? Thank you! -jz
This affects me too. Could a little patch release 0.1.4 be created?
I've got this warning while trying to use your package with vuex@3.4.0
I've checked repository version of the package.json and it does contain both vuex@2 and vuex@3:
But the problem is that the published version doesn't support vuex@3 as a peer dependency:
Proof: https://cdn.jsdelivr.net/npm/vuex-toast@0.1.3/package.json
Could you please re-publish the package with the latest version of
package.json
?