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

Commit

Permalink
Update dev dependencies to resolve all npm audit findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Feb 7, 2019
1 parent 2917f9b commit e86e330
Show file tree
Hide file tree
Showing 3 changed files with 4,175 additions and 4,562 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["env", "react"],
"plugins": ["transform-class-properties", "transform-object-assign", "transform-object-rest-spread"]
"presets": ["@babel/preset-react", "@babel/preset-env"],
"plugins": ["@babel/plugin-proposal-class-properties"]
}
Loading

0 comments on commit e86e330

Please sign in to comment.