Skip to content

Commit

Permalink
fix: fix package.json deps version (#6906)
Browse files Browse the repository at this point in the history
* fix: fix package.json deps version

* fix: get yarn.lock back

* fix: change gitignore

Co-authored-by: 李强 <liqiang@xforceplus.com>
  • Loading branch information
Ives7 and 李强 committed Jul 6, 2021
1 parent 9e36ba7 commit 481530b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
},
"dependencies": {
"@ant-design/pro-layout": "^6.5.0",
"@umijs/preset-react": "1.x",
"react": "17.x",
"react-dom": "17.x",
"umi": "^{{{ version }}}"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/preset-react": "1.x",
"@umijs/test": "^{{{ version }}}",
"lint-staged": "^10.0.7",
"prettier": "^2.2.0",
"react": "17.x",
"react-dom": "17.x",
"typescript": "^4.1.2",
"yorkie": "^2.0.0"
}
Expand Down

0 comments on commit 481530b

Please sign in to comment.