Skip to content

Commit

Permalink
Merge pull request #115 from watson-developer-cloud/update-dep-2
Browse files Browse the repository at this point in the history
fix: Vulnerabilities in dependencies
  • Loading branch information
germanattanasio authored Apr 1, 2019
2 parents 77d3ee9 + b31a6bd commit 72b0b70
Show file tree
Hide file tree
Showing 5 changed files with 5,494 additions and 4,176 deletions.
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
[ "@babel/preset-env",
{
"targets": {
"edge": "17",
"firefox": "60",
"chrome": "67",
"safari": "11.1"
},
"useBuiltIns": "usage",
"corejs": 3
}
]
]
}
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
],
"extends": [
"eslint:recommended",
"google",
"prettier",
],
"rules": {
Expand Down
Loading

0 comments on commit 72b0b70

Please sign in to comment.