@nocobase/plugin-mobile 1.9.0-beta.9 → 2.0.0-alpha.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.
@@ -9,10 +9,10 @@
9
9
 
10
10
  module.exports = {
11
11
  "@emotion/css": "11.13.4",
12
- "@formily/core": "2.3.0",
13
- "@formily/shared": "2.3.2",
14
- "@nocobase/client": "1.9.0-beta.9",
15
- "@nocobase/plugin-acl": "1.9.0-beta.9",
12
+ "@formily/core": "2.3.7",
13
+ "@formily/shared": "2.3.7",
14
+ "@nocobase/client": "2.0.0-alpha.2",
15
+ "@nocobase/plugin-acl": "2.0.0-alpha.2",
16
16
  "ahooks": "3.7.8",
17
17
  "antd": "5.24.2",
18
18
  "lodash": "4.17.21",
@@ -20,17 +20,17 @@ module.exports = {
20
20
  "react-i18next": "11.18.6",
21
21
  "antd-style": "3.7.1",
22
22
  "@ant-design/icons": "5.6.1",
23
- "react-router-dom": "6.28.1",
24
- "@nocobase/database": "1.9.0-beta.9",
25
- "@nocobase/plugin-localization": "1.9.0-beta.9",
26
- "@nocobase/server": "1.9.0-beta.9",
27
- "@nocobase/utils": "1.9.0-beta.9",
28
- "@nocobase/test": "1.9.0-beta.9",
29
- "@formily/react": "2.3.0",
30
- "@nocobase/plugin-mobile": "1.9.0-beta.9",
23
+ "react-router-dom": "6.30.1",
24
+ "@nocobase/database": "2.0.0-alpha.2",
25
+ "@nocobase/plugin-localization": "2.0.0-alpha.2",
26
+ "@nocobase/server": "2.0.0-alpha.2",
27
+ "@nocobase/utils": "2.0.0-alpha.2",
28
+ "@nocobase/test": "2.0.0-alpha.2",
29
+ "@formily/react": "2.3.7",
30
+ "@nocobase/plugin-mobile": "2.0.0-alpha.2",
31
31
  "react-dom": "18.2.0",
32
- "@nocobase/sdk": "1.9.0-beta.9",
33
- "@formily/reactive": "2.3.0",
32
+ "@nocobase/sdk": "2.0.0-alpha.2",
33
+ "@formily/reactive": "2.3.7",
34
34
  "dayjs": "1.11.13",
35
35
  "@formily/antd-v5": "1.2.3"
36
36
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile",
3
- "version": "1.9.0-beta.9",
3
+ "version": "2.0.0-alpha.2",
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",
@@ -10,11 +10,11 @@
10
10
  "description": "Provides the ability to configure mobile pages.",
11
11
  "description.zh-CN": "提供移动端页面配置的能力。",
12
12
  "peerDependencies": {
13
- "@nocobase/client": "1.x",
14
- "@nocobase/plugin-acl": "1.x",
15
- "@nocobase/plugin-localization": "1.x",
16
- "@nocobase/server": "1.x",
17
- "@nocobase/test": "1.x"
13
+ "@nocobase/client": "2.x",
14
+ "@nocobase/plugin-acl": "2.x",
15
+ "@nocobase/plugin-localization": "2.x",
16
+ "@nocobase/server": "2.x",
17
+ "@nocobase/test": "2.x"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@ant-design/icons": "5.x",
@@ -33,5 +33,5 @@
33
33
  "react-device-detect": "2.2.3",
34
34
  "react-i18next": "11.x"
35
35
  },
36
- "gitHead": "b44464f1d1bbc96022d0f622e0a2f1d7e8d7142f"
36
+ "gitHead": "1322f486b248bef53ed8c8f42f0a39dfd02125fd"
37
37
  }