@nocobase/plugin-theme-editor 1.5.1 → 1.5.2

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.txt CHANGED
@@ -95,7 +95,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
95
95
  6.9 If there are other agreements in the contract for the above rights, the contract agreement shall prevail.
96
96
 
97
97
  ====================================
98
- 1. Obligations of Commercial License
98
+ 7. Obligations of Commercial License
99
99
  ====================================
100
100
 
101
101
  7.1 It is not allowed to remove or change all intellectual property statements about NocoBase in the code.
@@ -8,16 +8,16 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.5.1",
11
+ "@nocobase/client": "1.5.2",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.12.8",
14
14
  "lodash": "4.17.21",
15
- "@nocobase/server": "1.5.1",
15
+ "@nocobase/server": "1.5.2",
16
16
  "@ant-design/cssinjs": "1.21.1",
17
17
  "@ant-design/icons": "5.2.6",
18
- "@nocobase/utils": "1.5.1",
18
+ "@nocobase/utils": "1.5.2",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/actions": "1.5.1",
21
- "@nocobase/database": "1.5.1",
20
+ "@nocobase/actions": "1.5.2",
21
+ "@nocobase/database": "1.5.2",
22
22
  "@emotion/css": "11.13.0"
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/theme-editor",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/theme-editor",
@@ -32,7 +32,7 @@
32
32
  "@nocobase/test": "1.x",
33
33
  "@nocobase/utils": "1.x"
34
34
  },
35
- "gitHead": "b16a0ff226482d0de847656ea26fd621b1d685cf",
35
+ "gitHead": "9b62f7c55e97a7d6573f69db9a52f369ff85b5f9",
36
36
  "keywords": [
37
37
  "System management"
38
38
  ]