react-intlayer 6.1.2 → 6.1.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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intlayer",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
],
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"js-cookie": "^3.0.5",
|
|
82
|
-
"@intlayer/
|
|
83
|
-
"@intlayer/
|
|
84
|
-
"@intlayer/
|
|
85
|
-
"@intlayer/
|
|
86
|
-
"@intlayer/editor-react": "6.1.
|
|
82
|
+
"@intlayer/api": "6.1.3",
|
|
83
|
+
"@intlayer/config": "6.1.3",
|
|
84
|
+
"@intlayer/core": "6.1.3",
|
|
85
|
+
"@intlayer/dictionaries-entry": "6.1.3",
|
|
86
|
+
"@intlayer/editor-react": "6.1.3"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@craco/types": "^7.1.0",
|
|
@@ -101,21 +101,21 @@
|
|
|
101
101
|
"typescript": "^5.9.2",
|
|
102
102
|
"uuid": "^13.0.0",
|
|
103
103
|
"vitest": "^3.2.4",
|
|
104
|
-
"@utils/eslint-config": "1.0.4",
|
|
105
104
|
"@utils/ts-config": "1.0.4",
|
|
105
|
+
"@utils/eslint-config": "1.0.4",
|
|
106
106
|
"@utils/ts-config-types": "1.0.4",
|
|
107
|
-
"
|
|
108
|
-
"
|
|
107
|
+
"intlayer": "6.1.3",
|
|
108
|
+
"@utils/tsup-config": "1.0.4"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"react": ">=16.0.0",
|
|
112
112
|
"react-dom": ">=16.0.0",
|
|
113
|
-
"@intlayer/api": "6.1.
|
|
114
|
-
"@intlayer/
|
|
115
|
-
"@intlayer/
|
|
116
|
-
"@intlayer/
|
|
117
|
-
"
|
|
118
|
-
"intlayer": "6.1.
|
|
113
|
+
"@intlayer/api": "6.1.3",
|
|
114
|
+
"@intlayer/core": "6.1.3",
|
|
115
|
+
"@intlayer/config": "6.1.3",
|
|
116
|
+
"@intlayer/dictionaries-entry": "6.1.3",
|
|
117
|
+
"intlayer": "6.1.3",
|
|
118
|
+
"@intlayer/editor-react": "6.1.3"
|
|
119
119
|
},
|
|
120
120
|
"engines": {
|
|
121
121
|
"node": ">=14.18"
|