Skip to content

Commit

Permalink
chore: update Babel dependencies (#1527)
Browse files Browse the repository at this point in the history
* chore(package): update @babel/core to version 7.4.4

* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.4.4

* chore(package): update @babel/polyfill to version 7.4.4

* chore(package): update @babel/preset-env to version 7.4.4
  • Loading branch information
straker authored and WilcoFiers committed May 1, 2019
1 parent 5dca636 commit 9cea13d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"fmt": "prettier --write *.{json,md,js} **/*.ts './{build,doc,lib,test}/**/*.{json,md,js,ts,html}'"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"aria-query": "^3.0.0",
"axios": "^0.18.0",
"babelify": "^10.0.0",
Expand Down

0 comments on commit 9cea13d

Please sign in to comment.