File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
"test" : " lerna run test" ,
34
34
"reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
35
35
"jsdoc" : " jsdoc -c jsdoc.json -r -d docs" ,
36
- "appveyor:lint" : " lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && npm run lint" ,
36
+ "appveyor:lint" : " npm run clean:all && npm install && lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && npm run lint" ,
37
37
"appveyor:test" : " lerna run test && npm run reportCoverage" ,
38
38
"travis:integration" : " lerna run test && npm run reportCoverage" ,
39
39
"travis:lint" : " lerna bootstrap && npm run lint && npm run bundlesize" ,
94
94
}
95
95
},
96
96
"dependencies" : {
97
- "chalk" : " ^2.3.2 " ,
97
+ "chalk" : " ^2.4.1 " ,
98
98
"cross-spawn" : " ^6.0.5" ,
99
99
"enhanced-resolve" : " ^4.0.0" ,
100
100
"import-local" : " ^1.0.0" ,
101
- "inquirer" : " ^5.1 .0" ,
101
+ "inquirer" : " ^5.2 .0" ,
102
102
"interpret" : " ^1.0.4" ,
103
103
"loader-utils" : " ^1.1.0" ,
104
104
"supports-color" : " ^5.3.0" ,
133
133
"schema-utils" : " ^0.4.5" ,
134
134
"semantic-release" : " ^15.1.8" ,
135
135
"webpack" : " ^4.2.0" ,
136
- "webpack-dev-server" : " ^3.0.0 " ,
136
+ "webpack-dev-server" : " ^3.1.4 " ,
137
137
"travis-deploy-once" : " ^5.0.0"
138
138
},
139
139
"files" : [
You can’t perform that action at this time.
0 commit comments