antd-management-fast-develop 1.0.23 → 1.1.0

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 +17 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.0.23",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -50,37 +50,38 @@
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.71",
53
+ "@umijs/max": "^4.0.72",
54
54
  "commander": "^11.0.0",
55
55
  "ejs": "^3.1.9",
56
56
  "rimraf": "^5.0.1",
57
- "umi": "^4.0.71"
57
+ "umi": "^4.0.72"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/core": "^7.22.5",
61
61
  "@babel/eslint-parser": "^7.22.5",
62
62
  "@babel/plugin-external-helpers": "^7.22.5",
63
- "@babel/plugin-proposal-class-properties": "^7.18.6",
64
63
  "@babel/plugin-proposal-decorators": "^7.22.5",
65
- "@babel/plugin-proposal-private-methods": "^7.18.6",
66
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
64
+ "@babel/plugin-transform-class-properties": "^7.22.5",
65
+ "@babel/plugin-transform-private-methods": "^7.22.5",
66
+ "@babel/plugin-transform-private-property-in-object": "^7.22.5",
67
67
  "@babel/plugin-transform-runtime": "^7.22.5",
68
68
  "@babel/preset-env": "^7.22.5",
69
69
  "@babel/preset-react": "^7.22.5",
70
70
  "@babel/runtime": "^7.22.5",
71
- "@commitlint/cli": "^17.6.5",
72
- "@commitlint/config-conventional": "^17.6.5",
73
- "@commitlint/config-lerna-scopes": "^17.6.3",
71
+ "@commitlint/cli": "^17.6.6",
72
+ "@commitlint/config-conventional": "^17.6.6",
73
+ "@commitlint/config-lerna-scopes": "^17.6.6",
74
74
  "@commitlint/cz-commitlint": "^17.5.0",
75
75
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
76
76
  "@types/jest": "^29.5.2",
77
- "@types/node": "^20.3.1",
78
- "@typescript-eslint/parser": "^5.59.11",
77
+ "@types/node": "^20.3.2",
78
+ "@typescript-eslint/parser": "^5.60.1",
79
+ "babel-jest": "^29.5.0",
79
80
  "commitizen": "^4.3.0",
80
- "conventional-changelog-conventionalcommits": "^6.0.0",
81
+ "conventional-changelog-conventionalcommits": "^6.1.0",
81
82
  "cross-env": "^7.0.3",
82
83
  "documentation": "^14.0.2",
83
- "easy-soft-develop": "^2.1.21",
84
+ "easy-soft-develop": "^2.1.26",
84
85
  "eslint": "^8.43.0",
85
86
  "eslint-config-airbnb": "^19.0.4",
86
87
  "eslint-config-airbnb-typescript": "^17.0.0",
@@ -89,7 +90,7 @@
89
90
  "eslint-import-resolver-typescript": "^3.5.5",
90
91
  "eslint-plugin-eslint-comments": "^3.2.0",
91
92
  "eslint-plugin-import": "^2.27.5",
92
- "eslint-plugin-jest": "^27.2.1",
93
+ "eslint-plugin-jest": "^27.2.2",
93
94
  "eslint-plugin-jsx-a11y": "^6.7.1",
94
95
  "eslint-plugin-prettier": "^4.2.1",
95
96
  "eslint-plugin-promise": "^6.1.1",
@@ -99,13 +100,13 @@
99
100
  "eslint-plugin-unicorn": "^47.0.0",
100
101
  "husky": "^8.0.3",
101
102
  "jest": "^29.5.0",
102
- "lint-staged": "^13.2.2",
103
+ "lint-staged": "^13.2.3",
103
104
  "prettier": "^2.8.8",
104
105
  "prettier-plugin-organize-imports": "^3.2.2",
105
106
  "prettier-plugin-packagejson": "^2.4.3",
106
107
  "react": "^18.2.0",
107
108
  "react-dnd": "^16.0.1",
108
- "stylelint": "^15.8.0",
109
+ "stylelint": "^15.9.0",
109
110
  "stylelint-config-prettier": "^9.0.5",
110
111
  "stylelint-config-standard": "^33.0.0"
111
112
  }