Skip to content

Commit

Permalink
chore: Updated devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed Sep 29, 2017
1 parent f375b2b commit 10bbba5
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions package.json
Expand Up @@ -58,30 +58,30 @@
},
"devDependencies": {
"are-we-flow-yet": "^1.0.0",
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^21.0.0",
"babel-jest": "^21.2.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"chdir": "0.0.0",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "2.0.0",
"documentation-schema": "0.0.1",
"eslint": "^4.1.1",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint": "^4.7.2",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-flowtype": "^2.37.0",
"flow-bin": "^0.56.0",
"fs-extra": "^4.0.0",
"husky": "^0.14.0",
"fs-extra": "^4.0.2",
"husky": "^0.14.3",
"jest": "^21.2.1",
"json-schema": "0.2.3",
"lint-staged": "^4.0.0",
"mock-fs": "^4.2.0",
"p-event": "^1.0.0",
"prettier": "^1.0.0",
"lint-staged": "^4.2.3",
"mock-fs": "^4.4.1",
"p-event": "^1.3.0",
"prettier": "^1.7.2",
"regenerator-runtime": "^0.11.0",
"standard-version": "^4.0.0",
"standard-version": "^4.2.0",
"tmp": "^0.0.33"
},
"keywords": [
Expand Down Expand Up @@ -110,8 +110,14 @@
"test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"
},
"jest": {
"testPathIgnorePatterns": ["/node_modules/", "utils.js", "fixture"],
"coveragePathIgnorePatterns": ["<rootDir>/lib/"],
"testPathIgnorePatterns": [
"/node_modules/",
"utils.js",
"fixture"
],
"coveragePathIgnorePatterns": [
"<rootDir>/lib/"
],
"collectCoverage": true,
"testEnvironment": "node"
},
Expand All @@ -124,9 +130,15 @@
"node": ">=4"
},
"lint-staged": {
"*.js": ["prettier --write --single-quote", "git add"]
"*.js": [
"prettier --write --single-quote",
"git add"
]
},
"greenkeeper": {
"ignore": ["remote-origin-url", "yargs"]
"ignore": [
"remote-origin-url",
"yargs"
]
}
}
}

0 comments on commit 10bbba5

Please sign in to comment.