@intlayer/next-intl 9.4.1 → 9.4.3
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 +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -330,4 +330,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
|
|
|
330
330
|
|
|
331
331
|
If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
|
|
332
332
|
|
|
333
|
-
[](https://api.star-history.com/#aymericzip/intlayer&Date)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/next-intl",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.3",
|
|
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": [
|
|
@@ -110,17 +110,17 @@
|
|
|
110
110
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
|
-
"@intlayer/config": "9.4.
|
|
114
|
-
"@intlayer/core": "9.4.
|
|
115
|
-
"@intlayer/dictionaries-entry": "9.4.
|
|
116
|
-
"@intlayer/engine": "9.4.
|
|
117
|
-
"@intlayer/types": "9.4.
|
|
118
|
-
"@intlayer/use-intl": "9.4.
|
|
119
|
-
"next-intlayer": "9.4.
|
|
120
|
-
"react-intlayer": "9.4.
|
|
113
|
+
"@intlayer/config": "9.4.3",
|
|
114
|
+
"@intlayer/core": "9.4.3",
|
|
115
|
+
"@intlayer/dictionaries-entry": "9.4.3",
|
|
116
|
+
"@intlayer/engine": "9.4.3",
|
|
117
|
+
"@intlayer/types": "9.4.3",
|
|
118
|
+
"@intlayer/use-intl": "9.4.3",
|
|
119
|
+
"next-intlayer": "9.4.3",
|
|
120
|
+
"react-intlayer": "9.4.3"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
|
-
"@types/node": "26.
|
|
123
|
+
"@types/node": "26.4.1",
|
|
124
124
|
"@types/react": "19.2.18",
|
|
125
125
|
"@utils/ts-config": "1.0.4",
|
|
126
126
|
"@utils/ts-config-types": "1.0.4",
|