Skip to content

Commit

Permalink
Merge pull request #978 from linewalks/issue.976
Browse files Browse the repository at this point in the history
dependency 패키지 정리 (2)
  • Loading branch information
edit8080 authored Dec 3, 2021
2 parents 3ad4ead + 6537d04 commit bc4c634
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 757 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"webpack": "4.44.2"
},
"dependencies": {
"antd": "^3.23.4",
"antd": "^4.17.2",
"clsx": "^1.1.1",
"d3": "^5.9.7",
"d3-sankey-circular": "^0.34.0",
Expand All @@ -128,16 +128,14 @@
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.9.0",
"react-transition-group": "^4.3.0",
"recharts": "1.8.5",
"recharts": "^2.1.6",
"regenerator-runtime": "^0.13.7",
"styled-components": "^4.3.2",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
"react-dom": "^16.9.0"
}
}
Loading

0 comments on commit bc4c634

Please sign in to comment.