i18next-fetch-backend
Advanced tools
Comparing version 5.0.2 to 6.0.0
{ | ||
"name": "i18next-fetch-backend", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"description": "backend layer for i18next using browsers fetch", | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=18" | ||
}, | ||
@@ -41,18 +41,18 @@ "type": "module", | ||
"devDependencies": { | ||
"c8": "^7.12.0", | ||
"chai": "^4.3.7", | ||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", | ||
"c8": "^9.1.0", | ||
"chai": "^5.1.0", | ||
"dirname-filename-esm": "^1.1.1", | ||
"eslint": "^8.33.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"eslint-plugin-n": "^15.6.1", | ||
"eslint-plugin-unicorn": "^45.0.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-mocha": "^10.4.3", | ||
"eslint-plugin-n": "^17.4.0", | ||
"eslint-plugin-unicorn": "^52.0.0", | ||
"finalhandler": "^1.2.0", | ||
"i18next": "^22.4.9", | ||
"i18next": "^23.11.3", | ||
"isomorphic-fetch": "^3.0.0", | ||
"mocha": "^10.2.0", | ||
"mocha": "^10.4.0", | ||
"serve-static": "^1.15.0" | ||
} | ||
} |
10531