Skip to content

Commit

Permalink
Update outdated dependencies to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Nov 16, 2018
1 parent 6f9edb1 commit 3f2e3ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"test": "test/run.sh"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/runtime": "^7.0.0-beta.51",
"@babel/types": "^7.0.0-beta.51",
"@babel/core": "^7.1.6",
"@babel/runtime": "^7.1.5",
"@babel/types": "^7.1.6",
"commoner": "^0.10.8",
"private": "^0.1.6",
"recast": "^0.15.3",
"regenerator-preset": "^0.12.0",
"private": "^0.1.8",
"recast": "^0.16.0",
"regenerator-preset": "^0.12.1",
"regenerator-runtime": "^0.12.1",
"regenerator-transform": "^0.13.3",
"through": "^2.3.8"
Expand Down

0 comments on commit 3f2e3ba

Please sign in to comment.