Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

peerDependencies #92

Open
varna opened this issue Feb 21, 2020 · 3 comments
Open

peerDependencies #92

varna opened this issue Feb 21, 2020 · 3 comments

Comments

@varna
Copy link

varna commented Feb 21, 2020

Hi,
I just installed latest version of vue-i18next, but it seems that you got some version mismatches?
I can see that @panter/vue-i18next/typings/index.d.ts and i18next have different names for some functions. In package.json I noticed:

  "peerDependencies": {
    "i18next": ">= 6.0.1",
    "vue": ">=2.0.0"
  },

Shouldn't you use ^ operator to target minor versions instead of >= which I never use, but I assume that targets any latest major versions :D

@varna
Copy link
Author

varna commented Feb 21, 2020

I just started downgrading my i18next major versions one by one until i18next@^13
Now it works properly.

@albertpratomo
Copy link

Yes, I'm also having the same issue. Could you support the latest i18next (^19)?

@ram4nd
Copy link

ram4nd commented Sep 17, 2020

I would also like to see i18next version update. Perhaps this needs an active fork.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants