next-intlayer 5.8.0-canary.0 → 5.8.0
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-intlayer",
|
|
3
|
-
"version": "5.8.0
|
|
3
|
+
"version": "5.8.0",
|
|
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": [
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"deepmerge": "^4.3.1",
|
|
81
81
|
"node-loader": "^2.1.0",
|
|
82
|
+
"@intlayer/core": "5.8.0",
|
|
82
83
|
"@intlayer/chokidar": "5.8.0-canary.0",
|
|
83
|
-
"react-intlayer": "5.8.0
|
|
84
|
-
"@intlayer/
|
|
84
|
+
"react-intlayer": "5.8.0",
|
|
85
|
+
"@intlayer/dictionaries-entry": "5.8.0",
|
|
85
86
|
"@intlayer/config": "5.8.0-canary.0",
|
|
86
|
-
"@intlayer/webpack": "5.8.0
|
|
87
|
-
"@intlayer/dictionaries-entry": "5.8.0-canary.0"
|
|
87
|
+
"@intlayer/webpack": "5.8.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@types/node": "^24.2.1",
|
|
@@ -99,22 +99,22 @@
|
|
|
99
99
|
"tsup": "^8.5.0",
|
|
100
100
|
"typescript": "^5.9.2",
|
|
101
101
|
"vitest": "^3.2.2",
|
|
102
|
-
"@utils/ts-config-types": "1.0.4",
|
|
103
102
|
"@utils/eslint-config": "1.0.4",
|
|
104
103
|
"@utils/ts-config": "1.0.4",
|
|
104
|
+
"@utils/ts-config-types": "1.0.4",
|
|
105
105
|
"@utils/tsup-config": "1.0.4",
|
|
106
|
-
"intlayer": "5.8.0
|
|
106
|
+
"intlayer": "5.8.0"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
109
|
"next": ">=14.0.0",
|
|
110
110
|
"react": ">=16.0.0",
|
|
111
111
|
"react-dom": ">=16.0.0",
|
|
112
112
|
"@intlayer/config": "5.8.0-canary.0",
|
|
113
|
-
"
|
|
114
|
-
"@intlayer/
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"intlayer": "5.8.0
|
|
113
|
+
"intlayer": "5.8.0",
|
|
114
|
+
"@intlayer/dictionaries-entry": "5.8.0",
|
|
115
|
+
"@intlayer/webpack": "5.8.0",
|
|
116
|
+
"react-intlayer": "5.8.0",
|
|
117
|
+
"@intlayer/core": "5.8.0"
|
|
118
118
|
},
|
|
119
119
|
"engines": {
|
|
120
120
|
"node": ">=14.18"
|