@baishuyun/ui-base 2.1.0 → 2.2.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 +9 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baishuyun/ui-base",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "type": "module",
5
5
  "description": "百数云低代码平台通用组件库",
6
6
  "author": "bsy-fe team",
@@ -52,6 +52,8 @@
52
52
  "@lexical/link": "^0.33.1",
53
53
  "@lexical/react": "^0.33.1",
54
54
  "@lexical/rich-text": "^0.33.1",
55
+ "@lexical/selection": "^0.33.1",
56
+ "@lexical/utils": "^0.33.1",
55
57
  "clsx": "^2.1.1",
56
58
  "fuse.js": "^7.1.0",
57
59
  "lexical": "^0.33.1",
@@ -74,8 +76,8 @@
74
76
  "immer": "^10.1.1",
75
77
  "motion": "^11.18.2",
76
78
  "postcss": "^8.5.3",
77
- "react": "^19.1.0",
78
- "react-dom": "^19.1.0",
79
+ "react": "^18.3.1",
80
+ "react-dom": "^18.3.1",
79
81
  "react-router-dom": "^7.6.2",
80
82
  "sass": "^1.89.2",
81
83
  "tailwindcss": "^3.0.0",
@@ -86,17 +88,17 @@
86
88
  },
87
89
  "project": {
88
90
  "iconfont": {
89
- "scriptUrl": "https://at.alicdn.com/t/c/font_4786625_jgu2jvbpehp.js"
91
+ "scriptUrl": "https://at.alicdn.com/t/c/font_4786625_c3hfvyi874p.js"
90
92
  }
91
93
  },
92
94
  "scripts": {
93
95
  "build": "vite build",
94
96
  "build:debug": "vite build --mode debug",
95
- "build:watch": "vite build --watch",
96
- "dev": "vite build --watch",
97
+ "build:watch": "vite build --watch --mode debug",
98
+ "dev": "vite build --watch --mode debug",
97
99
  "type-check": "tsc --noEmit",
98
100
  "lint": "eslint . --ext .ts,.tsx",
99
101
  "lint:fix": "eslint . --ext .ts,.tsx --fix",
100
- "clean": "rimraf dist"
102
+ "clean": "rm -rf dist"
101
103
  }
102
104
  }