vue-i18next icon indicating copy to clipboard operation
vue-i18next copied to clipboard

peerDependencies

Open varna opened this issue 5 years ago • 3 comments

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 avatar Feb 21 '20 07:02 varna

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

varna avatar Feb 21 '20 12:02 varna

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

albertpratomo avatar Mar 04 '20 15:03 albertpratomo

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

ram4nd avatar Sep 17 '20 08:09 ram4nd