@tachybase/plugin-department 1.3.24 → 1.3.25

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,11 +1,11 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.24",
3
- "@tachybase/module-collection": "1.3.24",
4
- "@tego/server": "1.3.49",
5
- "@tachybase/schema": "1.3.49",
2
+ "@tachybase/client": "1.3.25",
3
+ "@tachybase/module-collection": "1.3.25",
4
+ "@tego/server": "1.3.52",
5
+ "@tachybase/schema": "1.3.52",
6
6
  "react": "18.3.1",
7
7
  "antd": "5.22.5",
8
- "@tachybase/module-acl": "1.3.24",
8
+ "@tachybase/module-acl": "1.3.25",
9
9
  "lodash": "4.17.21",
10
10
  "ahooks": "3.9.0",
11
11
  "@ant-design/icons": "5.6.1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-department",
3
3
  "displayName": "Department",
4
- "version": "1.3.24",
4
+ "version": "1.3.25",
5
5
  "description": "Organize users into a hierarchical tree structure of departments, and assign roles to departments as well.",
6
6
  "keywords": [
7
7
  "Users & permissions"
@@ -10,17 +10,17 @@
10
10
  "dependencies": {},
11
11
  "devDependencies": {
12
12
  "@ant-design/icons": "^5.6.1",
13
- "@tachybase/schema": "^1.3.49",
14
- "@tego/client": "^1.3.49",
15
- "@tego/server": "^1.3.49",
13
+ "@tachybase/schema": "*",
14
+ "@tego/client": "*",
15
+ "@tego/server": "*",
16
16
  "@types/lodash": "^4.17.20",
17
17
  "ahooks": "^3.9.0",
18
18
  "antd": "5.22.5",
19
19
  "lodash": "4.17.21",
20
20
  "react": "18.3.1",
21
- "@tachybase/client": "1.3.24",
22
- "@tachybase/module-collection": "1.3.24",
23
- "@tachybase/module-acl": "1.3.24"
21
+ "@tachybase/client": "1.3.25",
22
+ "@tachybase/module-collection": "1.3.25",
23
+ "@tachybase/module-acl": "1.3.25"
24
24
  },
25
25
  "description.zh-CN": "将用户划分在树状的部门里,也可以给部门分配角色",
26
26
  "displayName.zh-CN": "部门"