react-intlayer 5.5.7 → 5.5.9
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 +2 -2
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -172,7 +172,7 @@ The `react-intlayer` package also provides some functions to help you to interna
|
|
|
172
172
|
## Read about Intlayer
|
|
173
173
|
|
|
174
174
|
- [Intlayer Website](https://intlayer.org)
|
|
175
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
175
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
176
176
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
177
177
|
|
|
178
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
178
|
+
- [Ask your questions to our smart documentation](https://intlayer.org/docchat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -69,41 +69,41 @@
|
|
|
69
69
|
],
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"js-cookie": "^3.0.5",
|
|
72
|
-
"@intlayer/api": "5.5.
|
|
73
|
-
"@intlayer/
|
|
74
|
-
"@intlayer/
|
|
75
|
-
"@intlayer/
|
|
76
|
-
"@intlayer/editor-react": "5.5.
|
|
72
|
+
"@intlayer/api": "5.5.9",
|
|
73
|
+
"@intlayer/config": "5.5.9",
|
|
74
|
+
"@intlayer/core": "5.5.9",
|
|
75
|
+
"@intlayer/dictionaries-entry": "5.5.9",
|
|
76
|
+
"@intlayer/editor-react": "5.5.9"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@craco/types": "^7.1.0",
|
|
80
80
|
"@types/js-cookie": "^3.0.6",
|
|
81
|
-
"@types/node": "^22.
|
|
81
|
+
"@types/node": "^22.15.30",
|
|
82
82
|
"@types/react": ">=16.0.0",
|
|
83
83
|
"@types/react-dom": ">=16.0.0",
|
|
84
|
-
"@typescript-eslint/parser": "^8.
|
|
84
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
85
85
|
"concurrently": "^9.1.2",
|
|
86
|
-
"eslint": "^9.
|
|
86
|
+
"eslint": "^9.28.0",
|
|
87
87
|
"prettier": "^3.5.3",
|
|
88
88
|
"rimraf": "^6.0.1",
|
|
89
|
-
"tsc-alias": "^1.8.
|
|
90
|
-
"tsup": "^8.
|
|
91
|
-
"typescript": "^5.8.
|
|
89
|
+
"tsc-alias": "^1.8.16",
|
|
90
|
+
"tsup": "^8.5.0",
|
|
91
|
+
"typescript": "^5.8.3",
|
|
92
|
+
"@intlayer/backend": "5.5.9",
|
|
92
93
|
"@utils/eslint-config": "1.0.4",
|
|
93
94
|
"@utils/ts-config": "1.0.4",
|
|
94
95
|
"@utils/ts-config-types": "1.0.4",
|
|
95
|
-
"@intlayer/backend": "5.5.7",
|
|
96
96
|
"@utils/tsup-config": "1.0.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"react": ">=16.0.0",
|
|
100
100
|
"react-dom": ">=16.0.0",
|
|
101
|
-
"@intlayer/
|
|
102
|
-
"@intlayer/
|
|
103
|
-
"@intlayer/
|
|
104
|
-
"@intlayer/dictionaries-entry": "5.5.
|
|
105
|
-
"@intlayer/editor-react": "5.5.
|
|
106
|
-
"intlayer": "5.5.
|
|
101
|
+
"@intlayer/api": "5.5.9",
|
|
102
|
+
"@intlayer/config": "5.5.9",
|
|
103
|
+
"@intlayer/core": "5.5.9",
|
|
104
|
+
"@intlayer/dictionaries-entry": "5.5.9",
|
|
105
|
+
"@intlayer/editor-react": "5.5.9",
|
|
106
|
+
"intlayer": "5.5.9"
|
|
107
107
|
},
|
|
108
108
|
"engines": {
|
|
109
109
|
"node": ">=14.18"
|