Skip to content

Commit

Permalink
Allow ^ version for babel dependencies (babel#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored Nov 6, 2017
1 parent d3b8519 commit 295091d
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 217 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"url": "https://github.com/babel/babel-eslint.git"
},
"dependencies": {
"babel-code-frame": "7.0.0-beta.0",
"babel-traverse": "7.0.0-beta.0",
"babel-types": "7.0.0-beta.0",
"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",
Expand All @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/babel/babel-eslint",
"devDependencies": {
"babel-eslint": "^8.0.0-alpha.13",
"babel-eslint": "^8.0.0",
"dedent": "^0.7.0",
"eslint": "^4.1.0",
"eslint-config-babel": "^7.0.1",
Expand Down
Loading

0 comments on commit 295091d

Please sign in to comment.