36
36
"format" : " prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write" ,
37
37
"lint:codeOnly" : " eslint \" {bin}/**/!(__testfixtures__)/*.js\" \" {bin}/**.js\" " ,
38
38
"lint" : " eslint \" ./bin/*.js\" \" ./test/**/*.js\" \" packages/**/!(node_modules)/*.test.js\" " ,
39
+ "postinstall" : " node ./bin/opencollective.js" ,
39
40
"pretest" : " npm run build && npm run lint && npm run tslint" ,
40
41
"reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
41
42
"test" : " nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit" ,
62
63
]
63
64
},
64
65
"jest" : {
65
- "testPathIgnorePatterns" : [
66
- " ^.+\\ .(ts)?$" ,
67
- " /node_modules/"
68
- ],
69
66
"testEnvironment" : " node" ,
70
67
"collectCoverage" : true ,
71
68
"coverageReporters" : [
120
117
"loader-utils" : " ^1.1.0" ,
121
118
"supports-color" : " ^5.5.0" ,
122
119
"v8-compile-cache" : " ^2.0.2" ,
123
- "yargs" : " ^12.0.5 "
120
+ "yargs" : " ^12.0.4 "
124
121
},
125
122
"peerDependencies" : {
126
123
"webpack" : " 4.x.x"
127
124
},
128
125
"devDependencies" : {
129
- "@babel/preset-env" : " ^7.3.4" ,
130
- "@babel/register" : " ^7.0.0" ,
131
126
"@commitlint/cli" : " ^7.2.1" ,
132
127
"@commitlint/config-lerna-scopes" : " ^7.2.1" ,
133
- "@commitlint/prompt-cli" : " ^7.5.0 " ,
128
+ "@commitlint/prompt-cli" : " ^7.2.1 " ,
134
129
"@commitlint/travis-cli" : " ^7.2.1" ,
135
- "@types/jest" : " ^23.3.14 " ,
130
+ "@types/jest" : " ^23.3.9 " ,
136
131
"@types/node" : " ^10.12.9" ,
137
132
"babel-preset-env" : " ^1.7.0" ,
138
- "babel-preset-jest" : " ^24.3.0" ,
139
133
"bundlesize" : " ^0.17.0" ,
140
134
"codecov" : " ^3.1.0" ,
141
- "commitizen" : " ^3.0.7 " ,
135
+ "commitizen" : " ^3.0.4 " ,
142
136
"commitlint-config-cz" : " ^0.10.1" ,
143
137
"conventional-changelog-cli" : " ^2.0.11" ,
144
138
"cz-customizable" : " ^5.3.0" ,
145
139
"eslint" : " ^5.9.0" ,
146
140
"eslint-plugin-node" : " ^8.0.0" ,
147
- "esm" : " ^3.2.14" ,
148
141
"execa" : " ^1.0.0" ,
149
142
"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 " ,
154
147
"lint-staged" : " 7.x.x" ,
155
- "nyc" : " ^13.3 .0" ,
148
+ "nyc" : " ^13.1 .0" ,
156
149
"prettier-eslint-cli" : " ^4.7.1" ,
157
150
"readable-stream" : " ^3.0.6" ,
158
151
"rimraf" : " ^2.6.2" ,
159
152
"schema-utils" : " ^1.0.0" ,
160
- "ts-jest" : " ^23.10.5 " ,
153
+ "ts-jest" : " ^23.10.4 " ,
161
154
"ts-node" : " ^7.0.1" ,
162
155
"tslint" : " ^5.11.0" ,
163
156
"typedoc" : " ^0.13.0" ,
170
163
"type" : " opencollective" ,
171
164
"url" : " https://opencollective.com/webpack"
172
165
}
173
- }
166
+ }
0 commit comments