@baishuyun/ui-business 3.0.4 → 4.0.0

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.
Files changed (1) hide show
  1. package/package.json +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baishuyun/ui-business",
3
- "version": "3.0.4",
3
+ "version": "4.0.0",
4
4
  "description": "百数云业务组件库",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "peerDependencies": {
42
42
  "ahooks": ">=3.7.0",
43
43
  "antd": ">=5.1.2",
44
- "bsy-react-ui": ">=1.34.4",
44
+ "@baishuyun/ui-base": ">=2.2.0",
45
45
  "immer": "^10.0.0",
46
46
  "motion": "^11.18.2",
47
47
  "react": ">=18.3.1",
@@ -55,16 +55,15 @@
55
55
  "@vitejs/plugin-react": "^5.0.0",
56
56
  "ahooks": "^3.9.3",
57
57
  "antd": "^5.27.0",
58
- "bsy-react-ui": "latest",
59
58
  "glob": "^11.0.3",
60
59
  "immer": "^10.1.1",
61
60
  "motion": "^11.18.2",
62
61
  "react": "18.3.1",
63
62
  "react-dom": "18.3.1",
64
- "rimraf": "^6.0.1",
65
63
  "sass": "^1.90.0",
66
64
  "vite": "^7.0.0",
67
- "vite-plugin-dts": "^4.5.4"
65
+ "vite-plugin-dts": "^4.5.4",
66
+ "@baishuyun/ui-base": "2.2.0"
68
67
  },
69
68
  "dependencies": {
70
69
  "autoprefixer": "^10.4.21",
@@ -72,8 +71,7 @@
72
71
  "clsx": "^2.0.0",
73
72
  "lodash-es": "^4.17.21",
74
73
  "postcss": "^8.5.6",
75
- "simplebar-react": "^3.3.2",
76
- "tailwindcss": "^3.4.0"
74
+ "simplebar-react": "^3.3.2"
77
75
  },
78
76
  "publishConfig": {
79
77
  "access": "public"
@@ -81,11 +79,11 @@
81
79
  "scripts": {
82
80
  "build": "vite build",
83
81
  "build:debug": "vite build --mode debug",
84
- "build:watch": "vite build --watch",
85
- "dev": "vite build --watch",
82
+ "build:watch": "vite build --watch --mode debug",
83
+ "dev": "vite build --watch --mode debug",
86
84
  "type-check": "tsc --noEmit",
87
85
  "lint": "eslint src --ext .ts,.tsx",
88
86
  "lint:fix": "eslint src --ext .ts,.tsx --fix",
89
- "clean": "rimraf dist"
87
+ "clean": "rm -rf dist"
90
88
  }
91
89
  }