antd-management-fast-develop 1.1.63 → 1.1.65

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 +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.63",
3
+ "version": "1.1.65",
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.1.0",
53
+ "@umijs/max": "^4.1.1",
54
54
  "commander": "^11.1.0",
55
55
  "ejs": "^3.1.9",
56
56
  "rimraf": "^5.0.5",
57
- "umi": "^4.1.0"
57
+ "umi": "^4.1.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/core": "^7.23.7",
@@ -75,14 +75,14 @@
75
75
  "@commitlint/cz-commitlint": "^18.4.4",
76
76
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
77
77
  "@types/jest": "^29.5.11",
78
- "@types/node": "^20.11.1",
79
- "@typescript-eslint/parser": "^6.18.1",
78
+ "@types/node": "^20.11.5",
79
+ "@typescript-eslint/parser": "^6.19.0",
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.54",
85
+ "easy-soft-develop": "^2.1.59",
86
86
  "eslint": "^8.56.0",
87
87
  "eslint-config-airbnb": "^19.0.4",
88
88
  "eslint-config-airbnb-typescript": "^17.1.0",
@@ -102,13 +102,14 @@
102
102
  "husky": "^8.0.3",
103
103
  "jest": "^29.7.0",
104
104
  "lint-staged": "^15.2.0",
105
- "prettier": "^3.2.2",
105
+ "npm-check-updates": "^16.14.12",
106
+ "prettier": "^3.2.4",
106
107
  "prettier-plugin-organize-imports": "^3.2.4",
107
108
  "prettier-plugin-packagejson": "^2.4.9",
108
109
  "react": "^18.2.0",
109
110
  "react-dnd": "^16.0.1",
110
111
  "rimraf": "^5.0.5",
111
- "stylelint": "^16.1.0",
112
+ "stylelint": "^16.2.0",
112
113
  "stylelint-config-prettier": "^9.0.5",
113
114
  "stylelint-config-standard": "^36.0.0"
114
115
  }