@nocobase/plugin-theme-editor 1.7.0-alpha.3 → 1.7.0-alpha.4

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.7.0-alpha.3",
11
+ "@nocobase/client": "1.7.0-alpha.4",
12
12
  "react": "18.2.0",
13
13
  "antd": "5.24.2",
14
14
  "lodash": "4.17.21",
15
- "@nocobase/server": "1.7.0-alpha.3",
15
+ "@nocobase/server": "1.7.0-alpha.4",
16
16
  "@ant-design/cssinjs": "1.21.1",
17
17
  "@ant-design/icons": "5.6.1",
18
- "@nocobase/utils": "1.7.0-alpha.3",
18
+ "@nocobase/utils": "1.7.0-alpha.4",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/actions": "1.7.0-alpha.3",
21
- "@nocobase/database": "1.7.0-alpha.3",
20
+ "@nocobase/actions": "1.7.0-alpha.4",
21
+ "@nocobase/database": "1.7.0-alpha.4",
22
22
  "@emotion/css": "11.13.0"
23
23
  };
@@ -17,7 +17,7 @@
17
17
  "Create a brand new theme": "Crea un tema completamente nuovo",
18
18
  "Dark": "Scuro",
19
19
  "Compact": "Compatto",
20
- "Compact dark": "Scuro compatto"
20
+ "Compact dark": "Scuro compatto",
21
21
  "Theme Editor": "Editor Tema",
22
22
  "Save": "Salva",
23
23
  "Close": "Chiudi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-theme-editor",
3
- "version": "1.7.0-alpha.3",
3
+ "version": "1.7.0-alpha.4",
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": "153723ec01c4e9ba179f9d5a32190057dbed453f",
35
+ "gitHead": "e31c3136901b10ec7cbe4bbc8a22dc4cc7481f93",
36
36
  "keywords": [
37
37
  "System management"
38
38
  ]