Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

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 committed May 21, 2019
1 parent 66a9d26 commit 2cdf2f6
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 2cdf2f6

Please sign in to comment.