@intlayer/react-i18next 9.3.3 → 9.4.0-canary.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/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -327,4 +327,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
|
|
|
327
327
|
|
|
328
328
|
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-).
|
|
329
329
|
|
|
330
|
-
[](https://star-history.dera.page/#aymericzip/intlayer&Date)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/react-i18next",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.0-canary.0",
|
|
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,13 +76,13 @@
|
|
|
76
76
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@intlayer/config": "9.
|
|
80
|
-
"@intlayer/core": "9.
|
|
81
|
-
"@intlayer/engine": "9.
|
|
82
|
-
"@intlayer/i18next": "9.
|
|
83
|
-
"@intlayer/types": "9.
|
|
84
|
-
"react-intlayer": "9.
|
|
85
|
-
"vite-intlayer": "9.
|
|
79
|
+
"@intlayer/config": "9.4.0-canary.0",
|
|
80
|
+
"@intlayer/core": "9.4.0-canary.0",
|
|
81
|
+
"@intlayer/engine": "9.4.0-canary.0",
|
|
82
|
+
"@intlayer/i18next": "9.4.0-canary.0",
|
|
83
|
+
"@intlayer/types": "9.4.0-canary.0",
|
|
84
|
+
"react-intlayer": "9.4.0-canary.0",
|
|
85
|
+
"vite-intlayer": "9.4.0-canary.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@types/node": "26.2.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"rimraf": "6.1.3",
|
|
96
96
|
"tsdown": "0.22.14",
|
|
97
97
|
"typescript": "7.0.2",
|
|
98
|
-
"vite": "8.2.
|
|
98
|
+
"vite": "8.2.2",
|
|
99
99
|
"vitest": "4.1.11"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|