antd-management-fast-develop 1.1.65 → 1.1.67
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 +35 -32
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.67",
|
4
4
|
"description": "",
|
5
5
|
"license": "ISC",
|
6
6
|
"author": "",
|
@@ -50,67 +50,70 @@
|
|
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.
|
54
|
-
"commander": "^
|
53
|
+
"@umijs/max": "^4.1.2",
|
54
|
+
"commander": "^12.0.0",
|
55
55
|
"ejs": "^3.1.9",
|
56
56
|
"rimraf": "^5.0.5",
|
57
|
-
"umi": "^4.1.
|
57
|
+
"umi": "^4.1.2"
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
60
|
-
"@babel/core": "^7.
|
61
|
-
"@babel/eslint-parser": "^7.23.
|
60
|
+
"@babel/core": "^7.24.0",
|
61
|
+
"@babel/eslint-parser": "^7.23.10",
|
62
62
|
"@babel/plugin-external-helpers": "^7.23.3",
|
63
|
-
"@babel/plugin-proposal-decorators": "^7.
|
63
|
+
"@babel/plugin-proposal-decorators": "^7.24.0",
|
64
64
|
"@babel/plugin-transform-class-properties": "^7.23.3",
|
65
65
|
"@babel/plugin-transform-private-methods": "^7.23.3",
|
66
66
|
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
|
67
|
-
"@babel/plugin-transform-runtime": "^7.
|
68
|
-
"@babel/preset-env": "^7.
|
67
|
+
"@babel/plugin-transform-runtime": "^7.24.0",
|
68
|
+
"@babel/preset-env": "^7.24.0",
|
69
69
|
"@babel/preset-react": "^7.23.3",
|
70
|
-
"@babel/runtime": "^7.
|
70
|
+
"@babel/runtime": "^7.24.0",
|
71
71
|
"@changesets/cli": "^2.27.1",
|
72
|
-
"@commitlint/cli": "^
|
73
|
-
"@commitlint/config-conventional": "^
|
74
|
-
"@commitlint/config-pnpm-scopes": "^
|
75
|
-
"@commitlint/cz-commitlint": "^18.4.4",
|
72
|
+
"@commitlint/cli": "^19.0.3",
|
73
|
+
"@commitlint/config-conventional": "^19.0.3",
|
74
|
+
"@commitlint/config-pnpm-scopes": "^19.0.0",
|
76
75
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
77
|
-
"@types/jest": "^29.5.
|
78
|
-
"@types/node": "^20.11.
|
79
|
-
"@typescript-eslint/parser": "^
|
76
|
+
"@types/jest": "^29.5.12",
|
77
|
+
"@types/node": "^20.11.24",
|
78
|
+
"@typescript-eslint/parser": "^7.1.1",
|
80
79
|
"babel-jest": "^29.7.0",
|
81
80
|
"commitizen": "^4.3.0",
|
82
81
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
83
82
|
"cross-env": "^7.0.3",
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"
|
83
|
+
"cz-git": "^1.9.0",
|
84
|
+
"documentation": "^14.0.3",
|
85
|
+
"easy-soft-develop": "^2.1.68",
|
86
|
+
"eslint": "^8.57.0",
|
87
87
|
"eslint-config-airbnb": "^19.0.4",
|
88
|
-
"eslint-config-airbnb-typescript": "^
|
88
|
+
"eslint-config-airbnb-typescript": "^18.0.0",
|
89
89
|
"eslint-config-prettier": "^9.1.0",
|
90
90
|
"eslint-formatter-pretty": "^6.0.1",
|
91
91
|
"eslint-import-resolver-typescript": "^3.6.1",
|
92
92
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
93
93
|
"eslint-plugin-import": "^2.29.1",
|
94
|
-
"eslint-plugin-jest": "^27.
|
94
|
+
"eslint-plugin-jest": "^27.9.0",
|
95
95
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
96
96
|
"eslint-plugin-prettier": "^5.1.3",
|
97
97
|
"eslint-plugin-promise": "^6.1.1",
|
98
|
-
"eslint-plugin-react": "^7.
|
98
|
+
"eslint-plugin-react": "^7.34.0",
|
99
99
|
"eslint-plugin-react-hooks": "^4.6.0",
|
100
|
-
"eslint-plugin-simple-import-sort": "^
|
101
|
-
"eslint-plugin-unicorn": "^
|
102
|
-
"husky": "^
|
100
|
+
"eslint-plugin-simple-import-sort": "^12.0.0",
|
101
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
102
|
+
"husky": "^9.0.11",
|
103
103
|
"jest": "^29.7.0",
|
104
|
-
"lint-staged": "^15.2.
|
105
|
-
"npm-check-updates": "^16.14.
|
106
|
-
"prettier": "^3.2.
|
104
|
+
"lint-staged": "^15.2.2",
|
105
|
+
"npm-check-updates": "^16.14.15",
|
106
|
+
"prettier": "^3.2.5",
|
107
107
|
"prettier-plugin-organize-imports": "^3.2.4",
|
108
|
-
"prettier-plugin-packagejson": "^2.4.
|
108
|
+
"prettier-plugin-packagejson": "^2.4.12",
|
109
109
|
"react": "^18.2.0",
|
110
110
|
"react-dnd": "^16.0.1",
|
111
111
|
"rimraf": "^5.0.5",
|
112
|
-
"stylelint": "^16.2.
|
112
|
+
"stylelint": "^16.2.1",
|
113
|
+
"stylelint-config-css-modules": "^4.4.0",
|
113
114
|
"stylelint-config-prettier": "^9.0.5",
|
114
|
-
"stylelint-config-standard": "^36.0.0"
|
115
|
+
"stylelint-config-standard": "^36.0.0",
|
116
|
+
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
117
|
+
"stylelint-order": "^6.0.4"
|
115
118
|
}
|
116
119
|
}
|