File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "test" : " lerna run test" ,
3434 "reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
3535 "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" ,
3737 "appveyor:test" : " lerna run test && npm run reportCoverage" ,
3838 "travis:integration" : " lerna run test && npm run reportCoverage" ,
3939 "travis:lint" : " lerna bootstrap && npm run lint && npm run bundlesize" ,
9494 }
9595 },
9696 "dependencies" : {
97- "chalk" : " ^2.3.2 " ,
97+ "chalk" : " ^2.4.1 " ,
9898 "cross-spawn" : " ^6.0.5" ,
9999 "enhanced-resolve" : " ^4.0.0" ,
100100 "import-local" : " ^1.0.0" ,
101- "inquirer" : " ^5.1 .0" ,
101+ "inquirer" : " ^5.2 .0" ,
102102 "interpret" : " ^1.0.4" ,
103103 "loader-utils" : " ^1.1.0" ,
104104 "supports-color" : " ^5.3.0" ,
133133 "schema-utils" : " ^0.4.5" ,
134134 "semantic-release" : " ^15.1.8" ,
135135 "webpack" : " ^4.2.0" ,
136- "webpack-dev-server" : " ^3.0.0 " ,
136+ "webpack-dev-server" : " ^3.1.4 " ,
137137 "travis-deploy-once" : " ^5.0.0"
138138 },
139139 "files" : [
You can’t perform that action at this time.
0 commit comments