antd-management-fast-framework 2.11.141 → 2.11.142
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 +11 -10
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.142",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
|
|
6
6
|
"license": "ISC",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"@tanem/react-nprogress": "^5.0.51",
|
|
55
55
|
"@umijs/max": "^4.1.1",
|
|
56
56
|
"antd": "^5.13.2",
|
|
57
|
-
"antd-management-fast-common": "^2.6.
|
|
58
|
-
"antd-management-fast-component": "^2.6.
|
|
57
|
+
"antd-management-fast-common": "^2.6.82",
|
|
58
|
+
"antd-management-fast-component": "^2.6.127",
|
|
59
59
|
"axios": "^1.6.5",
|
|
60
60
|
"classnames": "^2.5.1",
|
|
61
61
|
"dayjs": "^1.11.10",
|
|
62
|
-
"easy-soft-dva": "^3.10.
|
|
63
|
-
"easy-soft-utility": "^2.8.
|
|
62
|
+
"easy-soft-dva": "^3.10.11",
|
|
63
|
+
"easy-soft-utility": "^2.8.12",
|
|
64
64
|
"html-react-parser": "^5.1.1",
|
|
65
65
|
"rc-animate": "^3.1.1",
|
|
66
66
|
"rc-queue-anim": "^2.0.0",
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"@babel/preset-react": "^7.23.3",
|
|
85
85
|
"@babel/runtime": "^7.23.8",
|
|
86
86
|
"@changesets/cli": "^2.27.1",
|
|
87
|
-
"@commitlint/cli": "^18.
|
|
88
|
-
"@commitlint/config-conventional": "^18.
|
|
87
|
+
"@commitlint/cli": "^18.5.0",
|
|
88
|
+
"@commitlint/config-conventional": "^18.5.0",
|
|
89
89
|
"@commitlint/config-pnpm-scopes": "^18.4.4",
|
|
90
|
-
"@commitlint/cz-commitlint": "^18.
|
|
90
|
+
"@commitlint/cz-commitlint": "^18.5.0",
|
|
91
91
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
92
92
|
"@rollup/plugin-alias": "^5.1.0",
|
|
93
93
|
"@rollup/plugin-babel": "6.0.4",
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"@rollup/plugin-json": "^6.1.0",
|
|
97
97
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
98
98
|
"@rollup/plugin-replace": "^5.0.5",
|
|
99
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
99
100
|
"@rollup/plugin-url": "^8.0.2",
|
|
100
101
|
"@svgr/rollup": "^8.1.0",
|
|
101
102
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
"cross-env": "^7.0.3",
|
|
115
116
|
"cssnano": "^6.0.3",
|
|
116
117
|
"documentation": "^14.0.2",
|
|
117
|
-
"easy-soft-develop": "^2.1.
|
|
118
|
+
"easy-soft-develop": "^2.1.61",
|
|
118
119
|
"eslint": "^8.56.0",
|
|
119
120
|
"eslint-config-airbnb": "^19.0.4",
|
|
120
121
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
@@ -147,13 +148,13 @@
|
|
|
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
152
|
"stylelint": "^16.2.0",
|
|
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
|
}
|