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

Commit 8f3968e

Browse files
committed
Update dependencies
Pulls in a fix for the column start when we don't specify it in rangeFromLineNumber. Updates the bundled eslint.
1 parent 0fee8c0 commit 8f3968e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"atom": ">0.50.0"
1111
},
1212
"dependencies": {
13-
"atom-linter": "^3.3.7",
13+
"atom-linter": "^3.3.8",
1414
"atom-package-deps": "^3.0.5",
1515
"childprocess-promise": "^3.0.0",
1616
"escape-html": "^1.0.3",
17-
"eslint": "^1.9.0",
17+
"eslint": "^1.10.1",
1818
"resolve-env": "^1.0.0"
1919
},
2020
"devDependencies": {
2121
"babel-eslint": "^4.1.5",
22-
"eslint-plugin-react": "^3.9.0",
22+
"eslint-plugin-react": "^3.10.0",
2323
"eslint-config-steelbrain": "latest",
2424
"eslint-config-airbnb": "latest"
2525
},

0 commit comments

Comments
 (0)