@intlayer/next-intl 9.5.4-canary.0 → 9.5.4
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": "@intlayer/next-intl",
|
|
3
|
-
"version": "9.5.4
|
|
3
|
+
"version": "9.5.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "next-intl API adapter for intlayer — useTranslations, useLocale, getTranslations, getLocale, NextIntlClientProvider backed by next-intlayer",
|
|
6
6
|
"keywords": [
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|
|
115
|
-
"@intlayer/config": "9.5.4
|
|
116
|
-
"@intlayer/core": "9.5.4
|
|
117
|
-
"@intlayer/dictionaries-entry": "9.5.4
|
|
118
|
-
"@intlayer/engine": "9.5.4
|
|
119
|
-
"@intlayer/types": "9.5.4
|
|
120
|
-
"@intlayer/use-intl": "9.5.4
|
|
121
|
-
"next-intlayer": "9.5.4
|
|
122
|
-
"react-intlayer": "9.5.4
|
|
115
|
+
"@intlayer/config": "9.5.4",
|
|
116
|
+
"@intlayer/core": "9.5.4",
|
|
117
|
+
"@intlayer/dictionaries-entry": "9.5.4",
|
|
118
|
+
"@intlayer/engine": "9.5.4",
|
|
119
|
+
"@intlayer/types": "9.5.4",
|
|
120
|
+
"@intlayer/use-intl": "9.5.4",
|
|
121
|
+
"next-intlayer": "9.5.4",
|
|
122
|
+
"react-intlayer": "9.5.4"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"@types/node": "^22",
|