Skip to content

Commit

Permalink
fix: 对等依赖版本报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyuhui committed Jul 29, 2024
1 parent 6208176 commit d6c4d04
Show file tree
Hide file tree
Showing 2 changed files with 2,507 additions and 2,565 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@babel/core": "7.5.5",
"@svgr/webpack": "4.3.2",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"@typescript-eslint/eslint-plugin": "2.8.0",
"@typescript-eslint/parser": "2.8.0",
"antd": "^3.23.2",
"axios": "^0.19.0",
"babel-eslint": "10.0.2",
Expand All @@ -24,8 +24,8 @@
"draftjs-to-html": "^0.8.4",
"echarts": "^4.5.0",
"echarts-for-react": "^2.0.15-beta.1",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.1",
"eslint": "6.1.0",
"eslint-config-react-app": "5.0.1",
"eslint-loader": "2.2.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
Expand Down
Loading

0 comments on commit d6c4d04

Please sign in to comment.