Skip to content

Commit

Permalink
Add babel-eslint in otherPackages (#86)
Browse files Browse the repository at this point in the history
* add babel-eslint in otherPackages

* added in deps to test
  • Loading branch information
isacjunior authored and nicolo-ribaudo committed Sep 5, 2018
1 parent 45d423f commit 7af1a29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions __tests__/__snapshots__/packageData.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Object {
"@babel/template": "7.0.0-beta.39",
"@babel/traverse": "7.0.0-beta.39",
"@babel/types": "7.0.0-beta.39",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"rollup-plugin-babel": "^4.0.1",
}
Expand Down
3 changes: 2 additions & 1 deletion fixtures/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,6 @@
"babel-traverse": "6.0.0",
"babel-types": "6.0.0",
"babel-loader": "6.0.0",
"rollup-plugin-babel": "3.0.3"
"rollup-plugin-babel": "3.0.3",
"babel-eslint": "8.2.6"
}
1 change: 1 addition & 0 deletions src/upgradeDeps.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { packages: oldPackages, latestPackages, stagePresets } = require('./packa
const otherPackages = {
'babel-loader': '^8.0.0',
'rollup-plugin-babel': '^4.0.1',
'babel-eslint': '^9.0.0',
};

module.exports = function upgradeDeps(dependencies, version, options = {}) {
Expand Down

0 comments on commit 7af1a29

Please sign in to comment.