Merge remote-tracking branch 'origin/master-blocks' into master-kim-1
# Conflicts: # .eslintrc.js # config/config.ts # package.json
Showing
.npmrc
0 → 100644
| ... | ... | @@ -34,7 +34,7 @@ | 
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "npm run lint-staged" | ||
| } | ||
| }, | ||
| "lint-staged": { | ||
| ... | ... | @@ -94,16 +94,18 @@ | 
| }, | ||
| "devDependencies": { | ||
| "@ant-design/colors": "^3.1.0", | ||
| "@duanledexian/umi-config": "^1.0.10", | ||
| "@types/classnames": "^2.2.7", | ||
| "@types/history": "^4.7.2", | ||
| "@types/jest": "^24.0.13", | ||
| "@types/lodash": "^4.14.134", | ||
| "@types/mockjs": "^1.0.2", | ||
| "@types/numeral": "^0.0.25", | ||
| "@types/qs": "^6.5.3", | ||
| "@types/react": "^16.8.19", | ||
| "@types/react-document-title": "^2.0.3", | ||
| "@types/react-dom": "^16.8.4", | ||
| "@types/numeral":"^0.0.25", | ||
| "@umijs/fabric": "^1.0.5", | ||
| "babel-eslint": "^10.0.1", | ||
| "chalk": "^2.4.2", | ||
| "check-prettier": "^1.0.3", | ||
| ... | ... | @@ -129,8 +131,7 @@ | 
| "stylelint": "^10.1.0", | ||
| "webpack-theme-color-replacer": "^1.1.5", | ||
| "mockjs": "^1.0.1-beta3", | ||
| "@types/mockjs":"^1.0.2", | ||
| "eslint-import-resolver-alias": "^1.1.2" | ||
| "@types/mockjs":"^1.0.2" | ||
| }, | ||
| "optionalDependencies": { | ||
| "puppeteer": "^1.17.0" | ||
| ... | ... | 
src/pages/404.tsx
0 → 100644
Please register or sign in to comment