@icos-desktop/react-components 2.1.5 → 2.1.7

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 CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@icos-desktop/react-components",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "ICOS Desktop React Components",
5
+ "author": "jianghaotian3@jd.com",
5
6
  "main": "dist/icos-desktop.umd.cjs",
6
7
  "module": "dist/icos-desktop.js",
7
8
  "types": "dist/icos-desktop.d.ts",
@@ -31,7 +32,6 @@
31
32
  "@ant-design/icons": "^5.5.1",
32
33
  "@antv/g6": "^4.8.24",
33
34
  "@turf/turf": "^6.5.0",
34
- "@types/node": "^22.13.1",
35
35
  "@xirang/design-icon": "^0.1.0",
36
36
  "@xirang/request": "^0.1.4",
37
37
  "ahooks": "^3.8.0",
@@ -50,8 +50,6 @@
50
50
  "wellknown": "^0.5.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@xirang/design-antd": "^0.5.0",
54
- "antd": "^5.24.0",
55
53
  "@babel/core": "^7.26.9",
56
54
  "@babel/parser": "^7.26.9",
57
55
  "@babel/traverse": "^7.26.9",
@@ -74,6 +72,7 @@
74
72
  "@storybook/test": "^8.5.6",
75
73
  "@svgr/rollup": "^8.1.0",
76
74
  "@types/lodash": "^4.17.13",
75
+ "@types/node": "^22.13.1",
77
76
  "@types/qs": "^6.9.18",
78
77
  "@types/react": "^18.3.12",
79
78
  "@types/react-dom": "^18.3.1",
@@ -83,6 +82,8 @@
83
82
  "@typescript-eslint/eslint-plugin": "^8.12.1",
84
83
  "@typescript-eslint/parser": "^8.12.1",
85
84
  "@vitejs/plugin-react": "^4.3.3",
85
+ "@xirang/design-antd": "^0.5.0",
86
+ "antd": "^5.24.0",
86
87
  "axios": "^1.7.7",
87
88
  "colors": "^1.4.0",
88
89
  "eslint": "^8.57.1",
@@ -103,6 +104,9 @@
103
104
  "rollup-plugin-peer-deps-external": "^2.2.4",
104
105
  "rollup-plugin-postcss": "^4.0.2",
105
106
  "storybook": "^8.5.6",
107
+ "stylelint": "^16.19.1",
108
+ "stylelint-config-recess-order": "^6.0.0",
109
+ "stylelint-config-standard-less": "^3.0.1",
106
110
  "tslib": "^2.8.0",
107
111
  "typescript": "^5.6.3",
108
112
  "vite": "^5.4.14",