2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 06:12:26 +03:00

fix: Upgrade dependencies

This commit is contained in:
Sébastien Chopin
2018-11-26 14:38:36 +01:00
parent a6518b0414
commit 860348e7f1
3 changed files with 1414 additions and 2399 deletions
+1401 -2389
View File
File diff suppressed because it is too large Load Diff
+8 -7
View File
@@ -30,14 +30,15 @@
"object-assign": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.3",
"babel-plugin-istanbul": "^4.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.24.1",
"chai": "^4.1.1",
"codecov": "^3.0.0",
"codecov": "^3.1.0",
"cross-env": "^5.0.5",
"css-loader": "^1.0.1",
"doctoc": "^1.3.0",
@@ -46,14 +47,14 @@
"express-urlrewrite": "^1.2.0",
"file-loader": "^2.0.0",
"json-loader": "^0.5.7",
"karma": "^3.0.0",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"karma-webpack": "^3.0.5",
"mocha": "^5.0.0",
"phantomjs-prebuilt": "^2.1.15",
"rimraf": "^2.6.1",
@@ -73,7 +74,7 @@
"vue-template-compiler": "^2.4.2",
"vuex": "^3.0.0",
"webpack": "^3.5.4",
"webpack-dev-server": "^3.1.5"
"webpack-dev-server": "^3.1.10"
},
"files": [
"lib",
+5 -3
View File
@@ -7,9 +7,11 @@ const pkg = require('./package.json')
export default {
entry: './src/index.js',
targets: [
{ dest: pkg.main, format: 'umd', moduleName: 'VueMeta' }
],
output: {
file: pkg.main,
format: 'umd',
name: 'VueMeta'
},
plugins: [
json(),
nodeResolve({ jsnext: true }),