antd-management-fast-develop 1.1.168 → 1.1.169

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.168",
3
+ "version": "1.1.169",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -55,7 +55,7 @@
55
55
  "@umijs/max": "^4.5.3",
56
56
  "commander": "^14.0.2",
57
57
  "ejs": "^3.1.10",
58
- "rimraf": "^6.1.0",
58
+ "rimraf": "^6.1.2",
59
59
  "umi": "^4.5.3",
60
60
  "uuid": "^13.0.0"
61
61
  },
@@ -77,15 +77,15 @@
77
77
  "@commitlint/config-pnpm-scopes": "^20.1.0",
78
78
  "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
79
79
  "@types/jest": "^30.0.0",
80
- "@types/node": "^24.10.0",
81
- "@typescript-eslint/parser": "^8.46.3",
80
+ "@types/node": "^24.10.1",
81
+ "@typescript-eslint/parser": "^8.47.0",
82
82
  "babel-jest": "^30.2.0",
83
83
  "commitizen": "^4.3.1",
84
84
  "conventional-changelog-conventionalcommits": "^9.1.0",
85
85
  "cross-env": "^10.1.0",
86
86
  "cz-git": "^1.12.0",
87
87
  "docdash": "^2.0.2",
88
- "easy-soft-develop": "^2.1.308",
88
+ "easy-soft-develop": "^2.1.312",
89
89
  "eslint": "^8.57.0",
90
90
  "eslint-config-airbnb": "^19.0.4",
91
91
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -94,7 +94,7 @@
94
94
  "eslint-import-resolver-typescript": "^4.4.4",
95
95
  "eslint-plugin-eslint-comments": "^3.2.0",
96
96
  "eslint-plugin-import": "^2.32.0",
97
- "eslint-plugin-jest": "^29.0.1",
97
+ "eslint-plugin-jest": "^29.1.0",
98
98
  "eslint-plugin-jsx-a11y": "^6.10.2",
99
99
  "eslint-plugin-prettier": "^5.5.4",
100
100
  "eslint-plugin-promise": "^7.2.1",
@@ -105,7 +105,7 @@
105
105
  "husky": "^9.1.7",
106
106
  "jest": "^30.2.0",
107
107
  "jsdoc": "^4.0.5",
108
- "lint-staged": "^16.2.6",
108
+ "lint-staged": "^16.2.7",
109
109
  "npm-check-updates": "^19.1.2",
110
110
  "prettier": "^3.6.2",
111
111
  "prettier-plugin-organize-imports": "^4.3.0",
@@ -113,7 +113,7 @@
113
113
  "react": "^18.3.1",
114
114
  "react-dnd": "^16.0.1",
115
115
  "react-refresh": "0.18.0",
116
- "rimraf": "^6.1.0",
116
+ "rimraf": "^6.1.2",
117
117
  "stylelint": "^16.25.0",
118
118
  "stylelint-config-css-modules": "^4.5.1",
119
119
  "stylelint-config-prettier": "^9.0.5",
@@ -657,8 +657,6 @@ function generateConfigCore({
657
657
  ...first,
658
658
  };
659
659
 
660
- console.log({ filePath, listOriginal, listOriginalFilter });
661
-
662
660
  if (!checkStringIsEmpty(visibleFlagAdjust)) {
663
661
  data.visibleFlag = visibleFlagAdjust;
664
662
  }