react-intlayer 4.1.1 → 4.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 +14 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-intlayer",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -62,20 +62,17 @@
|
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"bin": {
|
|
66
|
-
"react-intlayer": "./dist/cjs/cli/react-intlayer.cjs"
|
|
67
|
-
},
|
|
68
65
|
"files": [
|
|
69
66
|
"./dist",
|
|
70
67
|
"./package.json"
|
|
71
68
|
],
|
|
72
69
|
"dependencies": {
|
|
73
70
|
"js-cookie": "^3.0.5",
|
|
74
|
-
"@intlayer/
|
|
75
|
-
"@intlayer/
|
|
76
|
-
"@intlayer/
|
|
77
|
-
"@intlayer/
|
|
78
|
-
"@intlayer/
|
|
71
|
+
"@intlayer/api": "4.1.3",
|
|
72
|
+
"@intlayer/core": "4.1.3",
|
|
73
|
+
"@intlayer/editor-react": "4.1.3",
|
|
74
|
+
"@intlayer/dictionaries-entry": "4.1.3",
|
|
75
|
+
"@intlayer/config": "4.1.3"
|
|
79
76
|
},
|
|
80
77
|
"devDependencies": {
|
|
81
78
|
"@craco/types": "^7.1.0",
|
|
@@ -86,28 +83,25 @@
|
|
|
86
83
|
"concurrently": "^9.1.2",
|
|
87
84
|
"eslint": "^9.18.0",
|
|
88
85
|
"prettier": "^3.4.2",
|
|
89
|
-
"react": "^18.3.1",
|
|
90
|
-
"react-dom": "^18.3.1",
|
|
91
86
|
"rimraf": "^6.0.1",
|
|
92
87
|
"tsc-alias": "^1.8.10",
|
|
93
88
|
"tsup": "^8.3.5",
|
|
94
89
|
"typescript": "^5.7.3",
|
|
90
|
+
"@intlayer/backend": "4.1.3",
|
|
95
91
|
"@utils/eslint-config": "1.0.4",
|
|
96
|
-
"@utils/ts-config": "1.0.4",
|
|
97
92
|
"@utils/ts-config-types": "1.0.4",
|
|
98
93
|
"@utils/tsup-config": "1.0.4",
|
|
99
|
-
"@
|
|
94
|
+
"@utils/ts-config": "1.0.4"
|
|
100
95
|
},
|
|
101
96
|
"peerDependencies": {
|
|
102
97
|
"react": ">=16.0.0",
|
|
103
98
|
"react-dom": ">=16.0.0",
|
|
104
|
-
"
|
|
105
|
-
"@intlayer/api": "4.1.
|
|
106
|
-
"@intlayer/
|
|
107
|
-
"@intlayer/
|
|
108
|
-
"
|
|
109
|
-
"intlayer": "4.1.
|
|
110
|
-
"@intlayer/config": "4.1.1"
|
|
99
|
+
"@intlayer/config": "4.1.3",
|
|
100
|
+
"@intlayer/api": "4.1.3",
|
|
101
|
+
"@intlayer/dictionaries-entry": "4.1.3",
|
|
102
|
+
"@intlayer/editor-react": "4.1.3",
|
|
103
|
+
"intlayer": "4.1.3",
|
|
104
|
+
"@intlayer/core": "4.1.3"
|
|
111
105
|
},
|
|
112
106
|
"engines": {
|
|
113
107
|
"node": ">=14.18"
|