Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Feb 9, 2018
1 parent 34c4799 commit 8c1e731
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 @@ -10,10 +10,10 @@
"tooling"
],
"dependencies": {
"@types/babel-types": "^7.0.0",
"@types/babylon": "^6.16.2",
"babel-types": "^6.16.0",
"babylon": "^6.18.0",
"babylon-walk": "^1.0.2"
"babel-types": "^6.26.0",
"babylon": "^6.18.0"
},
"devDependencies": {
"@types/node": "^9.4.4",
Expand All @@ -32,4 +32,4 @@
},
"author": "ForbesLindesay",
"license": "MIT"
}
}

0 comments on commit 8c1e731

Please sign in to comment.