3636 "format" : " prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write" ,
3737 "lint:codeOnly" : " eslint \" {bin}/**/!(__testfixtures__)/*.js\" \" {bin}/**.js\" " ,
3838 "lint" : " eslint \" ./bin/*.js\" \" ./test/**/*.js\" \" packages/**/!(node_modules)/*.test.js\" " ,
39+ "postinstall" : " node ./bin/opencollective.js" ,
3940 "pretest" : " npm run build && npm run lint && npm run tslint" ,
4041 "reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
4142 "test" : " nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit" ,
6263 ]
6364 },
6465 "jest" : {
65- "testPathIgnorePatterns" : [
66- " ^.+\\ .(ts)?$" ,
67- " /node_modules/"
68- ],
6966 "testEnvironment" : " node" ,
7067 "collectCoverage" : true ,
7168 "coverageReporters" : [
120117 "loader-utils" : " ^1.1.0" ,
121118 "supports-color" : " ^5.5.0" ,
122119 "v8-compile-cache" : " ^2.0.2" ,
123- "yargs" : " ^12.0.5 "
120+ "yargs" : " ^12.0.4 "
124121 },
125122 "peerDependencies" : {
126123 "webpack" : " 4.x.x"
127124 },
128125 "devDependencies" : {
129- "@babel/preset-env" : " ^7.3.4" ,
130- "@babel/register" : " ^7.0.0" ,
131126 "@commitlint/cli" : " ^7.2.1" ,
132127 "@commitlint/config-lerna-scopes" : " ^7.2.1" ,
133- "@commitlint/prompt-cli" : " ^7.5.0 " ,
128+ "@commitlint/prompt-cli" : " ^7.2.1 " ,
134129 "@commitlint/travis-cli" : " ^7.2.1" ,
135- "@types/jest" : " ^23.3.14 " ,
130+ "@types/jest" : " ^23.3.9 " ,
136131 "@types/node" : " ^10.12.9" ,
137132 "babel-preset-env" : " ^1.7.0" ,
138- "babel-preset-jest" : " ^24.3.0" ,
139133 "bundlesize" : " ^0.17.0" ,
140134 "codecov" : " ^3.1.0" ,
141- "commitizen" : " ^3.0.7 " ,
135+ "commitizen" : " ^3.0.4 " ,
142136 "commitlint-config-cz" : " ^0.10.1" ,
143137 "conventional-changelog-cli" : " ^2.0.11" ,
144138 "cz-customizable" : " ^5.3.0" ,
145139 "eslint" : " ^5.9.0" ,
146140 "eslint-plugin-node" : " ^8.0.0" ,
147- "esm" : " ^3.2.14" ,
148141 "execa" : " ^1.0.0" ,
149142 "husky" : " ^1.1.4" ,
150- "jest" : " ^24.3.1 " ,
151- "jest-cli" : " ^24.3.1 " ,
152- "jest-junit" : " ^6.3 .0" ,
153- "lerna" : " ^3.13.1 " ,
143+ "jest" : " ^23.6.0 " ,
144+ "jest-cli" : " ^23.6.0 " ,
145+ "jest-junit" : " ^5.0 .0" ,
146+ "lerna" : " ^3.10.7 " ,
154147 "lint-staged" : " 7.x.x" ,
155- "nyc" : " ^13.3 .0" ,
148+ "nyc" : " ^13.1 .0" ,
156149 "prettier-eslint-cli" : " ^4.7.1" ,
157150 "readable-stream" : " ^3.0.6" ,
158151 "rimraf" : " ^2.6.2" ,
159152 "schema-utils" : " ^1.0.0" ,
160- "ts-jest" : " ^23.10.5 " ,
153+ "ts-jest" : " ^23.10.4 " ,
161154 "ts-node" : " ^7.0.1" ,
162155 "tslint" : " ^5.11.0" ,
163156 "typedoc" : " ^0.13.0" ,
170163 "type" : " opencollective" ,
171164 "url" : " https://opencollective.com/webpack"
172165 }
173- }
166+ }
0 commit comments