@kep-platform/basic-component 0.0.32 → 0.0.34
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +6 -5
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
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",
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
|
21
21
|
"prepare": "dumi setup",
|
22
22
|
"prepublishOnly": "npm run build",
|
23
|
+
"postpublish": "cnpm sync @kep-platform/basic-component",
|
23
24
|
"start": "npm run dev"
|
24
25
|
},
|
25
26
|
"commitlint": {
|
@@ -46,9 +47,7 @@
|
|
46
47
|
},
|
47
48
|
"dependencies": {
|
48
49
|
"@ant-design/icons": "^5.3.7",
|
49
|
-
"@
|
50
|
-
"@dnd-kit/utilities": "^3.2.2",
|
51
|
-
"@kep-platform/hooks": "^0.0.32",
|
50
|
+
"@kep-platform/hooks": "^0.0.34",
|
52
51
|
"color": "^4.2.3",
|
53
52
|
"rc-pagination": "^4.1.0",
|
54
53
|
"styled-components": "^6.1.11"
|
@@ -75,6 +74,8 @@
|
|
75
74
|
"stylelint": "^14.9.1"
|
76
75
|
},
|
77
76
|
"peerDependencies": {
|
77
|
+
"@dnd-kit/core": ">=6.0.0",
|
78
|
+
"@dnd-kit/utilities": ">=3.0.1",
|
78
79
|
"mobx": "^6.12.3",
|
79
80
|
"mobx-react-lite": "^4.0.7",
|
80
81
|
"react": ">=16.9.0",
|
@@ -86,5 +87,5 @@
|
|
86
87
|
"authors": [
|
87
88
|
"lee-step-jss 1599925910@qq.com"
|
88
89
|
],
|
89
|
-
"gitHead": "
|
90
|
+
"gitHead": "1593591a4d45fb124fcb1aa51e13ee96c08fecca"
|
90
91
|
}
|