astro-react-i18next 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +17 -17
package/README.md CHANGED
@@ -24,7 +24,7 @@ You will see the following changes in your `astro.config.mjs` file:
24
24
 
25
25
  ```diff
26
26
  import { defineConfig } from "astro/config";
27
- import reactI18next from "astro-react-i18next";
27
+ +import reactI18next from "astro-react-i18next";
28
28
 
29
29
  export default defineConfig({
30
30
  // ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-react-i18next",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Integrates i18next and react-i18next seamlessly into your Astro website to provide robust i18n support for React components.",
5
5
  "keywords": [
6
6
  "astro-integration",
@@ -41,34 +41,34 @@
41
41
  "*.{js,jsx,ts,tsx,mjs,astro}": "eslint --fix --max-warnings 0"
42
42
  },
43
43
  "dependencies": {
44
- "i18next": "^25.6.0",
44
+ "i18next": "^25.7.3",
45
45
  "i18next-browser-languagedetector": "^8.2.0",
46
- "i18next-fs-backend": "^2.6.0",
46
+ "i18next-fs-backend": "^2.6.1",
47
47
  "i18next-http-backend": "^3.0.2",
48
48
  "pathe": "^2.0.3",
49
- "react-i18next": "^16.0.0"
49
+ "react-i18next": "^16.5.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@eslint/js": "^9.37.0",
53
- "@types/node": "^24.7.2",
54
- "@types/react": "^19.2.2",
55
- "@types/react-dom": "^19.2.1",
56
- "astro": "^5.14.4",
57
- "esbuild": "^0.25.10",
58
- "eslint": "^9.37.0",
52
+ "@eslint/js": "^9.39.2",
53
+ "@types/node": "^25.0.3",
54
+ "@types/react": "^19.2.7",
55
+ "@types/react-dom": "^19.2.3",
56
+ "astro": "^5.16.6",
57
+ "esbuild": "^0.27.2",
58
+ "eslint": "^9.39.2",
59
59
  "eslint-config-flat-gitignore": "^2.1.0",
60
60
  "eslint-config-prettier": "^10.1.8",
61
- "eslint-plugin-astro": "^1.3.1",
61
+ "eslint-plugin-astro": "^1.5.0",
62
62
  "eslint-plugin-import": "^2.32.0",
63
- "eslint-plugin-perfectionist": "^4.15.1",
63
+ "eslint-plugin-perfectionist": "^5.1.0",
64
64
  "eslint-plugin-react": "^7.37.5",
65
- "globals": "^16.4.0",
65
+ "globals": "^16.5.0",
66
66
  "husky": "^9.1.7",
67
- "lint-staged": "^16.2.4",
68
- "prettier": "^3.6.2",
67
+ "lint-staged": "^16.2.7",
68
+ "prettier": "^3.7.4",
69
69
  "prettier-plugin-astro": "^0.14.1",
70
70
  "typescript": "^5.9.3",
71
- "typescript-eslint": "^8.46.0"
71
+ "typescript-eslint": "^8.50.1"
72
72
  },
73
73
  "engines": {
74
74
  "node": "^18.17.1 || ^20.3.0 || >=21.0.0"