Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit bd34a09

Browse files
greenkeeper[bot]Arcanemagus
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#105)
* chore(package): update dependencies https://greenkeeper.io/ * Update to atom-linter v9.0.0 * Update to eslint-config-airbnb-base v11.1.0 Includes the following to satisfy peerDependencies: * [email protected] * [email protected]
1 parent 26c1113 commit bd34a09

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
const msgLine = Number.parseInt(match[1] - 1, 10);
5454
const type = match[2] === 'warning' ? 'Warning' : 'Error';
5555
toReturn.push({
56-
range: helpers.rangeFromLineNumber(textEditor, msgLine),
56+
range: helpers.generateRange(textEditor, msgLine),
5757
type,
5858
text: match[3],
5959
filePath,

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
}
3434
},
3535
"dependencies": {
36-
"atom-linter": "^8.0.0",
36+
"atom-linter": "^9.0.0",
3737
"atom-package-deps": "^4.0.1"
3838
},
3939
"devDependencies": {
40-
"eslint": "^3.9.1",
41-
"eslint-config-airbnb-base": "^10.0.1",
42-
"eslint-plugin-import": "^2.1.0"
40+
"eslint": "^3.15.0",
41+
"eslint-config-airbnb-base": "^11.1.0",
42+
"eslint-plugin-import": "^2.2.0"
4343
},
4444
"package-deps": [
4545
"linter"

0 commit comments

Comments
 (0)