Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jun 17, 2018
1 parent 621197c commit c0fe20e
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 300 deletions.
27 changes: 11 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
"postinstall": "node scripts/postinstall.js"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
"*.js": ["prettier --write", "git add"]
},
"author": "Søren Louv-Jansen",
"homepage": "https://github.com/sqren/backport/blob/master/README.md",
Expand All @@ -45,9 +42,7 @@
"url": "git+https://github.com/sqren/backport.git"
},
"jest": {
"setupFiles": [
"./test/setup.js"
]
"setupFiles": ["./test/setup.js"]
},
"engines": {
"node": ">=8.0.0"
Expand All @@ -56,28 +51,28 @@
"axios": "^0.18.0",
"chalk": "^2.4.1",
"find-up": "^2.1.0",
"inquirer": "^5.2.0",
"joi": "^13.2.0",
"inquirer": "^6.0.0",
"joi": "^13.4.0",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"mkdirp": "^0.5.1",
"ora": "^2.0.0",
"ora": "^2.1.0",
"strip-json-comments": "^2.0.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/jest": "^23.0.0",
"@types/jest": "^23.1.0",
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-prettier": "^2.6.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.0.5",
"jest": "^23.1.0",
"lint-staged": "^7.2.0",
"lodash.last": "^3.0.0",
"nock": "^9.2.5",
"prettier": "^1.12.1"
"nock": "^9.3.3",
"prettier": "^1.13.5"
}
}
Loading

0 comments on commit c0fe20e

Please sign in to comment.