Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: table-list block mock bug for support remove and update #334

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: prettier package.json
  • Loading branch information
yutingzhao1991 committed Sep 2, 2021
commit a0f38ef2815c8065f308085492be480db28054ff
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"**/*.{js,jsx}": "npm run lint-staged:js",
"**/*.{js,ts,tsx}": "npm run lint-staged:js"
},
"resolutions": {
"prettier": "^2.0.2",
"typescript": "^4.0.0"
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-cli": "^1.0.5",
Expand Down Expand Up @@ -89,10 +93,6 @@
"stylelint": "^13.0.0",
"typescript": "^4.0.0"
},
"resolutions": {
"typescript": "^4.0.0",
"prettier": "^2.0.2"
},
"checkFiles": [
"**/*.ts*",
"**/*.less",
Expand Down