next-intlayer 5.3.9 → 5.3.11

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 +23 -23
package/README.md CHANGED
@@ -52,7 +52,7 @@ pnpm add next-intlayer
52
52
 
53
53
  With Intlayer, you can declare your content in a structured way anywhere in your codebase.
54
54
 
55
- By default, Intlayer scans for files with the extension `.content.{ts,tsx,js,jsx,mjs,cjs}`.
55
+ By default, Intlayer scans for files with the extension `.content.{json,ts,tsx,js,jsx,mjs,mjx,cjs,cjx}`.
56
56
 
57
57
  > You can modify the default extension by setting the `contentDir` property in the [configuration file](https://intlayer.org/doc/concept/configuration).
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intlayer",
3
- "version": "5.3.9",
3
+ "version": "5.3.11",
4
4
  "private": false,
5
5
  "description": "Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.",
6
6
  "keywords": [
@@ -68,41 +68,41 @@
68
68
  ],
69
69
  "dependencies": {
70
70
  "node-loader": "^2.1.0",
71
- "@intlayer/config": "5.3.9",
72
- "@intlayer/chokidar": "5.3.9",
73
- "@intlayer/core": "5.3.9",
74
- "@intlayer/webpack": "5.3.9",
75
- "react-intlayer": "5.3.9",
76
- "@intlayer/dictionaries-entry": "5.3.9"
71
+ "@intlayer/chokidar": "5.3.11",
72
+ "@intlayer/core": "5.3.11",
73
+ "@intlayer/webpack": "5.3.11",
74
+ "react-intlayer": "5.3.11",
75
+ "@intlayer/dictionaries-entry": "5.3.11",
76
+ "@intlayer/config": "5.3.11"
77
77
  },
78
78
  "devDependencies": {
79
- "@types/node": "^22.10.6",
79
+ "@types/node": "^22.13.10",
80
80
  "@types/react": ">=16.0.0",
81
81
  "@types/react-dom": ">=16.0.0",
82
- "@typescript-eslint/parser": "^8.24.0",
82
+ "@typescript-eslint/parser": "^8.27.0",
83
83
  "concurrently": "^9.1.2",
84
- "eslint": "^9.20.0",
85
- "prettier": "^3.5.0",
84
+ "eslint": "^9.22.0",
85
+ "prettier": "^3.5.3",
86
86
  "rimraf": "^6.0.1",
87
- "tsc-alias": "^1.8.10",
88
- "tsup": "^8.3.5",
89
- "typescript": "^5.7.3",
87
+ "tsc-alias": "^1.8.11",
88
+ "tsup": "^8.4.0",
89
+ "typescript": "^5.8.2",
90
+ "@utils/ts-config": "1.0.4",
90
91
  "@utils/eslint-config": "1.0.4",
92
+ "@utils/tsup-config": "1.0.4",
91
93
  "@utils/ts-config-types": "1.0.4",
92
- "@utils/ts-config": "1.0.4",
93
- "intlayer": "5.3.9",
94
- "@utils/tsup-config": "1.0.4"
94
+ "intlayer": "5.3.11"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "next": ">=14.0.0",
98
98
  "react": ">=16.0.0",
99
99
  "react-dom": ">=16.0.0",
100
- "@intlayer/config": "5.3.9",
101
- "@intlayer/core": "5.3.9",
102
- "@intlayer/webpack": "5.3.9",
103
- "@intlayer/dictionaries-entry": "5.3.9",
104
- "intlayer": "5.3.9",
105
- "react-intlayer": "5.3.9"
100
+ "@intlayer/config": "5.3.11",
101
+ "@intlayer/core": "5.3.11",
102
+ "@intlayer/dictionaries-entry": "5.3.11",
103
+ "react-intlayer": "5.3.11",
104
+ "@intlayer/webpack": "5.3.11",
105
+ "intlayer": "5.3.11"
106
106
  },
107
107
  "engines": {
108
108
  "node": ">=14.18"