Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Updated deps in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Oct 15, 2016
1 parent 06d7a54 commit 4ef9f07
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"Yandex.Speller"
],
"dependencies": {
"async": "~2.0.1",
"async": "~2.1.1",
"chalk": "~1.1.3",
"commander": "~2.9.0",
"eyo-kernel": "~1.0.4",
"eyo-kernel": "~1.0.6",
"entities": "~1.1.1",
"isutf8": "~2.0.0",
"escape-html": "1.0.3",
"minimatch": "~3.0.3",
"request": "^2.73.0",
"request": "^2.75.0",
"showdown": "~1.4.2",
"strip-json-comments": "~2.0.1",
"xml2js": "~0.4.17",
"yandex-speller": "~1.0.0"
"yandex-speller": "~2.0.0"
},
"devDependencies": {
"chai": "~3.5.0",
"eslint": "~3.3.0",
"eslint": "~3.8.0",
"istanbul": "~0.4.5",
"jscs": "~3.0.7",
"mocha": "~3.0.2",
"sinon": "^1.17.4"
"mocha": "~3.1.2",
"sinon": "^1.17.6"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 4ef9f07

Please sign in to comment.