Skip to content

Commit

Permalink
Merge pull request #678 from danger/package_updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
orta committed Sep 30, 2018
2 parents 20cd2f0 + d50c38d commit c6563f8
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 260 deletions.
64 changes: 34 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
"proseWrap": "always"
},
"scripts": {
"precommit": "lint-staged",
"prepush": "yarn build; yarn danger:prepush",
"release": "release-it",
"test": "jest",
"test:watch": "jest --watch",
Expand Down Expand Up @@ -83,73 +81,79 @@
},
"homepage": "https://github.com/danger/danger-js#readme",
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/plugin-transform-typescript": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/traverse": "7.0.0",
"@babel/plugin-transform-typescript": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/traverse": "7.1.0",
"@types/debug": "0.0.30",
"@types/get-stdin": "^5.0.1",
"@types/jest": "^23.3.1",
"@types/json5": "^0.0.29",
"@types/jest": "^23.3.2",
"@types/json5": "^0.0.30",
"@types/jsonwebtoken": "^7.2.8",
"@types/lodash.includes": "^4.3.3",
"@types/node": "^10.10.1",
"@types/lodash.includes": "^4.3.4",
"@types/node": "^10.11.3",
"@types/node-fetch": "^2.1.2",
"@types/p-limit": "^1.1.2",
"@types/p-limit": "^2.0.0",
"@types/readline-sync": "^1.4.3",
"@types/voca": "^1.4.0",
"danger-plugin-jest": "^1.0.1",
"danger-plugin-yarn": "^1.3.0",
"date-fns": "^1.29.0",
"flow-bin": "^0.77.0",
"husky": "^0.14.0",
"husky": "^1.0.1",
"jest": "^23.6.0",
"jest-json-reporter": "^1.2.2",
"lint-staged": "^7.2.0",
"lint-staged": "^7.3.0",
"madge": "^3.2.0",
"prettier": "^1.14.2",
"prettier": "^1.14.3",
"release-it": "^7.6.1",
"shx": "^0.3.2",
"ts-jest": "^23.10.0",
"ts-node": "^7.0.0",
"ts-jest": "^23.10.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"tslint-config-prettier": "^1.15.0",
"typedoc": "0.9.0",
"typescript": "^3.0.3"
"typescript": "^3.1.1"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@octokit/rest": "^15.9.5",
"@octokit/rest": "^15.12.1",
"chalk": "^2.3.0",
"commander": "^2.13.0",
"debug": "^3.1.0",
"commander": "^2.18.0",
"debug": "^4.0.1",
"get-stdin": "^6.0.0",
"https-proxy-agent": "^2.2.1",
"hyperlinker": "^1.0.0",
"jsome": "^2.3.25",
"json5": "^1.0.0",
"json5": "^2.1.0",
"jsonpointer": "^4.0.1",
"jsonwebtoken": "^8.2.1",
"lodash.find": "^4.6.0",
"lodash.includes": "^4.3.0",
"lodash.isobject": "^3.0.2",
"lodash.keys": "^4.0.8",
"node-cleanup": "^2.1.2",
"node-fetch": "^2.1.2",
"p-limit": "^1.2.0",
"parse-diff": "^0.4.2",
"parse-git-config": "^2.0.2",
"node-fetch": "^2.2.0",
"p-limit": "^2.0.0",
"parse-diff": "^0.5.1",
"parse-git-config": "^2.0.3",
"parse-github-url": "^1.0.2",
"parse-link-header": "^1.0.1",
"pinpoint": "^1.1.0",
"readline-sync": "^1.4.9",
"require-from-string": "^2.0.2",
"rfc6902": "^2.2.2",
"rfc6902": "^3.0.1",
"supports-hyperlinks": "^1.0.1",
"vm2": "^3.6.0",
"vm2": "^3.6.3",
"voca": "^1.4.0"
},
"optionalDependencies": {}
"optionalDependencies": {},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "yarn build; yarn danger:prepush"
}
}
}

0 comments on commit c6563f8

Please sign in to comment.