antd-management-fast-component 2.6.155 → 2.6.158
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/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-component",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.158",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -30,7 +30,7 @@
|
|
|
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
32
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
33
|
-
"prez:documentation:generate": "rimraf ./docs && npm run z:documentation:lint",
|
|
33
|
+
"prez:documentation:generate": "npx easy-soft-develop rimraf ./docs && npm run z:documentation:lint",
|
|
34
34
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
35
35
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
36
36
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
@@ -59,20 +59,20 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@ant-design/icons": "^5.3.7",
|
|
62
|
-
"@ant-design/pro-components": "^2.7.
|
|
62
|
+
"@ant-design/pro-components": "^2.7.9",
|
|
63
63
|
"@tanem/react-nprogress": "^5.0.51",
|
|
64
64
|
"@tinymce/tinymce-react": "^5.0.1",
|
|
65
|
-
"@umijs/max": "^4.2.
|
|
66
|
-
"antd": "^5.17.
|
|
65
|
+
"@umijs/max": "^4.2.5",
|
|
66
|
+
"antd": "^5.17.3",
|
|
67
67
|
"antd-management-fast-common": "workspace:*",
|
|
68
68
|
"array-move": "^4.0.0",
|
|
69
|
-
"axios": "^1.
|
|
69
|
+
"axios": "^1.7.0",
|
|
70
70
|
"bizcharts": "^4.1.23",
|
|
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.
|
|
75
|
-
"easy-soft-utility": "^2.8.
|
|
74
|
+
"easy-soft-dva": "^3.10.39",
|
|
75
|
+
"easy-soft-utility": "^2.8.42",
|
|
76
76
|
"html-react-parser": "^5.1.10",
|
|
77
77
|
"lodash.debounce": "^4.0.8",
|
|
78
78
|
"numeral": "^2.0.6",
|
|
@@ -83,13 +83,13 @@
|
|
|
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.
|
|
86
|
+
"rc-util": "^5.41.0",
|
|
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.
|
|
92
|
+
"umi": "^4.2.5"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@babel/core": "^7.24.5",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@babel/preset-env": "^7.24.5",
|
|
105
105
|
"@babel/preset-react": "^7.24.1",
|
|
106
106
|
"@babel/runtime": "^7.24.5",
|
|
107
|
-
"@changesets/cli": "^2.27.
|
|
107
|
+
"@changesets/cli": "^2.27.3",
|
|
108
108
|
"@commitlint/cli": "^19.3.0",
|
|
109
109
|
"@commitlint/config-conventional": "^19.2.2",
|
|
110
110
|
"@commitlint/config-pnpm-scopes": "^19.1.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
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.
|
|
124
|
+
"@types/lodash": "^4.17.4",
|
|
125
125
|
"@types/lodash.debounce": "^4.0.9",
|
|
126
126
|
"@types/lodash.isequal": "^4.5.8",
|
|
127
127
|
"@types/node": "^20.12.12",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"cssnano": "^7.0.1",
|
|
138
138
|
"cz-git": "^1.9.1",
|
|
139
139
|
"documentation": "^14.0.3",
|
|
140
|
-
"easy-soft-develop": "^2.1.
|
|
140
|
+
"easy-soft-develop": "^2.1.161",
|
|
141
141
|
"eslint": "^8.57.0",
|
|
142
142
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
143
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"rimraf": "^5.0.7",
|
|
166
166
|
"rollup": "^4.17.2",
|
|
167
167
|
"rollup-plugin-copy": "^3.5.0",
|
|
168
|
-
"rollup-plugin-dts": "^6.1.
|
|
168
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
169
169
|
"rollup-plugin-livereload": "^2.0.5",
|
|
170
170
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
171
171
|
"rollup-plugin-postcss": "^4.0.2",
|