antd-management-fast-framework 1.12.50 → 1.12.51

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.50",
3
+ "version": "1.12.51",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -209,6 +209,9 @@
209
209
  "umi": "^3.5.24",
210
210
  "umi-plugin-custom-extra": "^1.0.12"
211
211
  },
212
+ "peerDependencies": {
213
+ "umi-plugin-custom-extra": "^1.0.12"
214
+ },
212
215
  "filesOther": [
213
216
  "es",
214
217
  "lib",
@@ -217,7 +220,7 @@
217
220
  "src/framework",
218
221
  "src/utils"
219
222
  ],
220
- "gitHead": "11e80546a1b0655a73a68e237b0d9506cb4de812",
223
+ "gitHead": "20a40c1abfd91cdd9197cf46620d93d1520a73d4",
221
224
  "gitHooks": {
222
225
  "pre-commit": "lint-staged"
223
226
  }