@fox-js/foxui-pc 4.1.1-11 → 4.1.1-13

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/dist/style.esm.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Fri Dec 27 2024 21:29:41 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Wed Mar 26 2025 15:52:08 GMT+0800 (中国标准时间)
3
3
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
3
  "type": "module",
4
- "version": "4.1.1-11",
4
+ "version": "4.1.1-13",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",
@@ -40,6 +40,6 @@
40
40
  "peerDependencies": {
41
41
  "@element-plus/icons-vue": ">=2.3.1",
42
42
  "dayjs": ">=1.0.0",
43
- "element-plus": ">=2.7.6"
43
+ "element-plus": ">=2.9.3"
44
44
  }
45
45
  }