antd-management-fast-component 2.6.19 → 2.6.21
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 +3 -3
- package/package.json +33 -33
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.21",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -60,22 +60,22 @@
|
|
|
60
60
|
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@ant-design/icons": "^5.
|
|
64
|
-
"@ant-design/pro-layout": "^7.16.
|
|
65
|
-
"@tanem/react-nprogress": "^5.0.
|
|
63
|
+
"@ant-design/icons": "^5.2.5",
|
|
64
|
+
"@ant-design/pro-layout": "^7.16.7",
|
|
65
|
+
"@tanem/react-nprogress": "^5.0.46",
|
|
66
66
|
"@tinymce/tinymce-react": "^4.3.0",
|
|
67
|
-
"@umijs/max": "^4.0.
|
|
68
|
-
"antd": "^5.
|
|
69
|
-
"antd-management-fast-common": "^2.6.
|
|
67
|
+
"@umijs/max": "^4.0.74",
|
|
68
|
+
"antd": "^5.8.2",
|
|
69
|
+
"antd-management-fast-common": "^2.6.11",
|
|
70
70
|
"array-move": "^4.0.0",
|
|
71
71
|
"axios": "^1.4.0",
|
|
72
72
|
"bizcharts": "^4.1.22",
|
|
73
73
|
"classnames": "^2.3.2",
|
|
74
74
|
"copy-to-clipboard": "^3.3.3",
|
|
75
75
|
"dayjs": "^1.11.9",
|
|
76
|
-
"easy-soft-dva": "^3.9.
|
|
77
|
-
"easy-soft-utility": "^2.7.
|
|
78
|
-
"html-react-parser": "^4.
|
|
76
|
+
"easy-soft-dva": "^3.9.14",
|
|
77
|
+
"easy-soft-utility": "^2.7.14",
|
|
78
|
+
"html-react-parser": "^4.2.0",
|
|
79
79
|
"lodash.debounce": "^4.0.8",
|
|
80
80
|
"numeral": "^2.0.6",
|
|
81
81
|
"path-to-regexp": "^6.2.1",
|
|
@@ -85,27 +85,27 @@
|
|
|
85
85
|
"rc-queue-anim": "^2.0.0",
|
|
86
86
|
"rc-texty": "^0.2.0",
|
|
87
87
|
"rc-tween-one": "^3.0.6",
|
|
88
|
-
"rc-util": "^5.
|
|
88
|
+
"rc-util": "^5.36.0",
|
|
89
89
|
"react": "^18.2.0",
|
|
90
90
|
"react-dom": "^18.2.0",
|
|
91
91
|
"react-json-view": "^1.21.3",
|
|
92
92
|
"react-player": "^2.12.0",
|
|
93
93
|
"react-syntax-highlighter": "^15.5.0",
|
|
94
|
-
"umi": "^4.0.
|
|
94
|
+
"umi": "^4.0.74"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@babel/core": "^7.22.
|
|
98
|
-
"@babel/eslint-parser": "^7.22.
|
|
97
|
+
"@babel/core": "^7.22.10",
|
|
98
|
+
"@babel/eslint-parser": "^7.22.10",
|
|
99
99
|
"@babel/plugin-external-helpers": "^7.22.5",
|
|
100
|
-
"@babel/plugin-proposal-decorators": "^7.22.
|
|
100
|
+
"@babel/plugin-proposal-decorators": "^7.22.10",
|
|
101
101
|
"@babel/plugin-syntax-jsx": "^7.22.5",
|
|
102
102
|
"@babel/plugin-transform-class-properties": "^7.22.5",
|
|
103
103
|
"@babel/plugin-transform-private-methods": "^7.22.5",
|
|
104
104
|
"@babel/plugin-transform-private-property-in-object": "^7.22.5",
|
|
105
|
-
"@babel/plugin-transform-runtime": "^7.22.
|
|
106
|
-
"@babel/preset-env": "^7.22.
|
|
105
|
+
"@babel/plugin-transform-runtime": "^7.22.10",
|
|
106
|
+
"@babel/preset-env": "^7.22.10",
|
|
107
107
|
"@babel/preset-react": "^7.22.5",
|
|
108
|
-
"@babel/runtime": "^7.22.
|
|
108
|
+
"@babel/runtime": "^7.22.10",
|
|
109
109
|
"@commitlint/cli": "^17.6.7",
|
|
110
110
|
"@commitlint/config-conventional": "^17.6.7",
|
|
111
111
|
"@commitlint/config-lerna-scopes": "^17.6.6",
|
|
@@ -122,50 +122,50 @@
|
|
|
122
122
|
"@svgr/rollup": "^8.0.1",
|
|
123
123
|
"@types/fs-extra": "^11.0.1",
|
|
124
124
|
"@types/jest": "^29.5.3",
|
|
125
|
-
"@types/lodash": "^4.14.
|
|
125
|
+
"@types/lodash": "^4.14.196",
|
|
126
126
|
"@types/lodash.debounce": "^4.0.7",
|
|
127
127
|
"@types/lodash.isequal": "^4.5.6",
|
|
128
|
-
"@types/node": "^20.4.
|
|
129
|
-
"@types/react": "^18.2.
|
|
128
|
+
"@types/node": "^20.4.8",
|
|
129
|
+
"@types/react": "^18.2.19",
|
|
130
130
|
"@types/react-dom": "^18.2.7",
|
|
131
131
|
"@types/shelljs": "^0.8.12",
|
|
132
|
-
"@typescript-eslint/parser": "^6.
|
|
132
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
133
133
|
"autoprefixer": "^10.4.14",
|
|
134
|
-
"babel-jest": "^29.6.
|
|
134
|
+
"babel-jest": "^29.6.2",
|
|
135
135
|
"commitizen": "^4.3.0",
|
|
136
136
|
"conventional-changelog-conventionalcommits": "^6.1.0",
|
|
137
137
|
"cross-env": "^7.0.3",
|
|
138
138
|
"cssnano": "^6.0.1",
|
|
139
139
|
"documentation": "^14.0.2",
|
|
140
140
|
"easy-soft-develop": "^2.1.34",
|
|
141
|
-
"eslint": "^8.
|
|
141
|
+
"eslint": "^8.46.0",
|
|
142
142
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
143
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
144
|
-
"eslint-config-prettier": "^
|
|
144
|
+
"eslint-config-prettier": "^9.0.0",
|
|
145
145
|
"eslint-formatter-pretty": "^5.0.0",
|
|
146
146
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
147
147
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
148
|
-
"eslint-plugin-import": "^2.
|
|
148
|
+
"eslint-plugin-import": "^2.28.0",
|
|
149
149
|
"eslint-plugin-jest": "^27.2.3",
|
|
150
150
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
151
151
|
"eslint-plugin-prettier": "^5.0.0",
|
|
152
152
|
"eslint-plugin-promise": "^6.1.1",
|
|
153
|
-
"eslint-plugin-react": "^7.33.
|
|
153
|
+
"eslint-plugin-react": "^7.33.1",
|
|
154
154
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
155
155
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
156
|
-
"eslint-plugin-unicorn": "^48.0.
|
|
156
|
+
"eslint-plugin-unicorn": "^48.0.1",
|
|
157
157
|
"husky": "^8.0.3",
|
|
158
|
-
"jest": "^29.6.
|
|
158
|
+
"jest": "^29.6.2",
|
|
159
159
|
"lint-staged": "^13.2.3",
|
|
160
|
-
"npm-check-updates": "^16.10.
|
|
161
|
-
"prettier": "^3.0.
|
|
160
|
+
"npm-check-updates": "^16.10.18",
|
|
161
|
+
"prettier": "^3.0.1",
|
|
162
162
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
163
163
|
"prettier-plugin-packagejson": "^2.4.5",
|
|
164
164
|
"prop-types": "^15.8.1",
|
|
165
165
|
"rimraf": "^5.0.1",
|
|
166
|
-
"rollup": "^3.
|
|
166
|
+
"rollup": "^3.27.2",
|
|
167
167
|
"rollup-plugin-copy": "^3.4.0",
|
|
168
|
-
"rollup-plugin-dts": "^5.3.
|
|
168
|
+
"rollup-plugin-dts": "^5.3.1",
|
|
169
169
|
"rollup-plugin-livereload": "^2.0.5",
|
|
170
170
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
171
171
|
"rollup-plugin-postcss": "^4.0.2",
|