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
{{ message }}
This repository has been archived by the owner on May 19, 2022. It is now read-only.
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:
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
andi18next
have different names for some functions. Inpackage.json
I noticed:Shouldn't you use
^
operator to target minor versions instead of>=
which I never use, but I assume that targets any latest major versions :DThe text was updated successfully, but these errors were encountered: