next-intlayer 9.0.1 → 9.0.2
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-intlayer",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
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": [
|
|
@@ -133,15 +133,15 @@
|
|
|
133
133
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
134
134
|
},
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@intlayer/config": "9.0.
|
|
137
|
-
"@intlayer/core": "9.0.
|
|
138
|
-
"@intlayer/dictionaries-entry": "9.0.
|
|
139
|
-
"@intlayer/engine": "9.0.
|
|
140
|
-
"@intlayer/types": "9.0.
|
|
141
|
-
"@intlayer/webpack": "9.0.
|
|
136
|
+
"@intlayer/config": "9.0.2",
|
|
137
|
+
"@intlayer/core": "9.0.2",
|
|
138
|
+
"@intlayer/dictionaries-entry": "9.0.2",
|
|
139
|
+
"@intlayer/engine": "9.0.2",
|
|
140
|
+
"@intlayer/types": "9.0.2",
|
|
141
|
+
"@intlayer/webpack": "9.0.2",
|
|
142
142
|
"defu": "6.1.7",
|
|
143
143
|
"node-loader": "2.1.0",
|
|
144
|
-
"react-intlayer": "9.0.
|
|
144
|
+
"react-intlayer": "9.0.2"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
147
|
"@types/node": "26.1.1",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@utils/ts-config-types": "1.0.4",
|
|
152
152
|
"@utils/tsdown-config": "1.0.4",
|
|
153
153
|
"rimraf": "6.1.3",
|
|
154
|
-
"tsdown": "0.22.
|
|
154
|
+
"tsdown": "0.22.14",
|
|
155
155
|
"typescript": "7.0.2",
|
|
156
156
|
"vitest": "4.1.10"
|
|
157
157
|
},
|