antd-management-fast-config 1.1.104 → 1.1.106
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 +30 -30
- package/src/configAssist.js +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.106",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -46,33 +46,33 @@
|
|
|
46
46
|
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "^7.25.
|
|
50
|
-
"@babel/eslint-parser": "^7.25.
|
|
51
|
-
"@babel/plugin-external-helpers": "^7.
|
|
52
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
53
|
-
"@babel/plugin-transform-class-properties": "^7.25.
|
|
54
|
-
"@babel/plugin-transform-private-methods": "^7.25.
|
|
55
|
-
"@babel/plugin-transform-private-property-in-object": "^7.
|
|
56
|
-
"@babel/plugin-transform-runtime": "^7.25.
|
|
57
|
-
"@babel/preset-env": "^7.25.
|
|
58
|
-
"@babel/preset-react": "^7.
|
|
59
|
-
"@babel/runtime": "^7.25.
|
|
60
|
-
"@changesets/cli": "^2.27.
|
|
49
|
+
"@babel/core": "^7.25.9",
|
|
50
|
+
"@babel/eslint-parser": "^7.25.9",
|
|
51
|
+
"@babel/plugin-external-helpers": "^7.25.9",
|
|
52
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
53
|
+
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
54
|
+
"@babel/plugin-transform-private-methods": "^7.25.9",
|
|
55
|
+
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
|
56
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
57
|
+
"@babel/preset-env": "^7.25.9",
|
|
58
|
+
"@babel/preset-react": "^7.25.9",
|
|
59
|
+
"@babel/runtime": "^7.25.9",
|
|
60
|
+
"@changesets/cli": "^2.27.9",
|
|
61
61
|
"@commitlint/cli": "^19.5.0",
|
|
62
62
|
"@commitlint/config-conventional": "^19.5.0",
|
|
63
63
|
"@commitlint/config-pnpm-scopes": "^19.5.0",
|
|
64
64
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
65
|
-
"@types/jest": "^29.5.
|
|
66
|
-
"@types/node": "^22.
|
|
67
|
-
"@typescript-eslint/parser": "^8.
|
|
68
|
-
"@umijs/max": "^4.3.
|
|
65
|
+
"@types/jest": "^29.5.14",
|
|
66
|
+
"@types/node": "^22.7.9",
|
|
67
|
+
"@typescript-eslint/parser": "^8.11.0",
|
|
68
|
+
"@umijs/max": "^4.3.27",
|
|
69
69
|
"babel-jest": "^29.7.0",
|
|
70
|
-
"commitizen": "^4.3.
|
|
70
|
+
"commitizen": "^4.3.1",
|
|
71
71
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
72
72
|
"cross-env": "^7.0.3",
|
|
73
|
-
"cz-git": "^1.
|
|
73
|
+
"cz-git": "^1.10.1",
|
|
74
74
|
"docdash": "^2.0.2",
|
|
75
|
-
"easy-soft-develop": "^2.1.
|
|
75
|
+
"easy-soft-develop": "^2.1.248",
|
|
76
76
|
"eslint": "^8.57.0",
|
|
77
77
|
"eslint-config-airbnb": "^19.0.4",
|
|
78
78
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -80,33 +80,33 @@
|
|
|
80
80
|
"eslint-formatter-pretty": "^6.0.1",
|
|
81
81
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
82
82
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
83
|
-
"eslint-plugin-import": "^2.
|
|
83
|
+
"eslint-plugin-import": "^2.31.0",
|
|
84
84
|
"eslint-plugin-jest": "^28.8.3",
|
|
85
|
-
"eslint-plugin-jsx-a11y": "^6.10.
|
|
85
|
+
"eslint-plugin-jsx-a11y": "^6.10.1",
|
|
86
86
|
"eslint-plugin-prettier": "^5.2.1",
|
|
87
87
|
"eslint-plugin-promise": "^7.1.0",
|
|
88
|
-
"eslint-plugin-react": "^7.
|
|
89
|
-
"eslint-plugin-react-hooks": "^
|
|
88
|
+
"eslint-plugin-react": "^7.37.2",
|
|
89
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
90
90
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
91
91
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
92
92
|
"husky": "^9.1.6",
|
|
93
93
|
"jest": "^29.7.0",
|
|
94
|
-
"jsdoc": "^4.0.
|
|
94
|
+
"jsdoc": "^4.0.4",
|
|
95
95
|
"lint-staged": "^15.2.10",
|
|
96
|
-
"npm-check-updates": "^17.1.
|
|
96
|
+
"npm-check-updates": "^17.1.4",
|
|
97
97
|
"prettier": "^3.3.3",
|
|
98
|
-
"prettier-plugin-organize-imports": "^4.
|
|
99
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
98
|
+
"prettier-plugin-organize-imports": "^4.1.0",
|
|
99
|
+
"prettier-plugin-packagejson": "^2.5.3",
|
|
100
100
|
"react": "^18.3.1",
|
|
101
101
|
"react-dnd": "^16.0.1",
|
|
102
102
|
"react-refresh": "0.14.2",
|
|
103
103
|
"rimraf": "^6.0.1",
|
|
104
|
-
"stylelint": "^16.
|
|
104
|
+
"stylelint": "^16.10.0",
|
|
105
105
|
"stylelint-config-css-modules": "^4.4.0",
|
|
106
106
|
"stylelint-config-prettier": "^9.0.5",
|
|
107
107
|
"stylelint-config-standard": "^36.0.1",
|
|
108
108
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
109
109
|
"stylelint-order": "^6.0.4",
|
|
110
|
-
"umi": "^4.3.
|
|
110
|
+
"umi": "^4.3.27"
|
|
111
111
|
}
|
|
112
112
|
}
|
package/src/configAssist.js
CHANGED
|
@@ -61,10 +61,11 @@ function buildConfig({ packageJson: packageImport, config = {} }) {
|
|
|
61
61
|
'react',
|
|
62
62
|
'react-dom',
|
|
63
63
|
'react-redux',
|
|
64
|
-
'
|
|
65
|
-
'redux-saga',
|
|
64
|
+
'react-to-pdf',
|
|
66
65
|
'react-to-print',
|
|
67
66
|
'reactflow',
|
|
67
|
+
'redux',
|
|
68
|
+
'redux-saga',
|
|
68
69
|
];
|
|
69
70
|
|
|
70
71
|
if (deps['react']) {
|