@tachybase/plugin-department 0.23.41 → 0.23.47

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.
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const UserDepartmentsFieldNotSupport: React.ForwardRefExoticComponent<Partial<unknown> & React.RefAttributes<unknown>>;
2
+ export declare const UserDepartmentsFieldNotSupport: React.ForwardRefExoticComponent<React.RefAttributes<never>>;
@@ -1,13 +1,13 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.41",
3
- "@tachybase/module-collection": "0.23.41",
4
- "@tachybase/server": "0.23.41",
5
- "@tachybase/schema": "0.23.41",
2
+ "@tachybase/client": "0.23.47",
3
+ "@tachybase/module-collection": "0.23.47",
4
+ "@tachybase/server": "0.23.47",
5
+ "@tachybase/schema": "0.23.47",
6
6
  "react": "18.3.1",
7
7
  "antd": "5.22.5",
8
- "@tachybase/module-acl": "0.23.41",
9
- "@tachybase/actions": "0.23.41",
10
- "@tachybase/database": "0.23.41",
8
+ "@tachybase/module-acl": "0.23.47",
9
+ "@tachybase/actions": "0.23.47",
10
+ "@tachybase/database": "0.23.47",
11
11
  "lodash": "4.17.21",
12
12
  "ahooks": "3.8.4",
13
13
  "@ant-design/icons": "5.3.7"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-department",
3
- "version": "0.23.41",
3
+ "version": "0.23.47",
4
4
  "description": "Organize users into a hierarchical tree structure of departments, and assign roles to departments as well.",
5
5
  "main": "dist/server/index.js",
6
6
  "dependencies": {},
@@ -11,16 +11,16 @@
11
11
  "antd": "5.22.5",
12
12
  "lodash": "4.17.21",
13
13
  "react": "^18.3.1",
14
- "@tachybase/schema": "0.23.41"
14
+ "@tachybase/schema": "0.23.47"
15
15
  },
16
16
  "peerDependencies": {
17
- "@tachybase/client": "0.23.41",
18
- "@tachybase/actions": "0.23.41",
19
- "@tachybase/database": "0.23.41",
20
- "@tachybase/module-collection": "0.23.41",
21
- "@tachybase/module-acl": "0.23.41",
22
- "@tachybase/schema": "0.23.41",
23
- "@tachybase/server": "0.23.41"
17
+ "@tachybase/actions": "0.23.47",
18
+ "@tachybase/client": "0.23.47",
19
+ "@tachybase/database": "0.23.47",
20
+ "@tachybase/module-acl": "0.23.47",
21
+ "@tachybase/module-collection": "0.23.47",
22
+ "@tachybase/server": "0.23.47",
23
+ "@tachybase/schema": "0.23.47"
24
24
  },
25
25
  "description.zh-CN": "将用户划分在树状的部门里,也可以给部门分配角色",
26
26
  "displayName.zh-CN": "部门"