Skip to content

Commit 10bbba5

Browse files
chore: Updated devDependencies
1 parent f375b2b commit 10bbba5

File tree

1 file changed

+30
-18
lines changed

1 file changed

+30
-18
lines changed

package.json

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,30 @@
5858
},
5959
"devDependencies": {
6060
"are-we-flow-yet": "^1.0.0",
61-
"babel-cli": "^6.24.1",
61+
"babel-cli": "^6.26.0",
6262
"babel-eslint": "^7.2.3",
63-
"babel-jest": "^21.0.0",
63+
"babel-jest": "^21.2.0",
6464
"babel-plugin-syntax-async-functions": "^6.13.0",
65-
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
65+
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
6666
"babel-preset-flow": "^6.23.0",
6767
"chdir": "0.0.0",
6868
"coveralls": "^3.0.0",
6969
"cz-conventional-changelog": "2.0.0",
7070
"documentation-schema": "0.0.1",
71-
"eslint": "^4.1.1",
72-
"eslint-config-prettier": "^2.3.0",
73-
"eslint-plugin-flowtype": "^2.34.1",
71+
"eslint": "^4.7.2",
72+
"eslint-config-prettier": "^2.6.0",
73+
"eslint-plugin-flowtype": "^2.37.0",
7474
"flow-bin": "^0.56.0",
75-
"fs-extra": "^4.0.0",
76-
"husky": "^0.14.0",
75+
"fs-extra": "^4.0.2",
76+
"husky": "^0.14.3",
7777
"jest": "^21.2.1",
7878
"json-schema": "0.2.3",
79-
"lint-staged": "^4.0.0",
80-
"mock-fs": "^4.2.0",
81-
"p-event": "^1.0.0",
82-
"prettier": "^1.0.0",
79+
"lint-staged": "^4.2.3",
80+
"mock-fs": "^4.4.1",
81+
"p-event": "^1.3.0",
82+
"prettier": "^1.7.2",
8383
"regenerator-runtime": "^0.11.0",
84-
"standard-version": "^4.0.0",
84+
"standard-version": "^4.2.0",
8585
"tmp": "^0.0.33"
8686
},
8787
"keywords": [
@@ -110,8 +110,14 @@
110110
"test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"
111111
},
112112
"jest": {
113-
"testPathIgnorePatterns": ["/node_modules/", "utils.js", "fixture"],
114-
"coveragePathIgnorePatterns": ["<rootDir>/lib/"],
113+
"testPathIgnorePatterns": [
114+
"/node_modules/",
115+
"utils.js",
116+
"fixture"
117+
],
118+
"coveragePathIgnorePatterns": [
119+
"<rootDir>/lib/"
120+
],
115121
"collectCoverage": true,
116122
"testEnvironment": "node"
117123
},
@@ -124,9 +130,15 @@
124130
"node": ">=4"
125131
},
126132
"lint-staged": {
127-
"*.js": ["prettier --write --single-quote", "git add"]
133+
"*.js": [
134+
"prettier --write --single-quote",
135+
"git add"
136+
]
128137
},
129138
"greenkeeper": {
130-
"ignore": ["remote-origin-url", "yargs"]
139+
"ignore": [
140+
"remote-origin-url",
141+
"yargs"
142+
]
131143
}
132-
}
144+
}

0 commit comments

Comments
 (0)