antd-management-fast-component 2.6.168 → 2.6.169

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 +32 -32
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-component",
3
- "version": "2.6.168",
3
+ "version": "2.6.169",
4
4
  "description": "antd-management-fast-component",
5
5
  "keywords": [
6
6
  "antd-management-fast-component"
@@ -59,11 +59,11 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@ant-design/icons": "^5.3.7",
62
- "@ant-design/pro-components": "^2.7.9",
62
+ "@ant-design/pro-components": "^2.7.10",
63
63
  "@tanem/react-nprogress": "^5.0.51",
64
- "@tinymce/tinymce-react": "^5.0.1",
65
- "@umijs/max": "^4.2.8",
66
- "antd": "^5.17.4",
64
+ "@tinymce/tinymce-react": "^5.1.1",
65
+ "@umijs/max": "^4.2.10",
66
+ "antd": "^5.18.1",
67
67
  "antd-management-fast-common": "workspace:*",
68
68
  "array-move": "^4.0.0",
69
69
  "axios": "^1.7.2",
@@ -71,8 +71,8 @@
71
71
  "classnames": "^2.5.1",
72
72
  "copy-to-clipboard": "^3.3.3",
73
73
  "dayjs": "^1.11.11",
74
- "easy-soft-dva": "^3.10.46",
75
- "easy-soft-utility": "^2.8.49",
74
+ "easy-soft-dva": "^3.10.48",
75
+ "easy-soft-utility": "^2.8.51",
76
76
  "html-react-parser": "^5.1.10",
77
77
  "lodash.debounce": "^4.0.8",
78
78
  "numeral": "^2.0.6",
@@ -83,27 +83,27 @@
83
83
  "rc-queue-anim": "^2.0.0",
84
84
  "rc-texty": "^0.2.0",
85
85
  "rc-tween-one": "^3.0.6",
86
- "rc-util": "^5.41.0",
86
+ "rc-util": "^5.42.1",
87
87
  "react": "^18.3.1",
88
88
  "react-dom": "^18.3.1",
89
89
  "react-json-view": "^1.21.3",
90
90
  "react-player": "^2.16.0",
91
91
  "react-syntax-highlighter": "^15.5.0",
92
- "umi": "^4.2.8"
92
+ "umi": "^4.2.10"
93
93
  },
94
94
  "devDependencies": {
95
- "@babel/core": "^7.24.6",
96
- "@babel/eslint-parser": "^7.24.6",
97
- "@babel/plugin-external-helpers": "^7.24.6",
98
- "@babel/plugin-proposal-decorators": "^7.24.6",
99
- "@babel/plugin-syntax-jsx": "^7.24.6",
100
- "@babel/plugin-transform-class-properties": "^7.24.6",
101
- "@babel/plugin-transform-private-methods": "^7.24.6",
102
- "@babel/plugin-transform-private-property-in-object": "^7.24.6",
103
- "@babel/plugin-transform-runtime": "^7.24.6",
104
- "@babel/preset-env": "^7.24.6",
105
- "@babel/preset-react": "^7.24.6",
106
- "@babel/runtime": "^7.24.6",
95
+ "@babel/core": "^7.24.7",
96
+ "@babel/eslint-parser": "^7.24.7",
97
+ "@babel/plugin-external-helpers": "^7.24.7",
98
+ "@babel/plugin-proposal-decorators": "^7.24.7",
99
+ "@babel/plugin-syntax-jsx": "^7.24.7",
100
+ "@babel/plugin-transform-class-properties": "^7.24.7",
101
+ "@babel/plugin-transform-private-methods": "^7.24.7",
102
+ "@babel/plugin-transform-private-property-in-object": "^7.24.7",
103
+ "@babel/plugin-transform-runtime": "^7.24.7",
104
+ "@babel/preset-env": "^7.24.7",
105
+ "@babel/preset-react": "^7.24.7",
106
+ "@babel/runtime": "^7.24.7",
107
107
  "@changesets/cli": "^2.27.5",
108
108
  "@commitlint/cli": "^19.3.0",
109
109
  "@commitlint/config-conventional": "^19.2.2",
@@ -112,32 +112,32 @@
112
112
  "@rollup/plugin-alias": "^5.1.0",
113
113
  "@rollup/plugin-babel": "6.0.4",
114
114
  "@rollup/plugin-buble": "^1.0.3",
115
- "@rollup/plugin-commonjs": "^25.0.8",
115
+ "@rollup/plugin-commonjs": "^26.0.1",
116
116
  "@rollup/plugin-json": "^6.1.0",
117
117
  "@rollup/plugin-node-resolve": "^15.2.3",
118
- "@rollup/plugin-replace": "^5.0.5",
118
+ "@rollup/plugin-replace": "^5.0.7",
119
119
  "@rollup/plugin-terser": "^0.4.4",
120
120
  "@rollup/plugin-url": "^8.0.2",
121
121
  "@svgr/rollup": "^8.1.0",
122
122
  "@types/fs-extra": "^11.0.4",
123
123
  "@types/jest": "^29.5.12",
124
- "@types/lodash": "^4.17.4",
124
+ "@types/lodash": "^4.17.5",
125
125
  "@types/lodash.debounce": "^4.0.9",
126
126
  "@types/lodash.isequal": "^4.5.8",
127
- "@types/node": "^20.14.0",
127
+ "@types/node": "^20.14.2",
128
128
  "@types/react": "^18.3.3",
129
129
  "@types/react-dom": "^18.3.0",
130
130
  "@types/shelljs": "^0.8.15",
131
- "@typescript-eslint/parser": "^7.11.0",
131
+ "@typescript-eslint/parser": "^7.13.0",
132
132
  "autoprefixer": "^10.4.19",
133
133
  "babel-jest": "^29.7.0",
134
134
  "commitizen": "^4.3.0",
135
135
  "conventional-changelog-conventionalcommits": "^8.0.0",
136
136
  "cross-env": "^7.0.3",
137
- "cssnano": "^7.0.1",
138
- "cz-git": "^1.9.2",
137
+ "cssnano": "^7.0.2",
138
+ "cz-git": "^1.9.3",
139
139
  "docdash": "^2.0.2",
140
- "easy-soft-develop": "^2.1.181",
140
+ "easy-soft-develop": "^2.1.190",
141
141
  "eslint": "^8.57.0",
142
142
  "eslint-config-airbnb": "^19.0.4",
143
143
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -146,7 +146,7 @@
146
146
  "eslint-import-resolver-typescript": "^3.6.1",
147
147
  "eslint-plugin-eslint-comments": "^3.2.0",
148
148
  "eslint-plugin-import": "^2.29.1",
149
- "eslint-plugin-jest": "^28.5.0",
149
+ "eslint-plugin-jest": "^28.6.0",
150
150
  "eslint-plugin-jsx-a11y": "^6.8.0",
151
151
  "eslint-plugin-prettier": "^5.1.3",
152
152
  "eslint-plugin-promise": "^6.2.0",
@@ -157,9 +157,9 @@
157
157
  "husky": "^9.0.11",
158
158
  "jest": "^29.7.0",
159
159
  "jsdoc": "^4.0.3",
160
- "lint-staged": "^15.2.5",
160
+ "lint-staged": "^15.2.7",
161
161
  "npm-check-updates": "^16.14.20",
162
- "prettier": "^3.3.0",
162
+ "prettier": "^3.3.2",
163
163
  "prettier-plugin-organize-imports": "^3.2.4",
164
164
  "prettier-plugin-packagejson": "^2.5.0",
165
165
  "prop-types": "^15.8.1",