Skip to content

Commit

Permalink
[REF] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Jun 12, 2021
1 parent 991aff9 commit 4914a86
Show file tree
Hide file tree
Showing 5 changed files with 5,946 additions and 41,668 deletions.
12 changes: 8 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"presets": [
["env", {
["@babel/env", {
"modules": false
}],
"stage-0",
"react"
"@babel/react"

],
"plugins": [
// Stage 0
"@babel/plugin-proposal-function-bind"
]
}
}
Loading

0 comments on commit 4914a86

Please sign in to comment.