antd-management-fast-component 2.1.4 → 2.1.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-component",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "antd-management-fast-component",
5
5
  "keywords": [
6
6
  "antd-management-fast-component"
@@ -31,6 +31,7 @@
31
31
  "postinstall": "max setup",
32
32
  "precommit": "npm run z:lint:staged:quiet",
33
33
  "setup": "max setup",
34
+ "z:auto:adjust:file": "echo can exec some file adjust command with here",
34
35
  "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
35
36
  "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
36
37
  "z:documentation:lint": "npx documentation lint src/**",
@@ -60,20 +61,20 @@
60
61
  },
61
62
  "dependencies": {
62
63
  "@ant-design/icons": "^5.0.1",
63
- "@ant-design/pro-layout": "^7.10.2",
64
+ "@ant-design/pro-layout": "^7.10.3",
64
65
  "@tinymce/tinymce-react": "^4.3.0",
65
- "@umijs/max": "^4.0.62",
66
+ "@umijs/max": "^4.0.63",
66
67
  "antd": "^5.3.2",
67
- "antd-management-fast-common": "^2.1.5",
68
+ "antd-management-fast-common": "^2.1.6",
68
69
  "array-move": "^4.0.0",
69
70
  "axios": "^1.3.4",
70
71
  "bizcharts": "^4.1.22",
71
72
  "classnames": "^2.3.2",
72
73
  "copy-to-clipboard": "^3.3.3",
73
74
  "dayjs": "^1.11.7",
74
- "easy-soft-dva": "^3.6.130",
75
- "easy-soft-utility": "^2.4.101",
76
- "html-react-parser": "^3.0.12",
75
+ "easy-soft-dva": "^3.6.136",
76
+ "easy-soft-utility": "^2.4.107",
77
+ "html-react-parser": "^3.0.15",
77
78
  "lodash.debounce": "^4.0.8",
78
79
  "nprogress": "^0.2.0",
79
80
  "numeral": "^2.0.6",
@@ -90,7 +91,7 @@
90
91
  "react-json-view": "^1.21.3",
91
92
  "react-player": "^2.12.0",
92
93
  "react-syntax-highlighter": "^15.5.0",
93
- "react-toastify": "^9.1.1"
94
+ "react-toastify": "^9.1.2"
94
95
  },
95
96
  "devDependencies": {
96
97
  "@babel/core": "^7.21.3",
@@ -103,10 +104,10 @@
103
104
  "@babel/preset-env": "^7.20.2",
104
105
  "@babel/preset-react": "^7.18.6",
105
106
  "@babel/runtime": "^7.21.0",
106
- "@commitlint/cli": "^17.4.4",
107
+ "@commitlint/cli": "^17.5.0",
107
108
  "@commitlint/config-conventional": "^17.4.4",
108
109
  "@commitlint/config-lerna-scopes": "^17.4.2",
109
- "@commitlint/cz-commitlint": "^17.4.4",
110
+ "@commitlint/cz-commitlint": "^17.5.0",
110
111
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
111
112
  "@rollup/plugin-alias": "^4.0.3",
112
113
  "@rollup/plugin-babel": "6.0.3",
@@ -116,15 +117,15 @@
116
117
  "@rollup/plugin-node-resolve": "^15.0.1",
117
118
  "@rollup/plugin-replace": "^5.0.2",
118
119
  "@rollup/plugin-url": "^8.0.1",
119
- "@svgr/rollup": "^6.5.1",
120
+ "@svgr/rollup": "^7.0.0",
120
121
  "@types/fs-extra": "^11.0.1",
121
122
  "@types/jest": "^29.5.0",
122
123
  "@types/lodash": "^4.14.191",
123
124
  "@types/lodash.debounce": "^4.0.7",
124
125
  "@types/lodash.isequal": "^4.5.6",
125
- "@types/node": "^18.15.5",
126
+ "@types/node": "^18.15.10",
126
127
  "@types/nprogress": "^0.2.0",
127
- "@types/react": "^18.0.28",
128
+ "@types/react": "^18.0.29",
128
129
  "@types/react-dom": "^18.0.11",
129
130
  "@types/shelljs": "^0.8.11",
130
131
  "@typescript-eslint/parser": "^5.56.0",
@@ -134,7 +135,7 @@
134
135
  "cross-env": "^7.0.3",
135
136
  "cssnano": "^5.1.15",
136
137
  "documentation": "^14.0.1",
137
- "easy-soft-develop": "^2.0.191",
138
+ "easy-soft-develop": "^2.0.198",
138
139
  "eslint": "^8.36.0",
139
140
  "eslint-config-airbnb": "^19.0.4",
140
141
  "eslint-config-airbnb-typescript": "^17.0.0",
@@ -154,13 +155,13 @@
154
155
  "husky": "^8.0.3",
155
156
  "jest": "^29.5.0",
156
157
  "lint-staged": "^13.2.0",
157
- "npm-check-updates": "^16.7.13",
158
- "prettier": "^2.8.6",
158
+ "npm-check-updates": "^16.8.0",
159
+ "prettier": "^2.8.7",
159
160
  "prettier-plugin-organize-imports": "^3",
160
161
  "prettier-plugin-packagejson": "^2",
161
162
  "prop-types": "^15.8.1",
162
- "rimraf": "^4.4.0",
163
- "rollup": "^3.20.0",
163
+ "rimraf": "^4.4.1",
164
+ "rollup": "^3.20.2",
164
165
  "rollup-plugin-copy": "^3.4.0",
165
166
  "rollup-plugin-dts": "^5.3.0",
166
167
  "rollup-plugin-livereload": "^2.0.5",