next-intlayer 5.5.7 → 5.5.8
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.
- package/README.md +2 -2
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ The `next-intlayer` package also provides some functions to help you to internat
|
|
|
178
178
|
## Read about Intlayer
|
|
179
179
|
|
|
180
180
|
- [Intlayer Website](https://intlayer.org)
|
|
181
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
181
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
182
182
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
183
183
|
|
|
184
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
184
|
+
- [Ask your questions to our smart documentation](https://intlayer.org/docchat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.8",
|
|
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": [
|
|
@@ -69,41 +69,41 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"deepmerge": "^4.3.1",
|
|
71
71
|
"node-loader": "^2.1.0",
|
|
72
|
-
"@intlayer/chokidar": "5.5.
|
|
73
|
-
"@intlayer/
|
|
74
|
-
"@intlayer/
|
|
75
|
-
"@intlayer/
|
|
76
|
-
"@intlayer/webpack": "5.5.
|
|
77
|
-
"react-intlayer": "5.5.
|
|
72
|
+
"@intlayer/chokidar": "5.5.8",
|
|
73
|
+
"@intlayer/config": "5.5.8",
|
|
74
|
+
"@intlayer/dictionaries-entry": "5.5.8",
|
|
75
|
+
"@intlayer/core": "5.5.8",
|
|
76
|
+
"@intlayer/webpack": "5.5.8",
|
|
77
|
+
"react-intlayer": "5.5.8"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@types/node": "^22.
|
|
80
|
+
"@types/node": "^22.15.30",
|
|
81
81
|
"@types/react": ">=16.0.0",
|
|
82
82
|
"@types/react-dom": ">=16.0.0",
|
|
83
|
-
"@typescript-eslint/parser": "^8.
|
|
83
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
84
84
|
"concurrently": "^9.1.2",
|
|
85
|
-
"eslint": "^9.
|
|
85
|
+
"eslint": "^9.28.0",
|
|
86
86
|
"prettier": "^3.5.3",
|
|
87
87
|
"rimraf": "^6.0.1",
|
|
88
|
-
"tsc-alias": "^1.8.
|
|
89
|
-
"tsup": "^8.
|
|
90
|
-
"typescript": "^5.8.
|
|
88
|
+
"tsc-alias": "^1.8.16",
|
|
89
|
+
"tsup": "^8.5.0",
|
|
90
|
+
"typescript": "^5.8.3",
|
|
91
91
|
"@utils/eslint-config": "1.0.4",
|
|
92
92
|
"@utils/ts-config": "1.0.4",
|
|
93
93
|
"@utils/ts-config-types": "1.0.4",
|
|
94
94
|
"@utils/tsup-config": "1.0.4",
|
|
95
|
-
"intlayer": "5.5.
|
|
95
|
+
"intlayer": "5.5.8"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"next": ">=14.0.0",
|
|
99
99
|
"react": ">=16.0.0",
|
|
100
100
|
"react-dom": ">=16.0.0",
|
|
101
|
-
"@intlayer/
|
|
102
|
-
"@intlayer/
|
|
103
|
-
"@intlayer/
|
|
104
|
-
"@intlayer/
|
|
105
|
-
"
|
|
106
|
-
"intlayer": "5.5.
|
|
101
|
+
"@intlayer/config": "5.5.8",
|
|
102
|
+
"@intlayer/core": "5.5.8",
|
|
103
|
+
"@intlayer/webpack": "5.5.8",
|
|
104
|
+
"@intlayer/dictionaries-entry": "5.5.8",
|
|
105
|
+
"intlayer": "5.5.8",
|
|
106
|
+
"react-intlayer": "5.5.8"
|
|
107
107
|
},
|
|
108
108
|
"engines": {
|
|
109
109
|
"node": ">=14.18"
|