2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

update Karma package deps, fix for yarn install

This commit is contained in:
Jeff
2019-02-10 12:30:54 -08:00
parent 09ed48c103
commit 4ed24ab2e3
3 changed files with 4541 additions and 1819 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime"],
"comments": false
}
}
+8 -6
View File
@@ -26,6 +26,9 @@
"peerDependencies": {
"vue": "2.x"
},
"resolutions": {
"ajv": "6.8.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
@@ -54,14 +57,14 @@
"isparta": "^4.1.1",
"jasmine": "^3.3.1",
"json-loader": "^0.5.0",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma": "^4.0.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^1.8.1",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.5",
"lolex": "^1.4.0",
"markdown-code-highlight-loader": "^1.0.0",
"mini-css-extract-plugin": "^0.5.0",
@@ -86,6 +89,5 @@
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^0.13.0"
},
"dependencies": {}
}
}
+4532 -1812
View File
File diff suppressed because it is too large Load Diff