Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
icetee committed Jul 14, 2017
1 parent aac1d84 commit 324b177
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.ftpconfig*
.ftpignore
tmp
package-lock.json
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"dependencies": {
"atom-space-pen-views": "^2.2.0",
"chokidar": "^1.6.1",
"fs-plus": "^2.9.3",
"fs-plus": "^3.0.1",
"ftp": "^0.3.10",
"ignore": "^3.2.0",
"ssh-config": "^1.0.1",
"ssh2": "^0.5.4",
"strip-json-comments": "^2.0.1",
"theorist": "^1.0.2",
"ssh-config": "^1.0.1"
"theorist": "^1.0.2"
},
"devDependencies": {
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
"eslint": "^4.2.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0"
}
}

0 comments on commit 324b177

Please sign in to comment.