antd-management-fast-component 2.6.20 → 2.6.22

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 (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +31 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-component",
3
- "version": "2.6.20",
3
+ "version": "2.6.22",
4
4
  "description": "antd-management-fast-component",
5
5
  "keywords": [
6
6
  "antd-management-fast-component"
@@ -60,22 +60,22 @@
60
60
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
61
61
  },
62
62
  "dependencies": {
63
- "@ant-design/icons": "^5.1.4",
64
- "@ant-design/pro-layout": "^7.16.6",
65
- "@tanem/react-nprogress": "^5.0.45",
63
+ "@ant-design/icons": "^5.2.5",
64
+ "@ant-design/pro-layout": "^7.16.8",
65
+ "@tanem/react-nprogress": "^5.0.46",
66
66
  "@tinymce/tinymce-react": "^4.3.0",
67
- "@umijs/max": "^4.0.73",
68
- "antd": "^5.7.3",
69
- "antd-management-fast-common": "^2.6.10",
67
+ "@umijs/max": "^4.0.75",
68
+ "antd": "^5.8.2",
69
+ "antd-management-fast-common": "^2.6.12",
70
70
  "array-move": "^4.0.0",
71
71
  "axios": "^1.4.0",
72
72
  "bizcharts": "^4.1.22",
73
73
  "classnames": "^2.3.2",
74
74
  "copy-to-clipboard": "^3.3.3",
75
75
  "dayjs": "^1.11.9",
76
- "easy-soft-dva": "^3.9.13",
77
- "easy-soft-utility": "^2.7.13",
78
- "html-react-parser": "^4.2.0",
76
+ "easy-soft-dva": "^3.9.14",
77
+ "easy-soft-utility": "^2.7.14",
78
+ "html-react-parser": "^4.2.1",
79
79
  "lodash.debounce": "^4.0.8",
80
80
  "numeral": "^2.0.6",
81
81
  "path-to-regexp": "^6.2.1",
@@ -85,31 +85,31 @@
85
85
  "rc-queue-anim": "^2.0.0",
86
86
  "rc-texty": "^0.2.0",
87
87
  "rc-tween-one": "^3.0.6",
88
- "rc-util": "^5.35.0",
88
+ "rc-util": "^5.36.0",
89
89
  "react": "^18.2.0",
90
90
  "react-dom": "^18.2.0",
91
91
  "react-json-view": "^1.21.3",
92
92
  "react-player": "^2.12.0",
93
93
  "react-syntax-highlighter": "^15.5.0",
94
- "umi": "^4.0.73"
94
+ "umi": "^4.0.75"
95
95
  },
96
96
  "devDependencies": {
97
- "@babel/core": "^7.22.9",
98
- "@babel/eslint-parser": "^7.22.9",
97
+ "@babel/core": "^7.22.10",
98
+ "@babel/eslint-parser": "^7.22.10",
99
99
  "@babel/plugin-external-helpers": "^7.22.5",
100
- "@babel/plugin-proposal-decorators": "^7.22.7",
100
+ "@babel/plugin-proposal-decorators": "^7.22.10",
101
101
  "@babel/plugin-syntax-jsx": "^7.22.5",
102
102
  "@babel/plugin-transform-class-properties": "^7.22.5",
103
103
  "@babel/plugin-transform-private-methods": "^7.22.5",
104
104
  "@babel/plugin-transform-private-property-in-object": "^7.22.5",
105
- "@babel/plugin-transform-runtime": "^7.22.9",
106
- "@babel/preset-env": "^7.22.9",
105
+ "@babel/plugin-transform-runtime": "^7.22.10",
106
+ "@babel/preset-env": "^7.22.10",
107
107
  "@babel/preset-react": "^7.22.5",
108
- "@babel/runtime": "^7.22.6",
109
- "@commitlint/cli": "^17.6.7",
110
- "@commitlint/config-conventional": "^17.6.7",
111
- "@commitlint/config-lerna-scopes": "^17.6.6",
112
- "@commitlint/cz-commitlint": "^17.6.7",
108
+ "@babel/runtime": "^7.22.10",
109
+ "@commitlint/cli": "^17.7.1",
110
+ "@commitlint/config-conventional": "^17.7.0",
111
+ "@commitlint/config-lerna-scopes": "^17.7.0",
112
+ "@commitlint/cz-commitlint": "^17.7.0",
113
113
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
114
114
  "@rollup/plugin-alias": "^5.0.0",
115
115
  "@rollup/plugin-babel": "6.0.3",
@@ -122,14 +122,14 @@
122
122
  "@svgr/rollup": "^8.0.1",
123
123
  "@types/fs-extra": "^11.0.1",
124
124
  "@types/jest": "^29.5.3",
125
- "@types/lodash": "^4.14.196",
125
+ "@types/lodash": "^4.14.197",
126
126
  "@types/lodash.debounce": "^4.0.7",
127
127
  "@types/lodash.isequal": "^4.5.6",
128
- "@types/node": "^20.4.5",
129
- "@types/react": "^18.2.17",
128
+ "@types/node": "^20.4.9",
129
+ "@types/react": "^18.2.20",
130
130
  "@types/react-dom": "^18.2.7",
131
131
  "@types/shelljs": "^0.8.12",
132
- "@typescript-eslint/parser": "^6.2.0",
132
+ "@typescript-eslint/parser": "^6.3.0",
133
133
  "autoprefixer": "^10.4.14",
134
134
  "babel-jest": "^29.6.2",
135
135
  "commitizen": "^4.3.0",
@@ -141,9 +141,9 @@
141
141
  "eslint": "^8.46.0",
142
142
  "eslint-config-airbnb": "^19.0.4",
143
143
  "eslint-config-airbnb-typescript": "^17.1.0",
144
- "eslint-config-prettier": "^8.9.0",
144
+ "eslint-config-prettier": "^9.0.0",
145
145
  "eslint-formatter-pretty": "^5.0.0",
146
- "eslint-import-resolver-typescript": "^3.5.5",
146
+ "eslint-import-resolver-typescript": "^3.6.0",
147
147
  "eslint-plugin-eslint-comments": "^3.2.0",
148
148
  "eslint-plugin-import": "^2.28.0",
149
149
  "eslint-plugin-jest": "^27.2.3",
@@ -157,13 +157,13 @@
157
157
  "husky": "^8.0.3",
158
158
  "jest": "^29.6.2",
159
159
  "lint-staged": "^13.2.3",
160
- "npm-check-updates": "^16.10.17",
161
- "prettier": "^3.0.0",
160
+ "npm-check-updates": "^16.10.18",
161
+ "prettier": "^3.0.1",
162
162
  "prettier-plugin-organize-imports": "^3.2.3",
163
163
  "prettier-plugin-packagejson": "^2.4.5",
164
164
  "prop-types": "^15.8.1",
165
165
  "rimraf": "^5.0.1",
166
- "rollup": "^3.27.0",
166
+ "rollup": "^3.28.0",
167
167
  "rollup-plugin-copy": "^3.4.0",
168
168
  "rollup-plugin-dts": "^5.3.1",
169
169
  "rollup-plugin-livereload": "^2.0.5",