Skip to content

Commit 4ed24ab

Browse files
author
Jeff
committed
update Karma package deps, fix for yarn install
1 parent 09ed48c commit 4ed24ab

File tree

3 files changed

+4566
-1844
lines changed

3 files changed

+4566
-1844
lines changed

Diff for: .babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"presets": ["@babel/preset-env"],
33
"plugins": ["@babel/plugin-transform-runtime"],
44
"comments": false
5-
}
5+
}

Diff for: package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"peerDependencies": {
2727
"vue": "2.x"
2828
},
29+
"resolutions": {
30+
"ajv": "6.8.1"
31+
},
2932
"devDependencies": {
3033
"@babel/core": "^7.0.0",
3134
"@babel/plugin-transform-runtime": "^7.0.0",
@@ -54,14 +57,14 @@
5457
"isparta": "^4.1.1",
5558
"jasmine": "^3.3.1",
5659
"json-loader": "^0.5.0",
57-
"karma": "^0.13.22",
58-
"karma-coverage": "^1.0.0",
60+
"karma": "^4.0.0",
61+
"karma-coverage": "^1.1.2",
5962
"karma-jasmine": "^2.0.1",
6063
"karma-mocha": "^1.3.0",
6164
"karma-phantomjs-launcher": "^1.0.4",
6265
"karma-sourcemap-loader": "^0.3.7",
63-
"karma-spec-reporter": "0.0.32",
64-
"karma-webpack": "^1.8.1",
66+
"karma-spec-reporter": "^0.0.32",
67+
"karma-webpack": "^3.0.5",
6568
"lolex": "^1.4.0",
6669
"markdown-code-highlight-loader": "^1.0.0",
6770
"mini-css-extract-plugin": "^0.5.0",
@@ -86,6 +89,5 @@
8689
"webpack-cli": "^3.2.1",
8790
"webpack-dev-server": "^3.1.10",
8891
"webpack-merge": "^0.13.0"
89-
},
90-
"dependencies": {}
92+
}
9193
}

0 commit comments

Comments
 (0)