@tachybase/plugin-icon-pickerv2 1.6.3 → 1.6.5

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.
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.6.3",
3
- "@tego/server": "1.6.1",
2
+ "@tachybase/client": "1.6.5",
3
+ "@tego/server": "1.6.2",
4
4
  "antd-style": "3.7.1",
5
5
  "react": "18.3.1",
6
6
  "antd": "5.22.5",
7
- "@tachybase/schema": "1.6.1",
8
- "@tego/client": "1.6.1",
7
+ "@tachybase/schema": "1.6.2",
8
+ "@tego/client": "1.6.2",
9
9
  "@ant-design/icons": "6.1.0",
10
10
  "lodash": "4.17.21"
11
11
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-icon-pickerv2",
3
3
  "displayName": "Icon Picker V2",
4
- "version": "1.6.3",
4
+ "version": "1.6.5",
5
5
  "description": "A versatile icon picker plugin for Tachybase, providing easy integration and customizable icon selection.",
6
6
  "keywords": [
7
7
  "Collection fields"
@@ -9,14 +9,14 @@
9
9
  "main": "dist/server/index.js",
10
10
  "devDependencies": {
11
11
  "@ant-design/icons": "^6.1.0",
12
- "@tachybase/schema": "1.6.1",
13
- "@tachybase/test": "1.6.1",
14
- "@tego/client": "1.6.1",
15
- "@tego/server": "1.6.1",
12
+ "@tachybase/schema": "1.6.2",
13
+ "@tachybase/test": "1.6.2",
14
+ "@tego/client": "1.6.2",
15
+ "@tego/server": "1.6.2",
16
16
  "antd": "5.22.5",
17
17
  "antd-style": "3.7.1",
18
18
  "lodash": "^4.17.21",
19
- "@tachybase/client": "1.6.3"
19
+ "@tachybase/client": "1.6.5"
20
20
  },
21
21
  "description.zh-CN": "一个灵活的图标选择插件,为 Tachybase 提供简单集成和可定制的图标选择功能。",
22
22
  "displayName.zh-CN": "图标选择器 V2"