Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 30, 2018
1 parent a97e352 commit 6ad4652
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,43 @@
},
"bin": "./dist/bin/index.js",
"dependencies": {
"bluebird": "^3.5.1",
"bluebird": "^3.5.2",
"deadlink": "^1.1.3",
"eslint": "^5.4.0",
"eslint": "^5.6.1",
"filesize": "^3.6.1",
"gitinfo": "^2.2.0",
"glob": "^7.1.3",
"jsonfile": "^4.0.0",
"lodash": "^4.17.10",
"jsonfile": "^5.0.0",
"lodash": "^4.17.11",
"markdown-contents": "^1.0.11",
"marked": "^0.5.0",
"marked": "^0.5.1",
"moment": "^2.22.2",
"stack-trace": "^0.0.10",
"url-extractor": "^2.0.2",
"yargs": "^12.0.1"
"yargs": "^12.0.2"
},
"description": "Github markdown preprocessor.",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"ava": "^1.0.0-beta.8",
"babel-plugin-istanbul": "^5.0.1",
"chai": "^4.1.2",
"babel-plugin-istanbul": "^5.1.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"eslint": "^5.4.0",
"eslint-config-canonical": "^12.0.0",
"husky": "^1.0.0-rc.13",
"eslint": "^5.6.1",
"eslint-config-canonical": "^13.0.0",
"husky": "^1.0.1",
"mocha": "^5.2.0",
"nock": "^9.6.1",
"nyc": "^13.0.1",
"nock": "^10.0.0",
"nyc": "^13.1.0",
"require-uncached": "^1",
"semantic-release": "^15.9.12",
"sinon": "^6.1.5"
"semantic-release": "^15.9.16",
"sinon": "^6.3.4"
},
"keywords": [
"github",
Expand Down

0 comments on commit 6ad4652

Please sign in to comment.