Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 21, 2018
1 parent f7a5287 commit d1bd915
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 218 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"@types/debug": "0.0.30",
"@types/get-stdin": "^5.0.1",
"@types/jest": "^22.0.0",
"@types/jest": "^22.0.1",
"@types/json5": "^0.0.29",
"@types/lodash.includes": "^4.3.3",
"@types/node-fetch": "^1.6.6",
Expand All @@ -87,26 +87,26 @@
"babel-traverse": "7.0.0-alpha.19",
"danger-plugin-jest": "^1.0.1",
"danger-plugin-yarn": "^1.2.1",
"date-fns": "^1.28.3",
"date-fns": "^1.29.0",
"husky": "^0.14.0",
"jest": "22.0.4",
"jest": "22.1.4",
"jest-json-reporter": "^1.2.2",
"lint-staged": "^6.0.0",
"madge": "^2.0.0",
"prettier": "^1.9.2",
"lint-staged": "^6.0.1",
"madge": "^2.2.0",
"prettier": "^1.10.2",
"shx": "^0.2.1",
"ts-jest": "^22.0.0",
"ts-jest": "^22.0.1",
"ts-node": "^4.1.0",
"tslint": "^5.8.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.6.0",
"typedoc": "0.9.0",
"typescript": "^2.6.2"
},
"dependencies": {
"@octokit/rest": "^14.0.3",
"@octokit/rest": "^14.0.4",
"babel-polyfill": "^6.23.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"commander": "^2.13.0",
"debug": "^3.1.0",
"get-stdin": "^5.0.1",
"hyperlinker": "^1.0.0",
Expand All @@ -129,7 +129,7 @@
"rfc6902": "^2.2.2",
"supports-hyperlinks": "^1.0.1",
"vm2": "patriksimek/vm2#custom_files",
"voca": "^1.3.1"
"voca": "^1.4.0"
},
"optionalDependencies": {}
}

0 comments on commit d1bd915

Please sign in to comment.