antd-management-fast-develop 1.1.130 → 1.1.134
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.
- package/package.json +29 -29
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "antd-management-fast-develop",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.134",
|
4
4
|
"description": "",
|
5
5
|
"license": "ISC",
|
6
6
|
"author": "",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
"publish:npm": "npm publish --registry https://registry.npmjs.org/",
|
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
|
-
"prez:jsdoc:generate": "npm run z:jsdoc:clear",
|
26
25
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
27
26
|
"z:jsdoc:clear": "npx easy-soft-develop rimraf --path ./docs",
|
27
|
+
"prez:jsdoc:generate": "npm run z:jsdoc:clear",
|
28
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",
|
@@ -32,64 +32,64 @@
|
|
32
32
|
"z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
|
33
33
|
"z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
|
34
34
|
"z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
|
35
|
+
"postz:lint:script:all:fix": "npm run z:prettier:format:all",
|
35
36
|
"z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
|
36
37
|
"z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
|
38
|
+
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
37
39
|
"z:lint:staged": "npx lint-staged",
|
38
40
|
"z:lint:staged:quiet": "npx lint-staged --quiet",
|
39
41
|
"z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
|
40
42
|
"z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
|
43
|
+
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
41
44
|
"z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
|
42
45
|
"z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
|
46
|
+
"postz:lint:style:change:fix": "npm run z:prettier:format:change",
|
43
47
|
"z:prettier:format:all": "npx prettier --write .",
|
44
48
|
"z:prettier:format:change": "npx prettier --cache --write .",
|
45
49
|
"z:prettier:package.json": "npx prettier --write ./package.json",
|
46
50
|
"z:test": "cross-env NODE_ENV=test jest",
|
47
|
-
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
48
|
-
"postz:lint:script:all:fix": "npm run z:prettier:format:all",
|
49
|
-
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
50
|
-
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
51
|
-
"postz:lint:style:change:fix": "npm run z:prettier:format:change"
|
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.4.
|
54
|
+
"@umijs/max": "^4.4.6",
|
55
55
|
"commander": "^13.1.0",
|
56
56
|
"ejs": "^3.1.10",
|
57
57
|
"rimraf": "^6.0.1",
|
58
|
-
"umi": "^4.4.
|
58
|
+
"umi": "^4.4.6"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
|
-
"@babel/core": "^7.26.
|
62
|
-
"@babel/eslint-parser": "^7.26.
|
61
|
+
"@babel/core": "^7.26.9",
|
62
|
+
"@babel/eslint-parser": "^7.26.8",
|
63
63
|
"@babel/plugin-external-helpers": "^7.25.9",
|
64
64
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
65
65
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
66
66
|
"@babel/plugin-transform-private-methods": "^7.25.9",
|
67
67
|
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
68
|
-
"@babel/plugin-transform-runtime": "^7.
|
69
|
-
"@babel/preset-env": "^7.26.
|
68
|
+
"@babel/plugin-transform-runtime": "^7.26.9",
|
69
|
+
"@babel/preset-env": "^7.26.9",
|
70
70
|
"@babel/preset-react": "^7.26.3",
|
71
|
-
"@babel/runtime": "^7.26.
|
72
|
-
"@changesets/cli": "^2.
|
73
|
-
"@commitlint/cli": "^19.
|
74
|
-
"@commitlint/config-conventional": "^19.
|
75
|
-
"@commitlint/config-pnpm-scopes": "^19.
|
71
|
+
"@babel/runtime": "^7.26.9",
|
72
|
+
"@changesets/cli": "^2.28.1",
|
73
|
+
"@commitlint/cli": "^19.8.0",
|
74
|
+
"@commitlint/config-conventional": "^19.8.0",
|
75
|
+
"@commitlint/config-pnpm-scopes": "^19.8.0",
|
76
76
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
77
77
|
"@types/jest": "^29.5.14",
|
78
|
-
"@types/node": "^22.13.
|
79
|
-
"@typescript-eslint/parser": "^8.
|
78
|
+
"@types/node": "^22.13.10",
|
79
|
+
"@typescript-eslint/parser": "^8.26.1",
|
80
80
|
"babel-jest": "^29.7.0",
|
81
81
|
"commitizen": "^4.3.1",
|
82
82
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
83
83
|
"cross-env": "^7.0.3",
|
84
|
-
"cz-git": "^1.11.
|
84
|
+
"cz-git": "^1.11.1",
|
85
85
|
"docdash": "^2.0.2",
|
86
|
-
"easy-soft-develop": "^2.1.
|
86
|
+
"easy-soft-develop": "^2.1.262",
|
87
87
|
"eslint": "^8.57.0",
|
88
88
|
"eslint-config-airbnb": "^19.0.4",
|
89
89
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
90
|
-
"eslint-config-prettier": "^10.
|
90
|
+
"eslint-config-prettier": "^10.1.1",
|
91
91
|
"eslint-formatter-pretty": "^6.0.1",
|
92
|
-
"eslint-import-resolver-typescript": "^3.
|
92
|
+
"eslint-import-resolver-typescript": "^3.8.4",
|
93
93
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
94
94
|
"eslint-plugin-import": "^2.31.0",
|
95
95
|
"eslint-plugin-jest": "^28.11.0",
|
@@ -97,22 +97,22 @@
|
|
97
97
|
"eslint-plugin-prettier": "^5.2.3",
|
98
98
|
"eslint-plugin-promise": "^7.2.1",
|
99
99
|
"eslint-plugin-react": "^7.37.4",
|
100
|
-
"eslint-plugin-react-hooks": "^5.
|
100
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
101
101
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
102
102
|
"eslint-plugin-unicorn": "^52.0.0",
|
103
103
|
"husky": "^9.1.7",
|
104
104
|
"jest": "^29.7.0",
|
105
105
|
"jsdoc": "^4.0.4",
|
106
106
|
"lint-staged": "^15.4.3",
|
107
|
-
"npm-check-updates": "^17.1.
|
108
|
-
"prettier": "^3.
|
107
|
+
"npm-check-updates": "^17.1.15",
|
108
|
+
"prettier": "^3.5.3",
|
109
109
|
"prettier-plugin-organize-imports": "^4.1.0",
|
110
|
-
"prettier-plugin-packagejson": "^2.5.
|
110
|
+
"prettier-plugin-packagejson": "^2.5.10",
|
111
111
|
"react": "^18.3.1",
|
112
112
|
"react-dnd": "^16.0.1",
|
113
113
|
"react-refresh": "0.16.0",
|
114
114
|
"rimraf": "^6.0.1",
|
115
|
-
"stylelint": "^16.
|
115
|
+
"stylelint": "^16.15.0",
|
116
116
|
"stylelint-config-css-modules": "^4.4.0",
|
117
117
|
"stylelint-config-prettier": "^9.0.5",
|
118
118
|
"stylelint-config-standard": "^37.0.0",
|