Skip to content

Commit

Permalink
fix(package): update minimum babel version to 7.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Aug 24, 2018
1 parent bfd279c commit 9b6896b
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 388 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"yarnhook": "^0.3.0"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/generator": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",
"@babel/preset-typescript": "^7.0.0-beta.49",
"@babel/traverse": "^7.0.0-beta.49",
"@babel/types": "^7.0.0-beta.49",
"@babel/core": "^7.0.0-rc.3",
"@babel/generator": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/preset-typescript": "^7.0.0-rc.3",
"@babel/traverse": "^7.0.0-rc.3",
"@babel/types": "^7.0.0-rc.3",
"get-stream": "^4.0.0",
"globby": "^8.0.1",
"got": "^8.3.1",
Expand Down
Loading

0 comments on commit 9b6896b

Please sign in to comment.