@intlayer/react-i18next 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 +9 -9
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/react-i18next",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "react-i18next API adapter for intlayer — useTranslation, Trans, withTranslation, I18nextProvider backed by react-intlayer",
|
|
6
6
|
"keywords": [
|
|
@@ -76,16 +76,16 @@
|
|
|
76
76
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@intlayer/config": "9.4.
|
|
80
|
-
"@intlayer/core": "9.4.
|
|
81
|
-
"@intlayer/engine": "9.4.
|
|
82
|
-
"@intlayer/i18next": "9.4.
|
|
83
|
-
"@intlayer/types": "9.4.
|
|
84
|
-
"react-intlayer": "9.4.
|
|
85
|
-
"vite-intlayer": "9.4.
|
|
79
|
+
"@intlayer/config": "9.4.3",
|
|
80
|
+
"@intlayer/core": "9.4.3",
|
|
81
|
+
"@intlayer/engine": "9.4.3",
|
|
82
|
+
"@intlayer/i18next": "9.4.3",
|
|
83
|
+
"@intlayer/types": "9.4.3",
|
|
84
|
+
"react-intlayer": "9.4.3",
|
|
85
|
+
"vite-intlayer": "9.4.3"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@types/node": "26.
|
|
88
|
+
"@types/node": "26.4.1",
|
|
89
89
|
"@types/react": "19.2.18",
|
|
90
90
|
"@utils/ts-config": "1.0.4",
|
|
91
91
|
"@utils/ts-config-types": "1.0.4",
|