antd-management-fast-config 1.1.71 → 1.1.73
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 +8 -8
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.73",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"precommit": "npm run z:lint:staged:quiet",
|
|
19
19
|
"publish:npm": "npm publish --registry https://registry.npmjs.org/",
|
|
20
20
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
21
|
-
"prez:documentation:generate": "
|
|
21
|
+
"prez:documentation:generate": "rimraf ./docs && npm run z:documentation:lint",
|
|
22
22
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
23
23
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
24
24
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"@commitlint/config-pnpm-scopes": "^19.1.0",
|
|
64
64
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
|
|
65
65
|
"@types/jest": "^29.5.12",
|
|
66
|
-
"@types/node": "^20.12.
|
|
67
|
-
"@typescript-eslint/parser": "^7.
|
|
68
|
-
"@umijs/max": "^4.2.
|
|
66
|
+
"@types/node": "^20.12.12",
|
|
67
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
68
|
+
"@umijs/max": "^4.2.3",
|
|
69
69
|
"babel-jest": "^29.7.0",
|
|
70
70
|
"commitizen": "^4.3.0",
|
|
71
71
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
72
72
|
"cross-env": "^7.0.3",
|
|
73
73
|
"cz-git": "^1.9.1",
|
|
74
74
|
"documentation": "^14.0.3",
|
|
75
|
-
"easy-soft-develop": "^2.1.
|
|
75
|
+
"easy-soft-develop": "^2.1.137",
|
|
76
76
|
"eslint": "^8.57.0",
|
|
77
77
|
"eslint-config-airbnb": "^19.0.4",
|
|
78
78
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
"prettier-plugin-packagejson": "^2.5.0",
|
|
99
99
|
"react": "^18.3.1",
|
|
100
100
|
"react-dnd": "^16.0.1",
|
|
101
|
-
"rimraf": "^5.0.
|
|
101
|
+
"rimraf": "^5.0.7",
|
|
102
102
|
"stylelint": "^16.5.0",
|
|
103
103
|
"stylelint-config-css-modules": "^4.4.0",
|
|
104
104
|
"stylelint-config-prettier": "^9.0.5",
|
|
105
105
|
"stylelint-config-standard": "^36.0.0",
|
|
106
106
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
107
107
|
"stylelint-order": "^6.0.4",
|
|
108
|
-
"umi": "^4.2.
|
|
108
|
+
"umi": "^4.2.3"
|
|
109
109
|
}
|
|
110
110
|
}
|