@kep-platform/basic-component 0.0.33 → 0.0.34
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kep-platform/basic-component",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.34",
|
4
4
|
"description": "A react library developed with dumi",
|
5
5
|
"license": "MIT",
|
6
6
|
"module": "dist/index.js",
|
@@ -47,9 +47,7 @@
|
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
49
|
"@ant-design/icons": "^5.3.7",
|
50
|
-
"@
|
51
|
-
"@dnd-kit/utilities": "^3.2.2",
|
52
|
-
"@kep-platform/hooks": "^0.0.33",
|
50
|
+
"@kep-platform/hooks": "^0.0.34",
|
53
51
|
"color": "^4.2.3",
|
54
52
|
"rc-pagination": "^4.1.0",
|
55
53
|
"styled-components": "^6.1.11"
|
@@ -76,6 +74,8 @@
|
|
76
74
|
"stylelint": "^14.9.1"
|
77
75
|
},
|
78
76
|
"peerDependencies": {
|
77
|
+
"@dnd-kit/core": ">=6.0.0",
|
78
|
+
"@dnd-kit/utilities": ">=3.0.1",
|
79
79
|
"mobx": "^6.12.3",
|
80
80
|
"mobx-react-lite": "^4.0.7",
|
81
81
|
"react": ">=16.9.0",
|
@@ -87,5 +87,5 @@
|
|
87
87
|
"authors": [
|
88
88
|
"lee-step-jss 1599925910@qq.com"
|
89
89
|
],
|
90
|
-
"gitHead": "
|
90
|
+
"gitHead": "1593591a4d45fb124fcb1aa51e13ee96c08fecca"
|
91
91
|
}
|