antd-management-fast-component 2.6.137 → 2.6.138
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 +20 -20
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.138",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@ant-design/icons": "^5.3.
|
|
62
|
-
"@ant-design/pro-layout": "^7.
|
|
61
|
+
"@ant-design/icons": "^5.3.6",
|
|
62
|
+
"@ant-design/pro-layout": "^7.19.0",
|
|
63
63
|
"@tanem/react-nprogress": "^5.0.51",
|
|
64
|
-
"@tinymce/tinymce-react": "^
|
|
65
|
-
"@umijs/max": "^4.1.
|
|
66
|
-
"antd": "^5.
|
|
67
|
-
"antd-management-fast-common": "^2.6.
|
|
64
|
+
"@tinymce/tinymce-react": "^5.0.0",
|
|
65
|
+
"@umijs/max": "^4.1.6",
|
|
66
|
+
"antd": "^5.16.0",
|
|
67
|
+
"antd-management-fast-common": "^2.6.92",
|
|
68
68
|
"array-move": "^4.0.0",
|
|
69
69
|
"axios": "^1.6.8",
|
|
70
70
|
"bizcharts": "^4.1.23",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"dayjs": "^1.11.10",
|
|
74
74
|
"easy-soft-dva": "^3.10.19",
|
|
75
75
|
"easy-soft-utility": "^2.8.22",
|
|
76
|
-
"html-react-parser": "^5.1.
|
|
76
|
+
"html-react-parser": "^5.1.10",
|
|
77
77
|
"lodash.debounce": "^4.0.8",
|
|
78
78
|
"numeral": "^2.0.6",
|
|
79
79
|
"path-to-regexp": "^6.2.1",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"react-json-view": "^1.21.3",
|
|
90
90
|
"react-player": "^2.15.1",
|
|
91
91
|
"react-syntax-highlighter": "^15.5.0",
|
|
92
|
-
"umi": "^4.1.
|
|
92
|
+
"umi": "^4.1.6"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@babel/core": "^7.24.3",
|
|
@@ -124,20 +124,20 @@
|
|
|
124
124
|
"@types/lodash": "^4.17.0",
|
|
125
125
|
"@types/lodash.debounce": "^4.0.9",
|
|
126
126
|
"@types/lodash.isequal": "^4.5.8",
|
|
127
|
-
"@types/node": "^20.
|
|
128
|
-
"@types/react": "^18.2.
|
|
129
|
-
"@types/react-dom": "^18.2.
|
|
127
|
+
"@types/node": "^20.12.2",
|
|
128
|
+
"@types/react": "^18.2.73",
|
|
129
|
+
"@types/react-dom": "^18.2.23",
|
|
130
130
|
"@types/shelljs": "^0.8.15",
|
|
131
|
-
"@typescript-eslint/parser": "^7.
|
|
131
|
+
"@typescript-eslint/parser": "^7.4.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": "^7.0.2",
|
|
136
136
|
"cross-env": "^7.0.3",
|
|
137
|
-
"cssnano": "^6.1.
|
|
138
|
-
"cz-git": "^1.9.
|
|
137
|
+
"cssnano": "^6.1.2",
|
|
138
|
+
"cz-git": "^1.9.1",
|
|
139
139
|
"documentation": "^14.0.3",
|
|
140
|
-
"easy-soft-develop": "^2.1.
|
|
140
|
+
"easy-soft-develop": "^2.1.72",
|
|
141
141
|
"eslint": "^8.57.0",
|
|
142
142
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
143
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -157,13 +157,13 @@
|
|
|
157
157
|
"husky": "^9.0.11",
|
|
158
158
|
"jest": "^29.7.0",
|
|
159
159
|
"lint-staged": "^15.2.2",
|
|
160
|
-
"npm-check-updates": "^16.14.
|
|
160
|
+
"npm-check-updates": "^16.14.18",
|
|
161
161
|
"prettier": "^3.2.5",
|
|
162
162
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
163
|
-
"prettier-plugin-packagejson": "^2.4.
|
|
163
|
+
"prettier-plugin-packagejson": "^2.4.14",
|
|
164
164
|
"prop-types": "^15.8.1",
|
|
165
165
|
"rimraf": "^5.0.5",
|
|
166
|
-
"rollup": "^4.13.
|
|
166
|
+
"rollup": "^4.13.2",
|
|
167
167
|
"rollup-plugin-copy": "^3.5.0",
|
|
168
168
|
"rollup-plugin-dts": "^6.1.0",
|
|
169
169
|
"rollup-plugin-livereload": "^2.0.5",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"rollup-plugin-postcss": "^4.0.2",
|
|
172
172
|
"rollup-plugin-serve": "^3.0.0",
|
|
173
173
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
174
|
-
"stylelint": "^16.3.
|
|
174
|
+
"stylelint": "^16.3.1",
|
|
175
175
|
"stylelint-config-css-modules": "^4.4.0",
|
|
176
176
|
"stylelint-config-prettier": "^9.0.5",
|
|
177
177
|
"stylelint-config-standard": "^36.0.0",
|