Lock down dependency versions.
This commit is contained in:
parent
39cef92885
commit
b6172b2ed3
@ -12,10 +12,10 @@
|
||||
"url": "https://github.com/babel/babel-eslint.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.0.0-beta.31",
|
||||
"@babel/traverse": "^7.0.0-beta.31",
|
||||
"@babel/types": "^7.0.0-beta.31",
|
||||
"babylon": "^7.0.0-beta.31"
|
||||
"@babel/code-frame": "7.0.0-beta.31",
|
||||
"@babel/traverse": "7.0.0-beta.31",
|
||||
"@babel/types": "7.0.0-beta.31",
|
||||
"babylon": "7.0.0-beta.31"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run lint && npm run test-only",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user