@nocobase/plugin-mobile 1.6.4 → 1.6.6

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.
@@ -11,24 +11,24 @@ module.exports = {
11
11
  "@emotion/css": "11.13.4",
12
12
  "@formily/core": "2.3.0",
13
13
  "@formily/shared": "2.3.2",
14
- "@nocobase/client": "1.6.4",
15
- "@nocobase/plugin-acl": "1.6.4",
14
+ "@nocobase/client": "1.6.6",
15
+ "@nocobase/plugin-acl": "1.6.6",
16
16
  "ahooks": "3.7.8",
17
17
  "antd": "5.12.8",
18
18
  "lodash": "4.17.21",
19
19
  "react": "18.2.0",
20
20
  "react-i18next": "11.18.6",
21
21
  "react-router-dom": "6.28.1",
22
- "@nocobase/database": "1.6.4",
23
- "@nocobase/plugin-localization": "1.6.4",
24
- "@nocobase/server": "1.6.4",
25
- "@nocobase/utils": "1.6.4",
26
- "@nocobase/test": "1.6.4",
22
+ "@nocobase/database": "1.6.6",
23
+ "@nocobase/plugin-localization": "1.6.6",
24
+ "@nocobase/server": "1.6.6",
25
+ "@nocobase/utils": "1.6.6",
26
+ "@nocobase/test": "1.6.6",
27
27
  "@formily/react": "2.3.0",
28
- "@nocobase/plugin-mobile": "1.6.4",
28
+ "@nocobase/plugin-mobile": "1.6.6",
29
29
  "@ant-design/icons": "5.6.1",
30
30
  "react-dom": "18.2.0",
31
- "@nocobase/sdk": "1.6.4",
31
+ "@nocobase/sdk": "1.6.6",
32
32
  "dayjs": "1.11.10",
33
33
  "@formily/antd-v5": "1.1.9"
34
34
  };
@@ -25,7 +25,7 @@
25
25
  "Mobile menu": "Menu mobile",
26
26
  "No accessible pages found": "Nessuna pagina accessibile trovata",
27
27
  "This might be due to permission configuration issues": "Questo potrebbe essere dovuto a problemi di configurazione dei permessi",
28
- "Select time":"Seleziona orario"
28
+ "Select time":"Seleziona orario",
29
29
  "Fill": "Riempimento",
30
30
  "Mobile routes": "Percorsi mobile",
31
31
  "Clear": "Cancella",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile",
3
- "version": "1.6.4",
3
+ "version": "1.6.6",
4
4
  "main": "dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/mobile",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile",
@@ -33,5 +33,5 @@
33
33
  "react-device-detect": "2.2.3",
34
34
  "react-i18next": "11.x"
35
35
  },
36
- "gitHead": "1df12e1cf58be1c829904346425e857319de3dee"
36
+ "gitHead": "f2dbd411f548a7192661f504d9e19a3a195aee0b"
37
37
  }