Skip to content

Commit

Permalink
😒 chore(deps-dev): Upgrade babel packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 3, 2020
1 parent 1171639 commit 0b11809
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"author": "Aurélien Ooms <[email protected]>",
"ava": {
"require": [
"babel-polyfill",
"babel-register"
"@babel/polyfill",
"@babel/register"
]
},
"babel": {
"presets": [
"latest"
"@babel/preset-env"
],
"env": {
"development": {
Expand All @@ -36,9 +36,9 @@
"esdoc": "1.1.0",
"nyc": "11.9.0",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
Expand Down

0 comments on commit 0b11809

Please sign in to comment.