antd-management-fast-develop 1.1.92 → 1.1.98

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 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-develop",
3
- "version": "1.1.92",
3
+ "version": "1.1.98",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -23,7 +23,8 @@
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",
26
+ "z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
27
+ "prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
27
28
  "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
28
29
  "z:documentation:lint": "npx documentation lint src/**",
29
30
  "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
@@ -58,17 +59,17 @@
58
59
  "umi": "^4.2.5"
59
60
  },
60
61
  "devDependencies": {
61
- "@babel/core": "^7.24.5",
62
- "@babel/eslint-parser": "^7.24.5",
63
- "@babel/plugin-external-helpers": "^7.24.1",
64
- "@babel/plugin-proposal-decorators": "^7.24.1",
65
- "@babel/plugin-transform-class-properties": "^7.24.1",
66
- "@babel/plugin-transform-private-methods": "^7.24.1",
67
- "@babel/plugin-transform-private-property-in-object": "^7.24.5",
68
- "@babel/plugin-transform-runtime": "^7.24.3",
69
- "@babel/preset-env": "^7.24.5",
70
- "@babel/preset-react": "^7.24.1",
71
- "@babel/runtime": "^7.24.5",
62
+ "@babel/core": "^7.24.6",
63
+ "@babel/eslint-parser": "^7.24.6",
64
+ "@babel/plugin-external-helpers": "^7.24.6",
65
+ "@babel/plugin-proposal-decorators": "^7.24.6",
66
+ "@babel/plugin-transform-class-properties": "^7.24.6",
67
+ "@babel/plugin-transform-private-methods": "^7.24.6",
68
+ "@babel/plugin-transform-private-property-in-object": "^7.24.6",
69
+ "@babel/plugin-transform-runtime": "^7.24.6",
70
+ "@babel/preset-env": "^7.24.6",
71
+ "@babel/preset-react": "^7.24.6",
72
+ "@babel/runtime": "^7.24.6",
72
73
  "@changesets/cli": "^2.27.3",
73
74
  "@commitlint/cli": "^19.3.0",
74
75
  "@commitlint/config-conventional": "^19.2.2",
@@ -81,9 +82,9 @@
81
82
  "commitizen": "^4.3.0",
82
83
  "conventional-changelog-conventionalcommits": "^8.0.0",
83
84
  "cross-env": "^7.0.3",
84
- "cz-git": "^1.9.1",
85
+ "cz-git": "^1.9.2",
85
86
  "documentation": "^14.0.3",
86
- "easy-soft-develop": "^2.1.167",
87
+ "easy-soft-develop": "^2.1.174",
87
88
  "eslint": "^8.57.0",
88
89
  "eslint-config-airbnb": "^19.0.4",
89
90
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -102,7 +103,7 @@
102
103
  "eslint-plugin-unicorn": "^52.0.0",
103
104
  "husky": "^9.0.11",
104
105
  "jest": "^29.7.0",
105
- "lint-staged": "^15.2.4",
106
+ "lint-staged": "^15.2.5",
106
107
  "npm-check-updates": "^16.14.20",
107
108
  "prettier": "^3.2.5",
108
109
  "prettier-plugin-organize-imports": "^3.2.4",
@@ -110,7 +111,7 @@
110
111
  "react": "^18.3.1",
111
112
  "react-dnd": "^16.0.1",
112
113
  "rimraf": "^5.0.7",
113
- "stylelint": "^16.5.0",
114
+ "stylelint": "^16.6.0",
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",