58
58
},
59
59
"devDependencies" : {
60
60
"are-we-flow-yet" : " ^1.0.0" ,
61
- "babel-cli" : " ^6.24.1 " ,
61
+ "babel-cli" : " ^6.26.0 " ,
62
62
"babel-eslint" : " ^7.2.3" ,
63
- "babel-jest" : " ^21.0 .0" ,
63
+ "babel-jest" : " ^21.2 .0" ,
64
64
"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 " ,
66
66
"babel-preset-flow" : " ^6.23.0" ,
67
67
"chdir" : " 0.0.0" ,
68
68
"coveralls" : " ^3.0.0" ,
69
69
"cz-conventional-changelog" : " 2.0.0" ,
70
70
"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 " ,
74
74
"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 " ,
77
77
"jest" : " ^21.2.1" ,
78
78
"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 " ,
83
83
"regenerator-runtime" : " ^0.11.0" ,
84
- "standard-version" : " ^4.0 .0" ,
84
+ "standard-version" : " ^4.2 .0" ,
85
85
"tmp" : " ^0.0.33"
86
86
},
87
87
"keywords" : [
110
110
"test-ci" : " npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"
111
111
},
112
112
"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
+ ],
115
121
"collectCoverage" : true ,
116
122
"testEnvironment" : " node"
117
123
},
124
130
"node" : " >=4"
125
131
},
126
132
"lint-staged" : {
127
- "*.js" : [" prettier --write --single-quote" , " git add" ]
133
+ "*.js" : [
134
+ " prettier --write --single-quote" ,
135
+ " git add"
136
+ ]
128
137
},
129
138
"greenkeeper" : {
130
- "ignore" : [" remote-origin-url" , " yargs" ]
139
+ "ignore" : [
140
+ " remote-origin-url" ,
141
+ " yargs"
142
+ ]
131
143
}
132
- }
144
+ }
0 commit comments