Skip to content

Commit

Permalink
fix(deps): Upgrade vulnerable dependencies and correct peer dependenc…
Browse files Browse the repository at this point in the history
…ies (#388)

* chore(deps): Upgrade deps to fix vulnerabilties and peer-deps warnings

* chore(webpack): Upgrade to babel 7
  • Loading branch information
TimothyJones authored Oct 29, 2019
1 parent 99d8a5b commit 4a19161
Show file tree
Hide file tree
Showing 4 changed files with 3,419 additions and 1,916 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"presets": ["@babel/preset-env"],
"compact": false
}
2 changes: 1 addition & 1 deletion config/webpack.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
test: APP,
exclude: /node_modules/,
query: {
presets: ['es2015']
presets: ['@babel/preset-env']
}
}
],
Expand Down
Loading

0 comments on commit 4a19161

Please sign in to comment.