next-intlayer 8.4.0 → 8.4.1
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-intlayer",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.1",
|
|
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": [
|
|
@@ -124,15 +124,15 @@
|
|
|
124
124
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@intlayer/chokidar": "8.4.
|
|
128
|
-
"@intlayer/config": "8.4.
|
|
129
|
-
"@intlayer/core": "8.4.
|
|
130
|
-
"@intlayer/dictionaries-entry": "8.4.
|
|
131
|
-
"@intlayer/types": "8.4.
|
|
132
|
-
"@intlayer/webpack": "8.4.
|
|
127
|
+
"@intlayer/chokidar": "8.4.1",
|
|
128
|
+
"@intlayer/config": "8.4.1",
|
|
129
|
+
"@intlayer/core": "8.4.1",
|
|
130
|
+
"@intlayer/dictionaries-entry": "8.4.1",
|
|
131
|
+
"@intlayer/types": "8.4.1",
|
|
132
|
+
"@intlayer/webpack": "8.4.1",
|
|
133
133
|
"defu": "6.1.4",
|
|
134
134
|
"node-loader": "2.1.0",
|
|
135
|
-
"react-intlayer": "8.4.
|
|
135
|
+
"react-intlayer": "8.4.1"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@types/node": "25.5.0",
|