@tachybase/plugin-theme-editor 1.3.12 → 1.3.14

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/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [2023-2024] [Tachybase team]
189
+ Copyright [2023-2025] [Tego team]
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.12",
3
+ "@tachybase/client": "1.3.14",
4
4
  "antd": "5.22.5",
5
5
  "lodash": "4.17.21",
6
- "@tachybase/server": "1.3.12",
6
+ "@tachybase/server": "1.3.14",
7
7
  "@ant-design/cssinjs": "1.22.1",
8
8
  "@ant-design/icons": "5.3.7",
9
- "@tachybase/utils": "1.3.12",
9
+ "@tachybase/utils": "1.3.14",
10
10
  "react-i18next": "15.2.0",
11
- "@tachybase/database": "1.3.12"
11
+ "@tachybase/database": "1.3.14"
12
12
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-theme-editor",
3
3
  "displayName": "Theme editor",
4
- "version": "1.3.12",
4
+ "version": "1.3.14",
5
5
  "description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
6
6
  "keywords": [
7
7
  "System management"
@@ -25,12 +25,12 @@
25
25
  "vanilla-jsoneditor": "^0.17.10"
26
26
  },
27
27
  "peerDependencies": {
28
- "@tachybase/client": "1.3.12",
29
- "@tachybase/actions": "1.3.12",
30
- "@tachybase/server": "1.3.12",
31
- "@tachybase/test": "1.3.12",
32
- "@tachybase/utils": "1.3.12",
33
- "@tachybase/database": "1.3.12"
28
+ "@tachybase/actions": "1.3.14",
29
+ "@tachybase/server": "1.3.14",
30
+ "@tachybase/test": "1.3.14",
31
+ "@tachybase/database": "1.3.14",
32
+ "@tachybase/client": "1.3.14",
33
+ "@tachybase/utils": "1.3.14"
34
34
  },
35
35
  "description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。",
36
36
  "displayName.zh-CN": "主题编辑器",