Merge remote-tracking branch 'github/master' into master-kim-1
# Conflicts: # .eslintrc.js # config/config.ts # package.json # src/components/GlobalHeader/RightContent.tsx # src/layouts/BasicLayout.tsx # src/layouts/UserLayout.tsx # src/models/user.ts
Showing
| ... | ... | @@ -36,6 +36,7 @@ |
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "npm run lint-staged" | ||
| } | ||
| }, | ||
| "lint-staged": { | ||
| ... | ... | @@ -53,7 +54,7 @@ |
| "not ie <= 10" | ||
| ], | ||
| "dependencies": { | ||
| "@ant-design/pro-layout": "^4.5.5", | ||
| "@ant-design/pro-layout": "^4.5.7", | ||
| "@antv/data-set": "^0.10.2", | ||
| "@types/lodash.debounce": "^4.0.6", | ||
| "@types/react-router": "^5.0.2", | ||
| ... | ... | @@ -86,11 +87,12 @@ |
| "react-media-hook2": "^1.0.5", | ||
| "react-router": "^4.3.1", | ||
| "redux": "^4.0.1", | ||
| "umi": "^2.7.2", | ||
| "umi": "^2.8.7", | ||
| "umi-plugin-block-dev": "^1.0.0", | ||
| "umi-plugin-ga": "^1.1.3", | ||
| "umi-plugin-pro-block": "^1.3.2", | ||
| "umi-plugin-react": "^1.8.2", | ||
| "umi-plugin-react": "^1.9.5", | ||
| "umi-request": "^1.0.8", | ||
| "axios":"^0.19.0", | ||
| "query-string":"^6.8.1", | ||
| "store":"^2.0.12" | ||
| ... | ... | @@ -129,6 +131,7 @@ |
| "netlify-lambda": "^1.4.13", | ||
| "node-fetch": "^2.6.0", | ||
| "prettier": "^1.17.1", | ||
| "pro-download": "1.0.1", | ||
| "serverless-http": "^2.0.2", | ||
| "slash2": "^2.0.0", | ||
| "stylelint": "^10.1.0", | ||
| ... | ... |
Please register or sign in to comment