antd-management-fast-flow 1.0.69 → 1.0.70
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-flow",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.70",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"antd-management-fast-flow"
|
|
6
6
|
],
|
|
@@ -29,10 +29,9 @@
|
|
|
29
29
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
30
30
|
"precommit": "npm run z:lint:staged:quiet",
|
|
31
31
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
32
|
-
"z:
|
|
33
|
-
"prez:
|
|
34
|
-
"z:
|
|
35
|
-
"z:documentation:lint": "npx documentation lint src/**",
|
|
32
|
+
"z:jsdoc:clear": "npx easy-soft-develop rimraf --path ./docs",
|
|
33
|
+
"prez:jsdoc:generate": "npm run z:jsdoc:clear",
|
|
34
|
+
"z:jsdoc:generate": "npx jsdoc -c .jsdoc.js",
|
|
36
35
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
37
36
|
"z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
|
|
38
37
|
"z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
|
|
@@ -58,11 +57,11 @@
|
|
|
58
57
|
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
59
58
|
},
|
|
60
59
|
"dependencies": {
|
|
61
|
-
"antd": "^5.17.
|
|
60
|
+
"antd": "^5.17.4",
|
|
62
61
|
"antd-management-fast-common": "workspace:*",
|
|
63
62
|
"antd-management-fast-component": "workspace:*",
|
|
64
63
|
"classnames": "^2.5.1",
|
|
65
|
-
"easy-soft-utility": "^2.8.
|
|
64
|
+
"easy-soft-utility": "^2.8.49",
|
|
66
65
|
"react": "^18.3.1",
|
|
67
66
|
"react-dom": "^18.3.1",
|
|
68
67
|
"reactflow": "^11.11.3"
|
|
@@ -77,24 +76,24 @@
|
|
|
77
76
|
"@babel/preset-env": "^7.24.6",
|
|
78
77
|
"@babel/preset-react": "^7.24.6",
|
|
79
78
|
"@babel/runtime": "^7.24.6",
|
|
80
|
-
"@changesets/cli": "^2.27.
|
|
79
|
+
"@changesets/cli": "^2.27.5",
|
|
81
80
|
"@commitlint/cli": "^19.3.0",
|
|
82
81
|
"@commitlint/config-conventional": "^19.2.2",
|
|
83
82
|
"@commitlint/config-pnpm-scopes": "^19.1.0",
|
|
84
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
83
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
85
84
|
"@types/jest": "^29.5.12",
|
|
86
|
-
"@types/node": "^20.
|
|
85
|
+
"@types/node": "^20.14.0",
|
|
87
86
|
"@types/react": "^18.3.3",
|
|
88
87
|
"@types/react-dom": "^18.3.0",
|
|
89
|
-
"@typescript-eslint/parser": "^7.
|
|
90
|
-
"antd": "^5.17.
|
|
88
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
89
|
+
"antd": "^5.17.4",
|
|
91
90
|
"babel-jest": "^29.7.0",
|
|
92
91
|
"commitizen": "^4.3.0",
|
|
93
92
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
94
93
|
"cross-env": "^7.0.3",
|
|
95
94
|
"cz-git": "^1.9.2",
|
|
96
|
-
"
|
|
97
|
-
"easy-soft-develop": "^2.1.
|
|
95
|
+
"docdash": "^2.0.2",
|
|
96
|
+
"easy-soft-develop": "^2.1.181",
|
|
98
97
|
"eslint": "^8.57.0",
|
|
99
98
|
"eslint-config-airbnb": "^19.0.4",
|
|
100
99
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -106,20 +105,21 @@
|
|
|
106
105
|
"eslint-plugin-jest": "^28.5.0",
|
|
107
106
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
108
107
|
"eslint-plugin-prettier": "^5.1.3",
|
|
109
|
-
"eslint-plugin-promise": "^6.
|
|
110
|
-
"eslint-plugin-react": "^7.34.
|
|
108
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
109
|
+
"eslint-plugin-react": "^7.34.2",
|
|
111
110
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
112
111
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
113
112
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
114
113
|
"husky": "^9.0.11",
|
|
115
114
|
"jest": "^29.7.0",
|
|
115
|
+
"jsdoc": "^4.0.3",
|
|
116
116
|
"lint-staged": "^15.2.5",
|
|
117
117
|
"npm-check-updates": "^16.14.20",
|
|
118
|
-
"prettier": "^3.
|
|
118
|
+
"prettier": "^3.3.0",
|
|
119
119
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
120
120
|
"prettier-plugin-packagejson": "^2.5.0",
|
|
121
121
|
"rimraf": "^5.0.7",
|
|
122
|
-
"stylelint": "^16.6.
|
|
122
|
+
"stylelint": "^16.6.1",
|
|
123
123
|
"stylelint-config-css-modules": "^4.4.0",
|
|
124
124
|
"stylelint-config-prettier": "^9.0.5",
|
|
125
125
|
"stylelint-config-standard": "^36.0.0",
|