antd-management-fast-develop 1.1.81 → 1.1.83

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.81",
3
+ "version": "1.1.83",
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": "npx rimraf ./docs && npm run z:documentation:lint",
25
+ "prez:documentation:generate": "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.1",
53
+ "@umijs/max": "^4.2.3",
54
54
  "commander": "^12.0.0",
55
55
  "ejs": "^3.1.10",
56
- "rimraf": "^5.0.5",
57
- "umi": "^4.2.1"
56
+ "rimraf": "^5.0.7",
57
+ "umi": "^4.2.3"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/core": "^7.24.5",
@@ -74,15 +74,15 @@
74
74
  "@commitlint/config-pnpm-scopes": "^19.1.0",
75
75
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
76
76
  "@types/jest": "^29.5.12",
77
- "@types/node": "^20.12.11",
78
- "@typescript-eslint/parser": "^7.8.0",
77
+ "@types/node": "^20.12.12",
78
+ "@typescript-eslint/parser": "^7.9.0",
79
79
  "babel-jest": "^29.7.0",
80
80
  "commitizen": "^4.3.0",
81
81
  "conventional-changelog-conventionalcommits": "^8.0.0",
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.92",
85
+ "easy-soft-develop": "^2.1.137",
86
86
  "eslint": "^8.57.0",
87
87
  "eslint-config-airbnb": "^19.0.4",
88
88
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -108,7 +108,7 @@
108
108
  "prettier-plugin-packagejson": "^2.5.0",
109
109
  "react": "^18.3.1",
110
110
  "react-dnd": "^16.0.1",
111
- "rimraf": "^5.0.5",
111
+ "rimraf": "^5.0.7",
112
112
  "stylelint": "^16.5.0",
113
113
  "stylelint-config-css-modules": "^4.4.0",
114
114
  "stylelint-config-prettier": "^9.0.5",
@@ -28,7 +28,7 @@ exports.run = function (s, o) {
28
28
  exit();
29
29
  }
30
30
 
31
- const removeCmd = `npx rimraf ${relativeFolder}/FunctionExtra`;
31
+ const removeCmd = `rimraf ${relativeFolder}/FunctionExtra`;
32
32
 
33
33
  promptInfo(`remove FunctionExtra: ${removeCmd}`);
34
34