antd-management-fast-framework 2.11.163 → 2.11.166
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 +1 -1
- package/package.json +26 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-framework",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.166",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
21
21
|
"precommit": "npm run z:lint:staged:quiet",
|
|
22
22
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
23
|
-
"prez:documentation:generate": "
|
|
23
|
+
"prez:documentation:generate": "rimraf ./docs && npm run z:documentation:lint",
|
|
24
24
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
25
25
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
26
26
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
@@ -48,19 +48,18 @@
|
|
|
48
48
|
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@ant-design/icons": "^5.3.
|
|
51
|
+
"@ant-design/icons": "^5.3.7",
|
|
52
52
|
"@ant-design/pro-components": "^2.7.1",
|
|
53
|
-
"@ant-design/pro-layout": "^7.19.0",
|
|
54
53
|
"@tanem/react-nprogress": "^5.0.51",
|
|
55
|
-
"@umijs/max": "^4.
|
|
56
|
-
"antd": "^5.
|
|
57
|
-
"antd-management-fast-common": "
|
|
58
|
-
"antd-management-fast-component": "
|
|
54
|
+
"@umijs/max": "^4.2.3",
|
|
55
|
+
"antd": "^5.17.2",
|
|
56
|
+
"antd-management-fast-common": "workspace:*",
|
|
57
|
+
"antd-management-fast-component": "workspace:*",
|
|
59
58
|
"axios": "^1.6.8",
|
|
60
59
|
"classnames": "^2.5.1",
|
|
61
|
-
"dayjs": "^1.11.
|
|
62
|
-
"easy-soft-dva": "^3.10.
|
|
63
|
-
"easy-soft-utility": "^2.8.
|
|
60
|
+
"dayjs": "^1.11.11",
|
|
61
|
+
"easy-soft-dva": "^3.10.36",
|
|
62
|
+
"easy-soft-utility": "^2.8.39",
|
|
64
63
|
"html-react-parser": "^5.1.10",
|
|
65
64
|
"rc-animate": "^3.1.1",
|
|
66
65
|
"rc-queue-anim": "^2.0.0",
|
|
@@ -68,21 +67,21 @@
|
|
|
68
67
|
"react-dnd": "^16.0.1",
|
|
69
68
|
"react-dnd-html5-backend": "^16.0.1",
|
|
70
69
|
"react-dom": "^18.3.1",
|
|
71
|
-
"umi": "^4.
|
|
70
|
+
"umi": "^4.2.3"
|
|
72
71
|
},
|
|
73
72
|
"devDependencies": {
|
|
74
|
-
"@babel/core": "^7.24.
|
|
75
|
-
"@babel/eslint-parser": "^7.24.
|
|
73
|
+
"@babel/core": "^7.24.5",
|
|
74
|
+
"@babel/eslint-parser": "^7.24.5",
|
|
76
75
|
"@babel/plugin-external-helpers": "^7.24.1",
|
|
77
76
|
"@babel/plugin-proposal-decorators": "^7.24.1",
|
|
78
77
|
"@babel/plugin-syntax-jsx": "^7.24.1",
|
|
79
78
|
"@babel/plugin-transform-class-properties": "^7.24.1",
|
|
80
79
|
"@babel/plugin-transform-private-methods": "^7.24.1",
|
|
81
|
-
"@babel/plugin-transform-private-property-in-object": "^7.24.
|
|
80
|
+
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
|
|
82
81
|
"@babel/plugin-transform-runtime": "^7.24.3",
|
|
83
|
-
"@babel/preset-env": "^7.24.
|
|
82
|
+
"@babel/preset-env": "^7.24.5",
|
|
84
83
|
"@babel/preset-react": "^7.24.1",
|
|
85
|
-
"@babel/runtime": "^7.24.
|
|
84
|
+
"@babel/runtime": "^7.24.5",
|
|
86
85
|
"@changesets/cli": "^2.27.1",
|
|
87
86
|
"@commitlint/cli": "^19.3.0",
|
|
88
87
|
"@commitlint/config-conventional": "^19.2.2",
|
|
@@ -100,22 +99,22 @@
|
|
|
100
99
|
"@svgr/rollup": "^8.1.0",
|
|
101
100
|
"@types/fs-extra": "^11.0.4",
|
|
102
101
|
"@types/jest": "^29.5.12",
|
|
103
|
-
"@types/lodash": "^4.17.
|
|
102
|
+
"@types/lodash": "^4.17.1",
|
|
104
103
|
"@types/lodash.isequal": "^4.5.8",
|
|
105
|
-
"@types/node": "^20.12.
|
|
106
|
-
"@types/react": "^18.3.
|
|
104
|
+
"@types/node": "^20.12.12",
|
|
105
|
+
"@types/react": "^18.3.2",
|
|
107
106
|
"@types/react-dom": "^18.3.0",
|
|
108
107
|
"@types/shelljs": "^0.8.15",
|
|
109
|
-
"@typescript-eslint/parser": "^7.
|
|
108
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
110
109
|
"autoprefixer": "^10.4.19",
|
|
111
110
|
"babel-jest": "^29.7.0",
|
|
112
111
|
"commitizen": "^4.3.0",
|
|
113
|
-
"conventional-changelog-conventionalcommits": "^
|
|
112
|
+
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
114
113
|
"cross-env": "^7.0.3",
|
|
115
114
|
"cssnano": "^7.0.1",
|
|
116
115
|
"cz-git": "^1.9.1",
|
|
117
116
|
"documentation": "^14.0.3",
|
|
118
|
-
"easy-soft-develop": "^2.1.
|
|
117
|
+
"easy-soft-develop": "^2.1.137",
|
|
119
118
|
"eslint": "^8.57.0",
|
|
120
119
|
"eslint-config-airbnb": "^19.0.4",
|
|
121
120
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
125
124
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
126
125
|
"eslint-plugin-import": "^2.29.1",
|
|
127
|
-
"eslint-plugin-jest": "^28.
|
|
126
|
+
"eslint-plugin-jest": "^28.5.0",
|
|
128
127
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
129
128
|
"eslint-plugin-prettier": "^5.1.3",
|
|
130
129
|
"eslint-plugin-promise": "^6.1.1",
|
|
@@ -140,8 +139,8 @@
|
|
|
140
139
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
141
140
|
"prettier-plugin-packagejson": "^2.5.0",
|
|
142
141
|
"prop-types": "^15.8.1",
|
|
143
|
-
"rimraf": "^5.0.
|
|
144
|
-
"rollup": "^4.17.
|
|
142
|
+
"rimraf": "^5.0.7",
|
|
143
|
+
"rollup": "^4.17.2",
|
|
145
144
|
"rollup-plugin-copy": "^3.5.0",
|
|
146
145
|
"rollup-plugin-dts": "^6.1.0",
|
|
147
146
|
"rollup-plugin-livereload": "^2.0.5",
|
|
@@ -149,7 +148,7 @@
|
|
|
149
148
|
"rollup-plugin-postcss": "^4.0.2",
|
|
150
149
|
"rollup-plugin-serve": "^3.0.0",
|
|
151
150
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
152
|
-
"stylelint": "^16.
|
|
151
|
+
"stylelint": "^16.5.0",
|
|
153
152
|
"stylelint-config-css-modules": "^4.4.0",
|
|
154
153
|
"stylelint-config-prettier": "^9.0.5",
|
|
155
154
|
"stylelint-config-standard": "^36.0.0",
|