Skip to content

Commit fdc2cd6

Browse files
authored
Merge pull request #544 from Microsoft/nickpape/pin-karma-webpack
Pin karma-webpack to 3.0.9
2 parents f0e0285 + 2f3c3aa commit fdc2cd6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-build-karma",
5+
"comment": "Pin karma-webpack to 3.0.9, since the latest 3.0.12 has an issue with a missing dependency in package.json, which causes pnpm installs to fail.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/gulp-core-build-karma",
10+
"email": "[email protected]"
11+
}

core-build/gulp-core-build-karma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"karma-mocha-clean-reporter": "~0.0.1",
2525
"karma-phantomjs-launcher": "~1.0.0",
2626
"karma-sinon-chai": "~1.2.0",
27-
"karma-webpack": "~2.0.4",
27+
"karma-webpack": "2.0.9",
2828
"lolex": "~1.4.0",
2929
"mocha": "~3.4.2",
3030
"phantomjs-polyfill": "~0.0.2",

0 commit comments

Comments
 (0)