antd-management-fast-framework 2.11.141 → 2.11.145
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 +46 -45
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.145",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
|
|
6
6
|
"license": "ISC",
|
|
@@ -48,46 +48,45 @@
|
|
|
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.
|
|
52
|
-
"@ant-design/pro-components": "^2.6.
|
|
51
|
+
"@ant-design/icons": "^5.3.1",
|
|
52
|
+
"@ant-design/pro-components": "^2.6.49",
|
|
53
53
|
"@ant-design/pro-layout": "^7.17.19",
|
|
54
54
|
"@tanem/react-nprogress": "^5.0.51",
|
|
55
|
-
"@umijs/max": "^4.1.
|
|
56
|
-
"antd": "^5.
|
|
57
|
-
"antd-management-fast-common": "^2.6.
|
|
58
|
-
"antd-management-fast-component": "^2.6.
|
|
59
|
-
"axios": "^1.6.
|
|
55
|
+
"@umijs/max": "^4.1.2",
|
|
56
|
+
"antd": "^5.15.0",
|
|
57
|
+
"antd-management-fast-common": "^2.6.84",
|
|
58
|
+
"antd-management-fast-component": "^2.6.129",
|
|
59
|
+
"axios": "^1.6.7",
|
|
60
60
|
"classnames": "^2.5.1",
|
|
61
61
|
"dayjs": "^1.11.10",
|
|
62
|
-
"easy-soft-dva": "^3.10.
|
|
63
|
-
"easy-soft-utility": "^2.8.
|
|
64
|
-
"html-react-parser": "^5.1.
|
|
62
|
+
"easy-soft-dva": "^3.10.13",
|
|
63
|
+
"easy-soft-utility": "^2.8.13",
|
|
64
|
+
"html-react-parser": "^5.1.8",
|
|
65
65
|
"rc-animate": "^3.1.1",
|
|
66
66
|
"rc-queue-anim": "^2.0.0",
|
|
67
67
|
"react": "^18.2.0",
|
|
68
68
|
"react-dnd": "^16.0.1",
|
|
69
69
|
"react-dnd-html5-backend": "^16.0.1",
|
|
70
70
|
"react-dom": "^18.2.0",
|
|
71
|
-
"umi": "^4.1.
|
|
71
|
+
"umi": "^4.1.2"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@babel/core": "^7.
|
|
75
|
-
"@babel/eslint-parser": "^7.23.
|
|
74
|
+
"@babel/core": "^7.24.0",
|
|
75
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
76
76
|
"@babel/plugin-external-helpers": "^7.23.3",
|
|
77
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
77
|
+
"@babel/plugin-proposal-decorators": "^7.24.0",
|
|
78
78
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
|
79
79
|
"@babel/plugin-transform-class-properties": "^7.23.3",
|
|
80
80
|
"@babel/plugin-transform-private-methods": "^7.23.3",
|
|
81
81
|
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
|
|
82
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
83
|
-
"@babel/preset-env": "^7.
|
|
82
|
+
"@babel/plugin-transform-runtime": "^7.24.0",
|
|
83
|
+
"@babel/preset-env": "^7.24.0",
|
|
84
84
|
"@babel/preset-react": "^7.23.3",
|
|
85
|
-
"@babel/runtime": "^7.
|
|
85
|
+
"@babel/runtime": "^7.24.0",
|
|
86
86
|
"@changesets/cli": "^2.27.1",
|
|
87
|
-
"@commitlint/cli": "^
|
|
88
|
-
"@commitlint/config-conventional": "^
|
|
89
|
-
"@commitlint/config-pnpm-scopes": "^
|
|
90
|
-
"@commitlint/cz-commitlint": "^18.4.4",
|
|
87
|
+
"@commitlint/cli": "^19.0.3",
|
|
88
|
+
"@commitlint/config-conventional": "^19.0.3",
|
|
89
|
+
"@commitlint/config-pnpm-scopes": "^19.0.0",
|
|
91
90
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
92
91
|
"@rollup/plugin-alias": "^5.1.0",
|
|
93
92
|
"@rollup/plugin-babel": "6.0.4",
|
|
@@ -96,64 +95,66 @@
|
|
|
96
95
|
"@rollup/plugin-json": "^6.1.0",
|
|
97
96
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
98
97
|
"@rollup/plugin-replace": "^5.0.5",
|
|
98
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
99
99
|
"@rollup/plugin-url": "^8.0.2",
|
|
100
100
|
"@svgr/rollup": "^8.1.0",
|
|
101
101
|
"@types/fs-extra": "^11.0.4",
|
|
102
|
-
"@types/jest": "^29.5.
|
|
102
|
+
"@types/jest": "^29.5.12",
|
|
103
103
|
"@types/lodash": "^4.14.202",
|
|
104
104
|
"@types/lodash.isequal": "^4.5.8",
|
|
105
|
-
"@types/node": "^20.11.
|
|
106
|
-
"@types/react": "^18.2.
|
|
107
|
-
"@types/react-dom": "^18.2.
|
|
105
|
+
"@types/node": "^20.11.24",
|
|
106
|
+
"@types/react": "^18.2.62",
|
|
107
|
+
"@types/react-dom": "^18.2.19",
|
|
108
108
|
"@types/shelljs": "^0.8.15",
|
|
109
|
-
"@typescript-eslint/parser": "^
|
|
110
|
-
"autoprefixer": "^10.4.
|
|
109
|
+
"@typescript-eslint/parser": "^7.1.1",
|
|
110
|
+
"autoprefixer": "^10.4.18",
|
|
111
111
|
"babel-jest": "^29.7.0",
|
|
112
112
|
"commitizen": "^4.3.0",
|
|
113
113
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
114
114
|
"cross-env": "^7.0.3",
|
|
115
|
-
"cssnano": "^6.0.
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
115
|
+
"cssnano": "^6.0.5",
|
|
116
|
+
"cz-git": "^1.9.0",
|
|
117
|
+
"documentation": "^14.0.3",
|
|
118
|
+
"easy-soft-develop": "^2.1.68",
|
|
119
|
+
"eslint": "^8.57.0",
|
|
119
120
|
"eslint-config-airbnb": "^19.0.4",
|
|
120
|
-
"eslint-config-airbnb-typescript": "^
|
|
121
|
+
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
121
122
|
"eslint-config-prettier": "^9.1.0",
|
|
122
123
|
"eslint-formatter-pretty": "^6.0.1",
|
|
123
124
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
124
125
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
125
126
|
"eslint-plugin-import": "^2.29.1",
|
|
126
|
-
"eslint-plugin-jest": "^27.
|
|
127
|
+
"eslint-plugin-jest": "^27.9.0",
|
|
127
128
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
128
129
|
"eslint-plugin-prettier": "^5.1.3",
|
|
129
130
|
"eslint-plugin-promise": "^6.1.1",
|
|
130
|
-
"eslint-plugin-react": "^7.
|
|
131
|
+
"eslint-plugin-react": "^7.34.0",
|
|
131
132
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
132
|
-
"eslint-plugin-simple-import-sort": "^
|
|
133
|
-
"eslint-plugin-unicorn": "^
|
|
134
|
-
"husky": "^
|
|
133
|
+
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
134
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
135
|
+
"husky": "^9.0.11",
|
|
135
136
|
"jest": "^29.7.0",
|
|
136
|
-
"lint-staged": "^15.2.
|
|
137
|
-
"npm-check-updates": "^16.14.
|
|
138
|
-
"prettier": "^3.2.
|
|
137
|
+
"lint-staged": "^15.2.2",
|
|
138
|
+
"npm-check-updates": "^16.14.15",
|
|
139
|
+
"prettier": "^3.2.5",
|
|
139
140
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
140
|
-
"prettier-plugin-packagejson": "^2.4.
|
|
141
|
+
"prettier-plugin-packagejson": "^2.4.12",
|
|
141
142
|
"prop-types": "^15.8.1",
|
|
142
143
|
"rimraf": "^5.0.5",
|
|
143
|
-
"rollup": "^4.
|
|
144
|
+
"rollup": "^4.12.0",
|
|
144
145
|
"rollup-plugin-copy": "^3.5.0",
|
|
145
146
|
"rollup-plugin-dts": "^6.1.0",
|
|
146
147
|
"rollup-plugin-livereload": "^2.0.5",
|
|
147
148
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
148
149
|
"rollup-plugin-postcss": "^4.0.2",
|
|
149
150
|
"rollup-plugin-serve": "^3.0.0",
|
|
150
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
151
151
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
152
|
-
"stylelint": "^16.2.
|
|
152
|
+
"stylelint": "^16.2.1",
|
|
153
153
|
"stylelint-config-css-modules": "^4.4.0",
|
|
154
154
|
"stylelint-config-prettier": "^9.0.5",
|
|
155
155
|
"stylelint-config-standard": "^36.0.0",
|
|
156
156
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
157
|
+
"stylelint-order": "^6.0.4",
|
|
157
158
|
"typescript": "^5.3.3"
|
|
158
159
|
}
|
|
159
160
|
}
|