antd-management-fast-component 2.6.32 → 2.6.36
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 +31 -30
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.36",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -61,20 +61,20 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@ant-design/icons": "^5.2.6",
|
|
64
|
-
"@ant-design/pro-layout": "^7.
|
|
65
|
-
"@tanem/react-nprogress": "^5.0.
|
|
64
|
+
"@ant-design/pro-layout": "^7.17.2",
|
|
65
|
+
"@tanem/react-nprogress": "^5.0.51",
|
|
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.81",
|
|
68
|
+
"antd": "^5.9.1",
|
|
69
|
+
"antd-management-fast-common": "^2.6.26",
|
|
70
70
|
"array-move": "^4.0.0",
|
|
71
71
|
"axios": "^1.5.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.
|
|
76
|
+
"easy-soft-dva": "^3.9.15",
|
|
77
|
+
"easy-soft-utility": "^2.7.17",
|
|
78
78
|
"html-react-parser": "^4.2.2",
|
|
79
79
|
"lodash.debounce": "^4.0.8",
|
|
80
80
|
"numeral": "^2.0.6",
|
|
@@ -89,26 +89,27 @@
|
|
|
89
89
|
"react": "^18.2.0",
|
|
90
90
|
"react-dom": "^18.2.0",
|
|
91
91
|
"react-json-view": "^1.21.3",
|
|
92
|
-
"react-player": "^2.
|
|
92
|
+
"react-player": "^2.13.0",
|
|
93
93
|
"react-syntax-highlighter": "^15.5.0",
|
|
94
|
-
"umi": "^4.0.
|
|
94
|
+
"umi": "^4.0.81"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@babel/core": "^7.22.
|
|
97
|
+
"@babel/core": "^7.22.20",
|
|
98
98
|
"@babel/eslint-parser": "^7.22.15",
|
|
99
99
|
"@babel/plugin-external-helpers": "^7.22.5",
|
|
100
|
-
"@babel/plugin-proposal-decorators": "^7.22.
|
|
100
|
+
"@babel/plugin-proposal-decorators": "^7.22.15",
|
|
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.11",
|
|
105
|
-
"@babel/plugin-transform-runtime": "^7.22.
|
|
106
|
-
"@babel/preset-env": "^7.22.
|
|
107
|
-
"@babel/preset-react": "^7.22.
|
|
105
|
+
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
106
|
+
"@babel/preset-env": "^7.22.20",
|
|
107
|
+
"@babel/preset-react": "^7.22.15",
|
|
108
108
|
"@babel/runtime": "^7.22.15",
|
|
109
|
+
"@changesets/cli": "^2.26.2",
|
|
109
110
|
"@commitlint/cli": "^17.7.1",
|
|
110
111
|
"@commitlint/config-conventional": "^17.7.0",
|
|
111
|
-
"@commitlint/config-
|
|
112
|
+
"@commitlint/config-pnpm-scopes": "^17.7.0",
|
|
112
113
|
"@commitlint/cz-commitlint": "^17.7.1",
|
|
113
114
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
114
115
|
"@rollup/plugin-alias": "^5.0.0",
|
|
@@ -120,25 +121,25 @@
|
|
|
120
121
|
"@rollup/plugin-replace": "^5.0.2",
|
|
121
122
|
"@rollup/plugin-url": "^8.0.1",
|
|
122
123
|
"@svgr/rollup": "^8.1.0",
|
|
123
|
-
"@types/fs-extra": "^11.0.
|
|
124
|
-
"@types/jest": "^29.5.
|
|
125
|
-
"@types/lodash": "^4.14.
|
|
124
|
+
"@types/fs-extra": "^11.0.2",
|
|
125
|
+
"@types/jest": "^29.5.5",
|
|
126
|
+
"@types/lodash": "^4.14.198",
|
|
126
127
|
"@types/lodash.debounce": "^4.0.7",
|
|
127
128
|
"@types/lodash.isequal": "^4.5.6",
|
|
128
|
-
"@types/node": "^20.
|
|
129
|
+
"@types/node": "^20.6.2",
|
|
129
130
|
"@types/react": "^18.2.21",
|
|
130
131
|
"@types/react-dom": "^18.2.7",
|
|
131
132
|
"@types/shelljs": "^0.8.12",
|
|
132
|
-
"@typescript-eslint/parser": "^6.
|
|
133
|
+
"@typescript-eslint/parser": "^6.7.0",
|
|
133
134
|
"autoprefixer": "^10.4.15",
|
|
134
|
-
"babel-jest": "^29.
|
|
135
|
+
"babel-jest": "^29.7.0",
|
|
135
136
|
"commitizen": "^4.3.0",
|
|
136
|
-
"conventional-changelog-conventionalcommits": "^7.0.
|
|
137
|
+
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
137
138
|
"cross-env": "^7.0.3",
|
|
138
139
|
"cssnano": "^6.0.1",
|
|
139
140
|
"documentation": "^14.0.2",
|
|
140
|
-
"easy-soft-develop": "^2.1.
|
|
141
|
-
"eslint": "^8.
|
|
141
|
+
"easy-soft-develop": "^2.1.41",
|
|
142
|
+
"eslint": "^8.49.0",
|
|
142
143
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
144
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
144
145
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -146,7 +147,7 @@
|
|
|
146
147
|
"eslint-import-resolver-typescript": "^3.6.0",
|
|
147
148
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
148
149
|
"eslint-plugin-import": "^2.28.1",
|
|
149
|
-
"eslint-plugin-jest": "^27.
|
|
150
|
+
"eslint-plugin-jest": "^27.4.0",
|
|
150
151
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
151
152
|
"eslint-plugin-prettier": "^5.0.0",
|
|
152
153
|
"eslint-plugin-promise": "^6.1.1",
|
|
@@ -155,17 +156,17 @@
|
|
|
155
156
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
156
157
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
157
158
|
"husky": "^8.0.3",
|
|
158
|
-
"jest": "^29.
|
|
159
|
+
"jest": "^29.7.0",
|
|
159
160
|
"lint-staged": "^14.0.1",
|
|
160
|
-
"npm-check-updates": "^16.
|
|
161
|
+
"npm-check-updates": "^16.14.4",
|
|
161
162
|
"prettier": "^3.0.3",
|
|
162
163
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
163
164
|
"prettier-plugin-packagejson": "^2.4.5",
|
|
164
165
|
"prop-types": "^15.8.1",
|
|
165
166
|
"rimraf": "^5.0.1",
|
|
166
|
-
"rollup": "^3.
|
|
167
|
+
"rollup": "^3.29.2",
|
|
167
168
|
"rollup-plugin-copy": "^3.5.0",
|
|
168
|
-
"rollup-plugin-dts": "^6.0.
|
|
169
|
+
"rollup-plugin-dts": "^6.0.2",
|
|
169
170
|
"rollup-plugin-livereload": "^2.0.5",
|
|
170
171
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
171
172
|
"rollup-plugin-postcss": "^4.0.2",
|