antd-management-fast-component 2.7.26 → 2.7.28
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.
- package/es/index.js +2 -2
- package/package.json +36 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-component",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.28",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
|
|
27
|
-
"postbuild:rollup": "npm run z:tsc:build",
|
|
28
27
|
"build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
|
|
28
|
+
"postbuild:rollup": "npm run z:tsc:build",
|
|
29
29
|
"postbuild:rollup:skipCompression": "npm run z:tsc:build",
|
|
30
30
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
31
31
|
"precommit": "npm run z:lint:staged:quiet",
|
|
32
|
+
"prez:jsdoc:generate": "npm run z:jsdoc:clear",
|
|
32
33
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
33
34
|
"z:jsdoc:clear": "npx easy-soft-develop rimraf --path ./docs",
|
|
34
|
-
"prez:jsdoc:generate": "npm run z:jsdoc:clear",
|
|
35
35
|
"z:jsdoc:generate": "npx jsdoc -c .jsdoc.js",
|
|
36
36
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
37
37
|
"z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
|
|
@@ -39,31 +39,31 @@
|
|
|
39
39
|
"z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
|
|
40
40
|
"z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
|
|
41
41
|
"z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
|
|
42
|
-
"postz:lint:script:all:fix": "npm run z:prettier:format:all",
|
|
43
42
|
"z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
44
43
|
"z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
45
|
-
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
|
46
44
|
"z:lint:staged": "npx lint-staged",
|
|
47
45
|
"z:lint:staged:quiet": "npx lint-staged --quiet",
|
|
48
46
|
"z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
|
|
49
47
|
"z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
|
|
50
|
-
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
|
51
48
|
"z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
|
|
52
49
|
"z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
|
|
53
|
-
"postz:lint:style:change:fix": "npm run z:prettier:format:change",
|
|
54
50
|
"z:prettier:format:all": "npx prettier --write .",
|
|
55
51
|
"z:prettier:format:change": "npx prettier --cache --write .",
|
|
56
52
|
"z:prettier:package.json": "npx prettier --write ./package.json",
|
|
57
53
|
"z:test": "cross-env NODE_ENV=test jest",
|
|
58
|
-
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
54
|
+
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete",
|
|
55
|
+
"postz:lint:script:all:fix": "npm run z:prettier:format:all",
|
|
56
|
+
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
|
57
|
+
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
|
58
|
+
"postz:lint:style:change:fix": "npm run z:prettier:format:change"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@ant-design/icons": "^5.
|
|
62
|
-
"@ant-design/pro-components": "^2.8.
|
|
63
|
-
"@tanem/react-nprogress": "^5.0.
|
|
61
|
+
"@ant-design/icons": "^5.6.0",
|
|
62
|
+
"@ant-design/pro-components": "^2.8.4",
|
|
63
|
+
"@tanem/react-nprogress": "^5.0.55",
|
|
64
64
|
"@tinymce/tinymce-react": "^5.1.1",
|
|
65
65
|
"@umijs/max": "^4.4.4",
|
|
66
|
-
"antd": "^5.
|
|
66
|
+
"antd": "^5.23.4",
|
|
67
67
|
"antd-management-fast-common": "workspace:*",
|
|
68
68
|
"array-move": "^4.0.0",
|
|
69
69
|
"axios": "^1.7.9",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"classnames": "^2.5.1",
|
|
72
72
|
"copy-to-clipboard": "^3.3.3",
|
|
73
73
|
"dayjs": "^1.11.13",
|
|
74
|
-
"easy-soft-dva": "^3.10.
|
|
75
|
-
"easy-soft-utility": "^2.8.
|
|
74
|
+
"easy-soft-dva": "^3.10.77",
|
|
75
|
+
"easy-soft-utility": "^2.8.80",
|
|
76
76
|
"html-react-parser": "^5.2.2",
|
|
77
77
|
"lodash.debounce": "^4.0.8",
|
|
78
78
|
"numeral": "^2.0.6",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"umi": "^4.4.4"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@babel/core": "^7.26.
|
|
96
|
-
"@babel/eslint-parser": "^7.
|
|
95
|
+
"@babel/core": "^7.26.7",
|
|
96
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
97
97
|
"@babel/plugin-external-helpers": "^7.25.9",
|
|
98
98
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
99
99
|
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"@babel/plugin-transform-private-methods": "^7.25.9",
|
|
102
102
|
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
|
103
103
|
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
104
|
-
"@babel/preset-env": "^7.26.
|
|
104
|
+
"@babel/preset-env": "^7.26.7",
|
|
105
105
|
"@babel/preset-react": "^7.26.3",
|
|
106
|
-
"@babel/runtime": "^7.26.
|
|
107
|
-
"@changesets/cli": "^2.27.
|
|
108
|
-
"@commitlint/cli": "^19.
|
|
109
|
-
"@commitlint/config-conventional": "^19.
|
|
106
|
+
"@babel/runtime": "^7.26.7",
|
|
107
|
+
"@changesets/cli": "^2.27.12",
|
|
108
|
+
"@commitlint/cli": "^19.7.1",
|
|
109
|
+
"@commitlint/config-conventional": "^19.7.1",
|
|
110
110
|
"@commitlint/config-pnpm-scopes": "^19.5.0",
|
|
111
111
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
112
112
|
"@rollup/plugin-alias": "^5.1.1",
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"@svgr/rollup": "^8.1.0",
|
|
122
122
|
"@types/fs-extra": "^11.0.4",
|
|
123
123
|
"@types/jest": "^29.5.14",
|
|
124
|
-
"@types/lodash": "^4.17.
|
|
124
|
+
"@types/lodash": "^4.17.15",
|
|
125
125
|
"@types/lodash.debounce": "^4.0.9",
|
|
126
126
|
"@types/lodash.isequal": "^4.5.8",
|
|
127
|
-
"@types/node": "^22.
|
|
127
|
+
"@types/node": "^22.13.1",
|
|
128
128
|
"@types/react": "^19.0.2",
|
|
129
129
|
"@types/react-dom": "^19.0.2",
|
|
130
130
|
"@types/shelljs": "^0.8.15",
|
|
131
|
-
"@typescript-eslint/parser": "^8.
|
|
131
|
+
"@typescript-eslint/parser": "^8.23.0",
|
|
132
132
|
"autoprefixer": "^10.4.20",
|
|
133
133
|
"babel-jest": "^29.7.0",
|
|
134
134
|
"commitizen": "^4.3.1",
|
|
@@ -137,35 +137,35 @@
|
|
|
137
137
|
"cssnano": "^7.0.6",
|
|
138
138
|
"cz-git": "^1.11.0",
|
|
139
139
|
"docdash": "^2.0.2",
|
|
140
|
-
"easy-soft-develop": "^2.1.
|
|
140
|
+
"easy-soft-develop": "^2.1.254",
|
|
141
141
|
"eslint": "^8.57.0",
|
|
142
142
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
143
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
144
|
-
"eslint-config-prettier": "^
|
|
144
|
+
"eslint-config-prettier": "^10.0.1",
|
|
145
145
|
"eslint-formatter-pretty": "^6.0.1",
|
|
146
146
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
147
147
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
148
148
|
"eslint-plugin-import": "^2.31.0",
|
|
149
|
-
"eslint-plugin-jest": "^28.
|
|
149
|
+
"eslint-plugin-jest": "^28.11.0",
|
|
150
150
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
151
|
-
"eslint-plugin-prettier": "^5.2.
|
|
151
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
152
152
|
"eslint-plugin-promise": "^7.2.1",
|
|
153
|
-
"eslint-plugin-react": "^7.37.
|
|
153
|
+
"eslint-plugin-react": "^7.37.4",
|
|
154
154
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
155
155
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
156
156
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
157
157
|
"husky": "^9.1.7",
|
|
158
158
|
"jest": "^29.7.0",
|
|
159
159
|
"jsdoc": "^4.0.4",
|
|
160
|
-
"lint-staged": "^15.3
|
|
161
|
-
"npm-check-updates": "^17.1.
|
|
160
|
+
"lint-staged": "^15.4.3",
|
|
161
|
+
"npm-check-updates": "^17.1.14",
|
|
162
162
|
"prettier": "^3.4.2",
|
|
163
163
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
164
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
164
|
+
"prettier-plugin-packagejson": "^2.5.8",
|
|
165
165
|
"prop-types": "^15.8.1",
|
|
166
166
|
"react-refresh": "0.16.0",
|
|
167
167
|
"rimraf": "^6.0.1",
|
|
168
|
-
"rollup": "^4.
|
|
168
|
+
"rollup": "^4.34.4",
|
|
169
169
|
"rollup-plugin-copy": "^3.5.0",
|
|
170
170
|
"rollup-plugin-dts": "^6.1.1",
|
|
171
171
|
"rollup-plugin-livereload": "^2.0.5",
|
|
@@ -173,12 +173,12 @@
|
|
|
173
173
|
"rollup-plugin-postcss": "^4.0.2",
|
|
174
174
|
"rollup-plugin-serve": "^3.0.0",
|
|
175
175
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
176
|
-
"stylelint": "^16.
|
|
176
|
+
"stylelint": "^16.14.1",
|
|
177
177
|
"stylelint-config-css-modules": "^4.4.0",
|
|
178
178
|
"stylelint-config-prettier": "^9.0.5",
|
|
179
|
-
"stylelint-config-standard": "^
|
|
179
|
+
"stylelint-config-standard": "^37.0.0",
|
|
180
180
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
181
181
|
"stylelint-order": "^6.0.4",
|
|
182
|
-
"typescript": "^5.7.
|
|
182
|
+
"typescript": "^5.7.3"
|
|
183
183
|
}
|
|
184
184
|
}
|