antd-management-fast-develop 1.1.93 → 1.1.99

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +18 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.93",
3
+ "version": "1.1.99",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -23,9 +23,9 @@
23
23
  "test:ejs:generate": "node ./bin/cli.js generate --dataPath ./src/data.json --dataExtraPath ./src/data.extra.json",
24
24
  "test:ejs:generateByTemplate": "node ./bin/cli.js generateByTemplate --dataPath ./data/generateByTemplate.data.json --templatePath ./data/generateByTemplate.template.ejs --relativeFolder ./temp",
25
25
  "z:auto:adjust:file": "echo can exec some file adjust command with here",
26
- "prez:documentation:generate": "npx easy-soft-develop rimraf ./docs && npm run z:documentation:lint",
27
- "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
28
- "z:documentation:lint": "npx documentation lint src/**",
26
+ "z:jsdoc:clear": "npx easy-soft-develop rimraf --path ./docs",
27
+ "prez:jsdoc:generate": "npm run z:jsdoc:clear",
28
+ "z:jsdoc:generate": "npx jsdoc -c .jsdoc.js",
29
29
  "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
30
30
  "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
31
31
  "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
@@ -51,11 +51,11 @@
51
51
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
52
52
  },
53
53
  "dependencies": {
54
- "@umijs/max": "^4.2.5",
54
+ "@umijs/max": "^4.2.8",
55
55
  "commander": "^12.1.0",
56
56
  "ejs": "^3.1.10",
57
57
  "rimraf": "^5.0.7",
58
- "umi": "^4.2.5"
58
+ "umi": "^4.2.8"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@babel/core": "^7.24.6",
@@ -69,21 +69,21 @@
69
69
  "@babel/preset-env": "^7.24.6",
70
70
  "@babel/preset-react": "^7.24.6",
71
71
  "@babel/runtime": "^7.24.6",
72
- "@changesets/cli": "^2.27.3",
72
+ "@changesets/cli": "^2.27.5",
73
73
  "@commitlint/cli": "^19.3.0",
74
74
  "@commitlint/config-conventional": "^19.2.2",
75
75
  "@commitlint/config-pnpm-scopes": "^19.1.0",
76
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
76
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
77
77
  "@types/jest": "^29.5.12",
78
- "@types/node": "^20.12.12",
79
- "@typescript-eslint/parser": "^7.10.0",
78
+ "@types/node": "^20.14.0",
79
+ "@typescript-eslint/parser": "^7.11.0",
80
80
  "babel-jest": "^29.7.0",
81
81
  "commitizen": "^4.3.0",
82
82
  "conventional-changelog-conventionalcommits": "^8.0.0",
83
83
  "cross-env": "^7.0.3",
84
- "cz-git": "^1.9.1",
85
- "documentation": "^14.0.3",
86
- "easy-soft-develop": "^2.1.169",
84
+ "cz-git": "^1.9.2",
85
+ "docdash": "^2.0.2",
86
+ "easy-soft-develop": "^2.1.181",
87
87
  "eslint": "^8.57.0",
88
88
  "eslint-config-airbnb": "^19.0.4",
89
89
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -95,22 +95,23 @@
95
95
  "eslint-plugin-jest": "^28.5.0",
96
96
  "eslint-plugin-jsx-a11y": "^6.8.0",
97
97
  "eslint-plugin-prettier": "^5.1.3",
98
- "eslint-plugin-promise": "^6.1.1",
99
- "eslint-plugin-react": "^7.34.1",
98
+ "eslint-plugin-promise": "^6.2.0",
99
+ "eslint-plugin-react": "^7.34.2",
100
100
  "eslint-plugin-react-hooks": "^4.6.2",
101
101
  "eslint-plugin-simple-import-sort": "^12.1.0",
102
102
  "eslint-plugin-unicorn": "^52.0.0",
103
103
  "husky": "^9.0.11",
104
104
  "jest": "^29.7.0",
105
+ "jsdoc": "^4.0.3",
105
106
  "lint-staged": "^15.2.5",
106
107
  "npm-check-updates": "^16.14.20",
107
- "prettier": "^3.2.5",
108
+ "prettier": "^3.3.0",
108
109
  "prettier-plugin-organize-imports": "^3.2.4",
109
110
  "prettier-plugin-packagejson": "^2.5.0",
110
111
  "react": "^18.3.1",
111
112
  "react-dnd": "^16.0.1",
112
113
  "rimraf": "^5.0.7",
113
- "stylelint": "^16.6.0",
114
+ "stylelint": "^16.6.1",
114
115
  "stylelint-config-css-modules": "^4.4.0",
115
116
  "stylelint-config-prettier": "^9.0.5",
116
117
  "stylelint-config-standard": "^36.0.0",