Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 30, 2018
1 parent 20cd2f0 commit 03c19e0
Show file tree
Hide file tree
Showing 2 changed files with 302 additions and 232 deletions.
48 changes: 26 additions & 22 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,45 +81,45 @@
},
"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",
Expand All @@ -138,7 +136,7 @@
"lodash.keys": "^4.0.8",
"node-cleanup": "^2.1.2",
"node-fetch": "^2.1.2",
"p-limit": "^1.2.0",
"p-limit": "^2.0.0",
"parse-diff": "^0.4.2",
"parse-git-config": "^2.0.2",
"parse-github-url": "^1.0.2",
Expand All @@ -151,5 +149,11 @@
"vm2": "^3.6.0",
"voca": "^1.4.0"
},
"optionalDependencies": {}
"optionalDependencies": {},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "yarn build; yarn danger:prepush"
}
}
}

0 comments on commit 03c19e0

Please sign in to comment.