antd-management-fast-component 2.4.1 → 2.6.0

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.4.1",
3
+ "version": "2.6.0",
4
4
  "description": "antd-management-fast-component",
5
5
  "keywords": [
6
6
  "antd-management-fast-component"
@@ -61,20 +61,20 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@ant-design/icons": "^5.1.4",
64
- "@ant-design/pro-layout": "^7.15.2",
64
+ "@ant-design/pro-layout": "^7.15.3",
65
65
  "@tanem/react-nprogress": "^5.0.43",
66
66
  "@tinymce/tinymce-react": "^4.3.0",
67
- "@umijs/max": "^4.0.71",
67
+ "@umijs/max": "^4.0.72",
68
68
  "antd": "^5.6.3",
69
- "antd-management-fast-common": "^2.1.28",
69
+ "antd-management-fast-common": "^2.2.0",
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.8",
76
- "easy-soft-dva": "^3.7.0",
77
- "easy-soft-utility": "^2.5.0",
76
+ "easy-soft-dva": "^3.9.1",
77
+ "easy-soft-utility": "^2.7.1",
78
78
  "html-react-parser": "^4.0.0",
79
79
  "lodash.debounce": "^4.0.8",
80
80
  "numeral": "^2.0.6",
@@ -91,17 +91,17 @@
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.71"
94
+ "umi": "^4.0.72"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@babel/core": "^7.22.5",
98
98
  "@babel/eslint-parser": "^7.22.5",
99
99
  "@babel/plugin-external-helpers": "^7.22.5",
100
- "@babel/plugin-proposal-class-properties": "^7.18.6",
101
100
  "@babel/plugin-proposal-decorators": "^7.22.5",
102
- "@babel/plugin-proposal-private-methods": "^7.18.6",
103
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
104
101
  "@babel/plugin-syntax-jsx": "^7.22.5",
102
+ "@babel/plugin-transform-class-properties": "^7.22.5",
103
+ "@babel/plugin-transform-private-methods": "^7.22.5",
104
+ "@babel/plugin-transform-private-property-in-object": "^7.22.5",
105
105
  "@babel/plugin-transform-runtime": "^7.22.5",
106
106
  "@babel/preset-env": "^7.22.5",
107
107
  "@babel/preset-react": "^7.22.5",
@@ -131,12 +131,13 @@
131
131
  "@types/shelljs": "^0.8.12",
132
132
  "@typescript-eslint/parser": "^5.60.1",
133
133
  "autoprefixer": "^10.4.14",
134
+ "babel-jest": "^29.5.0",
134
135
  "commitizen": "^4.3.0",
135
136
  "conventional-changelog-conventionalcommits": "^6.1.0",
136
137
  "cross-env": "^7.0.3",
137
138
  "cssnano": "^6.0.1",
138
139
  "documentation": "^14.0.2",
139
- "easy-soft-develop": "^2.1.21",
140
+ "easy-soft-develop": "^2.1.26",
140
141
  "eslint": "^8.43.0",
141
142
  "eslint-config-airbnb": "^19.0.4",
142
143
  "eslint-config-airbnb-typescript": "^17.0.0",
@@ -176,7 +177,7 @@
176
177
  "stylelint-config-prettier": "^9.0.5",
177
178
  "stylelint-config-standard": "^33.0.0",
178
179
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
179
- "typescript": "^5.1.5"
180
+ "typescript": "^5.1.6"
180
181
  },
181
182
  "gitHead": "8f5f3fe1105991d759c5e13cd5ae898385c17c9a"
182
183
  }