antd-management-fast-develop 1.1.24 → 1.1.29

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 +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.24",
3
+ "version": "1.1.29",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -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.0.85",
53
+ "@umijs/max": "^4.0.87",
54
54
  "commander": "^11.1.0",
55
55
  "ejs": "^3.1.9",
56
56
  "rimraf": "^5.0.5",
57
- "umi": "^4.0.85"
57
+ "umi": "^4.0.87"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/core": "^7.23.2",
@@ -69,46 +69,46 @@
69
69
  "@babel/preset-react": "^7.22.15",
70
70
  "@babel/runtime": "^7.23.2",
71
71
  "@changesets/cli": "^2.26.2",
72
- "@commitlint/cli": "^17.7.2",
73
- "@commitlint/config-conventional": "^17.7.0",
74
- "@commitlint/config-pnpm-scopes": "^17.7.0",
75
- "@commitlint/cz-commitlint": "^17.7.2",
72
+ "@commitlint/cli": "^18.2.0",
73
+ "@commitlint/config-conventional": "^18.1.0",
74
+ "@commitlint/config-pnpm-scopes": "^18.1.0",
75
+ "@commitlint/cz-commitlint": "^18.2.0",
76
76
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
77
- "@types/jest": "^29.5.5",
78
- "@types/node": "^20.8.5",
79
- "@typescript-eslint/parser": "^6.7.5",
77
+ "@types/jest": "^29.5.7",
78
+ "@types/node": "^20.8.9",
79
+ "@typescript-eslint/parser": "^6.9.1",
80
80
  "babel-jest": "^29.7.0",
81
81
  "commitizen": "^4.3.0",
82
82
  "conventional-changelog-conventionalcommits": "^7.0.2",
83
83
  "cross-env": "^7.0.3",
84
84
  "documentation": "^14.0.2",
85
- "easy-soft-develop": "^2.1.42",
86
- "eslint": "^8.51.0",
85
+ "easy-soft-develop": "^2.1.45",
86
+ "eslint": "^8.52.0",
87
87
  "eslint-config-airbnb": "^19.0.4",
88
88
  "eslint-config-airbnb-typescript": "^17.1.0",
89
89
  "eslint-config-prettier": "^9.0.0",
90
- "eslint-formatter-pretty": "^5.0.0",
90
+ "eslint-formatter-pretty": "^6.0.0",
91
91
  "eslint-import-resolver-typescript": "^3.6.1",
92
92
  "eslint-plugin-eslint-comments": "^3.2.0",
93
- "eslint-plugin-import": "^2.28.1",
94
- "eslint-plugin-jest": "^27.4.2",
93
+ "eslint-plugin-import": "^2.29.0",
94
+ "eslint-plugin-jest": "^27.6.0",
95
95
  "eslint-plugin-jsx-a11y": "^6.7.1",
96
96
  "eslint-plugin-prettier": "^5.0.1",
97
97
  "eslint-plugin-promise": "^6.1.1",
98
98
  "eslint-plugin-react": "^7.33.2",
99
99
  "eslint-plugin-react-hooks": "^4.6.0",
100
100
  "eslint-plugin-simple-import-sort": "^10.0.0",
101
- "eslint-plugin-unicorn": "^48.0.1",
101
+ "eslint-plugin-unicorn": "^49.0.0",
102
102
  "husky": "^8.0.3",
103
103
  "jest": "^29.7.0",
104
- "lint-staged": "^14.0.1",
104
+ "lint-staged": "^15.0.2",
105
105
  "prettier": "^3.0.3",
106
106
  "prettier-plugin-organize-imports": "^3.2.3",
107
107
  "prettier-plugin-packagejson": "^2.4.6",
108
108
  "react": "^18.2.0",
109
109
  "react-dnd": "^16.0.1",
110
110
  "rimraf": "^5.0.5",
111
- "stylelint": "^15.10.3",
111
+ "stylelint": "^15.11.0",
112
112
  "stylelint-config-prettier": "^9.0.5",
113
113
  "stylelint-config-standard": "^34.0.0"
114
114
  }