Skip to content

Commit

Permalink
feat(remove unused package): remove corejs and other unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
Conglei Shi authored and zhaoyongjie committed Nov 26, 2021
1 parent 11a6929 commit 7522f28
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@
},
"dependencies": {
"@airbnb/lunar": "^1.8.1",
"@airbnb/lunar-icons": "^1.1.1",
"core-js": "^3.0.1",
"dompurify": "^1.0.3"
"@airbnb/lunar-icons": "^1.1.1"
},
"peerDependencies": {
"@superset-ui/chart": "^0.10.0",
"@superset-ui/number-format": "^0.10.0",
"@superset-ui/time-format": "^0.10.0",
"@superset-ui/translation": "^0.10.0"
"@superset-ui/translation": "^0.10.0",
"core-js": "^3.0.1"
}
}

0 comments on commit 7522f28

Please sign in to comment.