Skip to content

Commit

Permalink
Upgrade deps (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
poteirard committed Nov 2, 2020
1 parent d0c6195 commit 86226df
Show file tree
Hide file tree
Showing 4 changed files with 4,881 additions and 5,265 deletions.
8 changes: 4 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"presets": ["env"],
"presets": ["@babel/preset-env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx",
"transform-object-assign"
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-react-jsx",
"@babel/plugin-transform-object-assign"
]
}
Loading

0 comments on commit 86226df

Please sign in to comment.