@kingteza/crud-component 1.0.20 → 1.0.21
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 +3 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kingteza/crud-component",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.21",
|
|
5
5
|
"description": "React CRUD component library with Ant Design",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"react",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"browser-image-compression": "^2.0.2",
|
|
64
64
|
"dayjs": "^1.11.13",
|
|
65
65
|
"file-saver": "^2.0.5",
|
|
66
|
+
"i18next": "^24.2.0",
|
|
66
67
|
"mime": "^4.0.6",
|
|
67
68
|
"papaparse": "^5.4.1",
|
|
68
69
|
"path-browserify": "^1.0.1",
|
|
@@ -70,6 +71,7 @@
|
|
|
70
71
|
"react-cropper": "^2.3.3",
|
|
71
72
|
"react-dom": "^18.3.1",
|
|
72
73
|
"react-highlight-words": "^0.20.0",
|
|
74
|
+
"react-i18next": "^15.2.0",
|
|
73
75
|
"react-responsive": "^10.0.0",
|
|
74
76
|
"react-show-more-text": "^1.7.1",
|
|
75
77
|
"uuid": "^11.0.3"
|
|
@@ -89,10 +91,8 @@
|
|
|
89
91
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
90
92
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
91
93
|
"globals": "^15.14.0",
|
|
92
|
-
"i18next": "^24.2.0",
|
|
93
94
|
"react": "^18.0.0",
|
|
94
95
|
"react-dom": "^18.0.0",
|
|
95
|
-
"react-i18next": "^15.2.0",
|
|
96
96
|
"react-router-dom": "^7.0.2",
|
|
97
97
|
"tsup": "^8.3.5",
|
|
98
98
|
"typescript": "~5.6.2",
|
|
@@ -103,10 +103,8 @@
|
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"antd": ">=5.22.6",
|
|
106
|
-
"i18next": ">=21.0.0",
|
|
107
106
|
"react": ">=18.3.1",
|
|
108
107
|
"react-dom": ">=18.3.1",
|
|
109
|
-
"react-i18next": ">=11.0.0",
|
|
110
108
|
"react-router-dom": ">=7.0.0"
|
|
111
109
|
}
|
|
112
110
|
}
|