Skip to content

Commit

Permalink
Manage dependencies (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 17, 2021
1 parent ea14e5c commit 1ac6ad8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"husky": "^1.1.2",
"lerna": "^3.2.1",
"lint-staged": "^8.0.4",
"react": "^15 || ^16",
"yarn": "^1.9.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@
"reselect": "^4.0.0"
},
"devDependencies": {
"@superset-ui/connection": "^0.9.3",
"@types/fetch-mock": "^6.0.4",
"fetch-mock": "^7.2.5",
"node-fetch": "^2.2.0",
"react": "^15 || ^16"
"node-fetch": "^2.2.0"
},
"peerDependencies": {
"@superset-ui/connection": "^0.9.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
"d3-selection": "^1.3.2",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@superset-ui/chart": "^0.9.4",
"@superset-ui/color": "^0.9.3",
"@superset-ui/translation": "^0.9.3"
},
"peerDependencies": {
"@superset-ui/chart": "^0.9.x",
"@superset-ui/color": "^0.9.x",
Expand Down

0 comments on commit 1ac6ad8

Please sign in to comment.