Skip to content

Commit

Permalink
Fix security issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
kutyel committed Jul 25, 2019
1 parent e7814be commit 7867396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["@babel/preset-env"]
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@
],
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"coveralls": "latest",
"git-dirty": "latest",
"jest": "^22.0.0",
"jest": "latest",
"lodash": "latest",
"merge": "latest",
"microbundle": "^0.10.1",
"microbundle": "latest",
"prettier-standard": "latest",
"standard": "latest"
},
Expand Down

0 comments on commit 7867396

Please sign in to comment.