antd-management-fast-framework 2.11.142 → 2.11.145

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 +1 -1
  2. package/package.json +44 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "2.11.142",
3
+ "version": "2.11.145",
4
4
  "description": "antd-management-fast-framework",
5
5
  "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
6
  "license": "ISC",
@@ -48,46 +48,45 @@
48
48
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
49
49
  },
50
50
  "dependencies": {
51
- "@ant-design/icons": "^5.2.6",
52
- "@ant-design/pro-components": "^2.6.48",
51
+ "@ant-design/icons": "^5.3.1",
52
+ "@ant-design/pro-components": "^2.6.49",
53
53
  "@ant-design/pro-layout": "^7.17.19",
54
54
  "@tanem/react-nprogress": "^5.0.51",
55
- "@umijs/max": "^4.1.1",
56
- "antd": "^5.13.2",
57
- "antd-management-fast-common": "^2.6.82",
58
- "antd-management-fast-component": "^2.6.127",
59
- "axios": "^1.6.5",
55
+ "@umijs/max": "^4.1.2",
56
+ "antd": "^5.15.0",
57
+ "antd-management-fast-common": "^2.6.84",
58
+ "antd-management-fast-component": "^2.6.129",
59
+ "axios": "^1.6.7",
60
60
  "classnames": "^2.5.1",
61
61
  "dayjs": "^1.11.10",
62
- "easy-soft-dva": "^3.10.11",
63
- "easy-soft-utility": "^2.8.12",
64
- "html-react-parser": "^5.1.1",
62
+ "easy-soft-dva": "^3.10.13",
63
+ "easy-soft-utility": "^2.8.13",
64
+ "html-react-parser": "^5.1.8",
65
65
  "rc-animate": "^3.1.1",
66
66
  "rc-queue-anim": "^2.0.0",
67
67
  "react": "^18.2.0",
68
68
  "react-dnd": "^16.0.1",
69
69
  "react-dnd-html5-backend": "^16.0.1",
70
70
  "react-dom": "^18.2.0",
71
- "umi": "^4.1.1"
71
+ "umi": "^4.1.2"
72
72
  },
73
73
  "devDependencies": {
74
- "@babel/core": "^7.23.7",
75
- "@babel/eslint-parser": "^7.23.3",
74
+ "@babel/core": "^7.24.0",
75
+ "@babel/eslint-parser": "^7.23.10",
76
76
  "@babel/plugin-external-helpers": "^7.23.3",
77
- "@babel/plugin-proposal-decorators": "^7.23.7",
77
+ "@babel/plugin-proposal-decorators": "^7.24.0",
78
78
  "@babel/plugin-syntax-jsx": "^7.23.3",
79
79
  "@babel/plugin-transform-class-properties": "^7.23.3",
80
80
  "@babel/plugin-transform-private-methods": "^7.23.3",
81
81
  "@babel/plugin-transform-private-property-in-object": "^7.23.4",
82
- "@babel/plugin-transform-runtime": "^7.23.7",
83
- "@babel/preset-env": "^7.23.8",
82
+ "@babel/plugin-transform-runtime": "^7.24.0",
83
+ "@babel/preset-env": "^7.24.0",
84
84
  "@babel/preset-react": "^7.23.3",
85
- "@babel/runtime": "^7.23.8",
85
+ "@babel/runtime": "^7.24.0",
86
86
  "@changesets/cli": "^2.27.1",
87
- "@commitlint/cli": "^18.5.0",
88
- "@commitlint/config-conventional": "^18.5.0",
89
- "@commitlint/config-pnpm-scopes": "^18.4.4",
90
- "@commitlint/cz-commitlint": "^18.5.0",
87
+ "@commitlint/cli": "^19.0.3",
88
+ "@commitlint/config-conventional": "^19.0.3",
89
+ "@commitlint/config-pnpm-scopes": "^19.0.0",
91
90
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
92
91
  "@rollup/plugin-alias": "^5.1.0",
93
92
  "@rollup/plugin-babel": "6.0.4",
@@ -100,48 +99,49 @@
100
99
  "@rollup/plugin-url": "^8.0.2",
101
100
  "@svgr/rollup": "^8.1.0",
102
101
  "@types/fs-extra": "^11.0.4",
103
- "@types/jest": "^29.5.11",
102
+ "@types/jest": "^29.5.12",
104
103
  "@types/lodash": "^4.14.202",
105
104
  "@types/lodash.isequal": "^4.5.8",
106
- "@types/node": "^20.11.5",
107
- "@types/react": "^18.2.48",
108
- "@types/react-dom": "^18.2.18",
105
+ "@types/node": "^20.11.24",
106
+ "@types/react": "^18.2.62",
107
+ "@types/react-dom": "^18.2.19",
109
108
  "@types/shelljs": "^0.8.15",
110
- "@typescript-eslint/parser": "^6.19.0",
111
- "autoprefixer": "^10.4.17",
109
+ "@typescript-eslint/parser": "^7.1.1",
110
+ "autoprefixer": "^10.4.18",
112
111
  "babel-jest": "^29.7.0",
113
112
  "commitizen": "^4.3.0",
114
113
  "conventional-changelog-conventionalcommits": "^7.0.2",
115
114
  "cross-env": "^7.0.3",
116
- "cssnano": "^6.0.3",
117
- "documentation": "^14.0.2",
118
- "easy-soft-develop": "^2.1.61",
119
- "eslint": "^8.56.0",
115
+ "cssnano": "^6.0.5",
116
+ "cz-git": "^1.9.0",
117
+ "documentation": "^14.0.3",
118
+ "easy-soft-develop": "^2.1.68",
119
+ "eslint": "^8.57.0",
120
120
  "eslint-config-airbnb": "^19.0.4",
121
- "eslint-config-airbnb-typescript": "^17.1.0",
121
+ "eslint-config-airbnb-typescript": "^18.0.0",
122
122
  "eslint-config-prettier": "^9.1.0",
123
123
  "eslint-formatter-pretty": "^6.0.1",
124
124
  "eslint-import-resolver-typescript": "^3.6.1",
125
125
  "eslint-plugin-eslint-comments": "^3.2.0",
126
126
  "eslint-plugin-import": "^2.29.1",
127
- "eslint-plugin-jest": "^27.6.3",
127
+ "eslint-plugin-jest": "^27.9.0",
128
128
  "eslint-plugin-jsx-a11y": "^6.8.0",
129
129
  "eslint-plugin-prettier": "^5.1.3",
130
130
  "eslint-plugin-promise": "^6.1.1",
131
- "eslint-plugin-react": "^7.33.2",
131
+ "eslint-plugin-react": "^7.34.0",
132
132
  "eslint-plugin-react-hooks": "^4.6.0",
133
- "eslint-plugin-simple-import-sort": "^10.0.0",
134
- "eslint-plugin-unicorn": "^50.0.1",
135
- "husky": "^8.0.3",
133
+ "eslint-plugin-simple-import-sort": "^12.0.0",
134
+ "eslint-plugin-unicorn": "^51.0.1",
135
+ "husky": "^9.0.11",
136
136
  "jest": "^29.7.0",
137
- "lint-staged": "^15.2.0",
138
- "npm-check-updates": "^16.14.12",
139
- "prettier": "^3.2.4",
137
+ "lint-staged": "^15.2.2",
138
+ "npm-check-updates": "^16.14.15",
139
+ "prettier": "^3.2.5",
140
140
  "prettier-plugin-organize-imports": "^3.2.4",
141
- "prettier-plugin-packagejson": "^2.4.9",
141
+ "prettier-plugin-packagejson": "^2.4.12",
142
142
  "prop-types": "^15.8.1",
143
143
  "rimraf": "^5.0.5",
144
- "rollup": "^4.9.6",
144
+ "rollup": "^4.12.0",
145
145
  "rollup-plugin-copy": "^3.5.0",
146
146
  "rollup-plugin-dts": "^6.1.0",
147
147
  "rollup-plugin-livereload": "^2.0.5",
@@ -149,7 +149,7 @@
149
149
  "rollup-plugin-postcss": "^4.0.2",
150
150
  "rollup-plugin-serve": "^3.0.0",
151
151
  "rollup-plugin-typescript2": "^0.36.0",
152
- "stylelint": "^16.2.0",
152
+ "stylelint": "^16.2.1",
153
153
  "stylelint-config-css-modules": "^4.4.0",
154
154
  "stylelint-config-prettier": "^9.0.5",
155
155
  "stylelint-config-standard": "^36.0.0",