@nocobase/plugin-notification-in-app-message 2.0.0-alpha.6 → 2.0.0-alpha.8

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,15 +9,15 @@
9
9
 
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
- "@nocobase/client": "2.0.0-alpha.6",
13
- "@nocobase/plugin-notification-manager": "2.0.0-alpha.6",
14
- "@nocobase/plugin-mobile": "2.0.0-alpha.6",
15
- "@nocobase/utils": "2.0.0-alpha.6",
12
+ "@nocobase/client": "2.0.0-alpha.8",
13
+ "@nocobase/plugin-notification-manager": "2.0.0-alpha.8",
14
+ "@nocobase/plugin-mobile": "2.0.0-alpha.8",
15
+ "@nocobase/utils": "2.0.0-alpha.8",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.6",
17
+ "@nocobase/server": "2.0.0-alpha.8",
18
18
  "sequelize": "6.35.2",
19
- "@nocobase/actions": "2.0.0-alpha.6",
20
- "@nocobase/database": "2.0.0-alpha.6",
19
+ "@nocobase/actions": "2.0.0-alpha.8",
20
+ "@nocobase/database": "2.0.0-alpha.8",
21
21
  "antd": "5.24.2",
22
22
  "@formily/reactive-react": "2.3.7",
23
23
  "antd-style": "3.7.1",
@@ -26,7 +26,7 @@ module.exports = {
26
26
  "react-router-dom": "6.30.1",
27
27
  "@formily/core": "2.3.7",
28
28
  "@ant-design/icons": "5.6.1",
29
- "@nocobase/plugin-workflow": "2.0.0-alpha.6",
29
+ "@nocobase/plugin-workflow": "2.0.0-alpha.8",
30
30
  "@formily/reactive": "2.3.7",
31
31
  "@formily/shared": "2.3.7"
32
32
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-in-app-message",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.8",
4
4
  "displayName": "Notification: In-app message",
5
5
  "displayName.zh-CN": "通知:站内信",
6
6
  "description": "It supports users in receiving real-time message notifications within the NocoBase application.",
@@ -26,5 +26,5 @@
26
26
  "@nocobase/test": "2.x",
27
27
  "react-router-dom": "^6.x"
28
28
  },
29
- "gitHead": "276a65c0656bbace2df7593be0f53c96b7b0725b"
29
+ "gitHead": "ff91246a3914c72dc1f4000d85df10a16798ff78"
30
30
  }