6363 ]
6464 },
6565 "jest" : {
66+ "testPathIgnorePatterns" : [
67+ " ^.+\\ .(ts)?$" ,
68+ " /node_modules/"
69+ ],
6670 "testEnvironment" : " node" ,
6771 "collectCoverage" : true ,
6872 "coverageReporters" : [
117121 "loader-utils" : " ^1.1.0" ,
118122 "supports-color" : " ^5.5.0" ,
119123 "v8-compile-cache" : " ^2.0.2" ,
120- "yargs" : " ^12.0.4 "
124+ "yargs" : " ^12.0.5 "
121125 },
122126 "peerDependencies" : {
123127 "webpack" : " 4.x.x"
124128 },
125129 "devDependencies" : {
130+ "@babel/preset-env" : " ^7.3.4" ,
131+ "@babel/register" : " ^7.0.0" ,
126132 "@commitlint/cli" : " ^7.2.1" ,
127133 "@commitlint/config-lerna-scopes" : " ^7.2.1" ,
128- "@commitlint/prompt-cli" : " ^7.2.1 " ,
134+ "@commitlint/prompt-cli" : " ^7.5.0 " ,
129135 "@commitlint/travis-cli" : " ^7.2.1" ,
130- "@types/jest" : " ^23.3.9 " ,
136+ "@types/jest" : " ^23.3.14 " ,
131137 "@types/node" : " ^10.12.9" ,
132138 "babel-preset-env" : " ^1.7.0" ,
139+ "babel-preset-jest" : " ^24.3.0" ,
133140 "bundlesize" : " ^0.17.0" ,
134141 "codecov" : " ^3.1.0" ,
135- "commitizen" : " ^3.0.4 " ,
142+ "commitizen" : " ^3.0.7 " ,
136143 "commitlint-config-cz" : " ^0.10.1" ,
137144 "conventional-changelog-cli" : " ^2.0.11" ,
138145 "cz-customizable" : " ^5.3.0" ,
139146 "eslint" : " ^5.9.0" ,
140147 "eslint-plugin-node" : " ^8.0.0" ,
148+ "esm" : " ^3.2.14" ,
141149 "execa" : " ^1.0.0" ,
142150 "husky" : " ^1.1.4" ,
143- "jest" : " ^23.6.0 " ,
144- "jest-cli" : " ^23.6.0 " ,
145- "jest-junit" : " ^5.0 .0" ,
146- "lerna" : " ^3.10.7 " ,
151+ "jest" : " ^24.3.1 " ,
152+ "jest-cli" : " ^24.3.1 " ,
153+ "jest-junit" : " ^6.3 .0" ,
154+ "lerna" : " ^3.13.1 " ,
147155 "lint-staged" : " 7.x.x" ,
148- "nyc" : " ^13.1 .0" ,
156+ "nyc" : " ^13.3 .0" ,
149157 "prettier-eslint-cli" : " ^4.7.1" ,
150158 "readable-stream" : " ^3.0.6" ,
151159 "rimraf" : " ^2.6.2" ,
152160 "schema-utils" : " ^1.0.0" ,
153- "ts-jest" : " ^23.10.4 " ,
161+ "ts-jest" : " ^23.10.5 " ,
154162 "ts-node" : " ^7.0.1" ,
155163 "tslint" : " ^5.11.0" ,
156164 "typedoc" : " ^0.13.0" ,
163171 "type" : " opencollective" ,
164172 "url" : " https://opencollective.com/webpack"
165173 }
166- }
174+ }
0 commit comments