antd-management-fast-flow 1.0.70 → 1.0.72

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.
Files changed (2) hide show
  1. package/README.md +42 -0
  2. package/package.json +26 -25
package/README.md ADDED
@@ -0,0 +1,42 @@
1
+ # antd-management-fast-common
2
+
3
+ ---
4
+
5
+ ## Instruction
6
+
7
+ Github项目README.md模板
8
+ (项目背景/作用介绍)
9
+
10
+ ### 示例
11
+
12
+ 把使用了该项目的案例放在这里。可以放APK下载链接,或者简单放几张截图, 使用相对路径插入图片。 格式是! 【】 (相对路径)(示例一开始就放出来,方便浏览者一眼就看出是不是想找的东西)
13
+
14
+ ### 特性(可选)
15
+
16
+ - 特性A
17
+
18
+ - 特性B
19
+
20
+ ### 原理说明(可选)阐述项目是基于什么思路设计的
21
+
22
+ ### 下载安装
23
+
24
+ Gradle:
25
+
26
+ ```xml
27
+ compile 'xxx'
28
+ ```
29
+
30
+ (说明项目的配置方法,android开源库多用Gradle导入)
31
+
32
+ ### 使用方法怎么使用,有哪些步骤哪些接口。
33
+
34
+ ### 注意事项
35
+
36
+ 比如混淆方法等
37
+
38
+ ### TODO(可选)接下来的开发/维护计划。
39
+
40
+ ## License
41
+
42
+ 遵守的协议
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-flow",
3
- "version": "1.0.70",
3
+ "version": "1.0.72",
4
4
  "keywords": [
5
5
  "antd-management-fast-flow"
6
6
  ],
@@ -57,43 +57,43 @@
57
57
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
58
58
  },
59
59
  "dependencies": {
60
- "antd": "^5.17.4",
60
+ "antd": "^5.18.3",
61
61
  "antd-management-fast-common": "workspace:*",
62
62
  "antd-management-fast-component": "workspace:*",
63
63
  "classnames": "^2.5.1",
64
- "easy-soft-utility": "^2.8.49",
64
+ "easy-soft-utility": "^2.8.52",
65
65
  "react": "^18.3.1",
66
66
  "react-dom": "^18.3.1",
67
- "reactflow": "^11.11.3"
67
+ "reactflow": "^11.11.4"
68
68
  },
69
69
  "devDependencies": {
70
- "@babel/core": "^7.24.6",
71
- "@babel/eslint-parser": "^7.24.6",
72
- "@babel/plugin-external-helpers": "^7.24.6",
73
- "@babel/plugin-proposal-decorators": "^7.24.6",
74
- "@babel/plugin-transform-class-properties": "^7.24.6",
75
- "@babel/plugin-transform-runtime": "^7.24.6",
76
- "@babel/preset-env": "^7.24.6",
77
- "@babel/preset-react": "^7.24.6",
78
- "@babel/runtime": "^7.24.6",
79
- "@changesets/cli": "^2.27.5",
70
+ "@babel/core": "^7.24.7",
71
+ "@babel/eslint-parser": "^7.24.7",
72
+ "@babel/plugin-external-helpers": "^7.24.7",
73
+ "@babel/plugin-proposal-decorators": "^7.24.7",
74
+ "@babel/plugin-transform-class-properties": "^7.24.7",
75
+ "@babel/plugin-transform-runtime": "^7.24.7",
76
+ "@babel/preset-env": "^7.24.7",
77
+ "@babel/preset-react": "^7.24.7",
78
+ "@babel/runtime": "^7.24.7",
79
+ "@changesets/cli": "^2.27.6",
80
80
  "@commitlint/cli": "^19.3.0",
81
81
  "@commitlint/config-conventional": "^19.2.2",
82
82
  "@commitlint/config-pnpm-scopes": "^19.1.0",
83
83
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
84
84
  "@types/jest": "^29.5.12",
85
- "@types/node": "^20.14.0",
85
+ "@types/node": "^20.14.8",
86
86
  "@types/react": "^18.3.3",
87
87
  "@types/react-dom": "^18.3.0",
88
- "@typescript-eslint/parser": "^7.11.0",
89
- "antd": "^5.17.4",
88
+ "@typescript-eslint/parser": "^7.13.1",
89
+ "antd": "^5.18.3",
90
90
  "babel-jest": "^29.7.0",
91
91
  "commitizen": "^4.3.0",
92
92
  "conventional-changelog-conventionalcommits": "^8.0.0",
93
93
  "cross-env": "^7.0.3",
94
- "cz-git": "^1.9.2",
94
+ "cz-git": "^1.9.3",
95
95
  "docdash": "^2.0.2",
96
- "easy-soft-develop": "^2.1.181",
96
+ "easy-soft-develop": "^2.1.192",
97
97
  "eslint": "^8.57.0",
98
98
  "eslint-config-airbnb": "^19.0.4",
99
99
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -102,27 +102,28 @@
102
102
  "eslint-import-resolver-typescript": "^3.6.1",
103
103
  "eslint-plugin-eslint-comments": "^3.2.0",
104
104
  "eslint-plugin-import": "^2.29.1",
105
- "eslint-plugin-jest": "^28.5.0",
106
- "eslint-plugin-jsx-a11y": "^6.8.0",
105
+ "eslint-plugin-jest": "^28.6.0",
106
+ "eslint-plugin-jsx-a11y": "^6.9.0",
107
107
  "eslint-plugin-prettier": "^5.1.3",
108
108
  "eslint-plugin-promise": "^6.2.0",
109
- "eslint-plugin-react": "^7.34.2",
109
+ "eslint-plugin-react": "^7.34.3",
110
110
  "eslint-plugin-react-hooks": "^4.6.2",
111
111
  "eslint-plugin-simple-import-sort": "^12.1.0",
112
112
  "eslint-plugin-unicorn": "^52.0.0",
113
113
  "husky": "^9.0.11",
114
114
  "jest": "^29.7.0",
115
115
  "jsdoc": "^4.0.3",
116
- "lint-staged": "^15.2.5",
116
+ "lint-staged": "^15.2.7",
117
117
  "npm-check-updates": "^16.14.20",
118
- "prettier": "^3.3.0",
118
+ "prettier": "^3.3.2",
119
119
  "prettier-plugin-organize-imports": "^3.2.4",
120
120
  "prettier-plugin-packagejson": "^2.5.0",
121
+ "react-refresh": "0.14.2",
121
122
  "rimraf": "^5.0.7",
122
123
  "stylelint": "^16.6.1",
123
124
  "stylelint-config-css-modules": "^4.4.0",
124
125
  "stylelint-config-prettier": "^9.0.5",
125
- "stylelint-config-standard": "^36.0.0",
126
+ "stylelint-config-standard": "^36.0.1",
126
127
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
127
128
  "stylelint-order": "^6.0.4"
128
129
  }