Skip to content

Commit

Permalink
Add resolutions to prevent createSuper error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoUmpierrez committed Mar 22, 2020
1 parent aeb6130 commit bceb388
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,11 @@
"hammerjs": "^2.0.8",
"idb": "^5.0.1",
"uuid": "^7.0.2"
},
"resolutions": {
"@babel/core": "7.8.7",
"@babel/helpers": "7.8.4",
"@babel/plugin-transform-classes": "7.8.6",
"@babel/runtime": "7.8.7"
}
}

0 comments on commit bceb388

Please sign in to comment.