antd-management-fast-develop 1.1.83 → 1.1.86

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.83",
3
+ "version": "1.1.86",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -22,7 +22,7 @@
22
22
  "precommit": "npm run z:lint:staged:quiet",
23
23
  "publish:npm": "npm publish --registry https://registry.npmjs.org/",
24
24
  "z:auto:adjust:file": "echo can exec some file adjust command with here",
25
- "prez:documentation:generate": "rimraf ./docs && npm run z:documentation:lint",
25
+ "prez:documentation:generate": "npx easy-soft-develop rimraf ./docs && npm run z:documentation:lint",
26
26
  "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
27
27
  "z:documentation:lint": "npx documentation lint src/**",
28
28
  "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
@@ -50,11 +50,11 @@
50
50
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
51
51
  },
52
52
  "dependencies": {
53
- "@umijs/max": "^4.2.3",
54
- "commander": "^12.0.0",
53
+ "@umijs/max": "^4.2.5",
54
+ "commander": "^12.1.0",
55
55
  "ejs": "^3.1.10",
56
56
  "rimraf": "^5.0.7",
57
- "umi": "^4.2.3"
57
+ "umi": "^4.2.5"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/core": "^7.24.5",
@@ -68,7 +68,7 @@
68
68
  "@babel/preset-env": "^7.24.5",
69
69
  "@babel/preset-react": "^7.24.1",
70
70
  "@babel/runtime": "^7.24.5",
71
- "@changesets/cli": "^2.27.1",
71
+ "@changesets/cli": "^2.27.3",
72
72
  "@commitlint/cli": "^19.3.0",
73
73
  "@commitlint/config-conventional": "^19.2.2",
74
74
  "@commitlint/config-pnpm-scopes": "^19.1.0",
@@ -82,7 +82,7 @@
82
82
  "cross-env": "^7.0.3",
83
83
  "cz-git": "^1.9.1",
84
84
  "documentation": "^14.0.3",
85
- "easy-soft-develop": "^2.1.137",
85
+ "easy-soft-develop": "^2.1.163",
86
86
  "eslint": "^8.57.0",
87
87
  "eslint-config-airbnb": "^19.0.4",
88
88
  "eslint-config-airbnb-typescript": "^18.0.0",