@nocobase/plugin-theme-editor 1.9.40 → 1.9.42

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.
@@ -8,16 +8,16 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.9.40",
11
+ "@nocobase/client": "1.9.42",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.24.2",
14
14
  "lodash": "4.17.21",
15
- "@nocobase/server": "1.9.40",
15
+ "@nocobase/server": "1.9.42",
16
16
  "@ant-design/cssinjs": "1.21.1",
17
17
  "@ant-design/icons": "5.6.1",
18
- "@nocobase/utils": "1.9.40",
18
+ "@nocobase/utils": "1.9.42",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/actions": "1.9.40",
21
- "@nocobase/database": "1.9.40",
20
+ "@nocobase/actions": "1.9.42",
21
+ "@nocobase/database": "1.9.42",
22
22
  "@emotion/css": "11.13.0"
23
23
  };
@@ -26,7 +26,7 @@
26
26
  "Save theme": "保存主题",
27
27
  "Saved successfully": "保存成功",
28
28
  "The theme of the JSON format is incorrect": "主题 JSON 格式错误",
29
- "Theme": "Theme",
29
+ "Theme": "主题",
30
30
  "Theme Editor": "主题编辑器",
31
31
  "Theme editor": "主题编辑器",
32
32
  "Themes": "主题",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "1.9.40",
3
+ "version": "1.9.42",
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",
@@ -34,7 +34,7 @@
34
34
  "@nocobase/test": "1.x",
35
35
  "@nocobase/utils": "1.x"
36
36
  },
37
- "gitHead": "853abfb8a77683e1e7afdc80be1d49ae1cb5d769",
37
+ "gitHead": "7cd33b67e8026e1edcc447823f5c40882cbe985d",
38
38
  "keywords": [
39
39
  "System management"
40
40
  ]