Merge branch 'feature/distributionArea' into 'master'
Feature/distribution area See merge request !28
Showing
This diff is collapsed.
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| "scripts": { | "scripts": { | ||
| "analyze": "cross-env ANALYZE=1 umi build", | "analyze": "cross-env ANALYZE=1 umi build", | ||
| "build": "umi build", | "build": "umi build", | ||
| "build:pre": "cross-env PRE_ENV=pre umi build", | "build:pre": "cross-env PRE_ENV=pre umi build", | ||
| "deploy": "npm run site && npm run gh-pages", | "deploy": "npm run site && npm run gh-pages", | ||
| "fetch:blocks": "pro fetch-blocks && npm run prettier", | "fetch:blocks": "pro fetch-blocks && npm run prettier", | ||
| "format-imports": "cross-env import-sort --write '**/*.{js,jsx,ts,tsx}'", | "format-imports": "cross-env import-sort --write '**/*.{js,jsx,ts,tsx}'", | ||
| ... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
| "@ant-design/pro-layout": "^4.10.0", | "@ant-design/pro-layout": "^4.10.0", | ||
| "@ant-design/pro-table": "^1.0.31", | "@ant-design/pro-table": "^1.0.31", | ||
| "@antv/data-set": "^0.10.2", | "@antv/data-set": "^0.10.2", | ||
| "antd": "^3.23.6", | "antd": "^3.26.20", | ||
| "antd-virtual-select": "^1.1.2", | "antd-virtual-select": "^1.1.2", | ||
| "classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
| "date-fns": "^2.16.1", | "date-fns": "^2.16.1", | ||
| ... | @@ -63,6 +63,7 @@ | ... | @@ -63,6 +63,7 @@ |
| "omit.js": "^1.0.2", | "omit.js": "^1.0.2", | ||
| "path-to-regexp": "^3.1.0", | "path-to-regexp": "^3.1.0", | ||
| "qs": "^6.9.0", | "qs": "^6.9.0", | ||
| "rc-tree-select": "^5.1.4", | |||
| "react": "^16.8.6", | "react": "^16.8.6", | ||
| "react-copy-to-clipboard": "^5.0.1", | "react-copy-to-clipboard": "^5.0.1", | ||
| "react-dom": "^16.8.6", | "react-dom": "^16.8.6", | ||
| ... | ... |
Please register or sign in to comment