@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 CHANGED
@@ -12,4 +12,5 @@ export * from './Space';
12
12
  export * from './Spin';
13
13
  export * from './Table';
14
14
  export * from './Tree';
15
+ export * from './Window';
15
16
  export * from './__styles';
package/dist/index.js CHANGED
@@ -12,4 +12,5 @@ export * from "./Space";
12
12
  export * from "./Spin";
13
13
  export * from "./Table";
14
14
  export * from "./Tree";
15
+ export * from "./Window";
15
16
  export * from "./__styles";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kep-platform/basic-component",
3
- "version": "0.0.32",
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
- "@dnd-kit/core": "^6.1.0",
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": "581914abdd5785a77fa0400eb7cce9f25e07eabf"
90
+ "gitHead": "1593591a4d45fb124fcb1aa51e13ee96c08fecca"
90
91
  }