2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 07:00:33 +03:00

chore: update deps

This commit is contained in:
pimlie
2019-07-24 14:12:45 +02:00
parent 51fe6ea6f8
commit 65df464ee8
2 changed files with 323 additions and 142 deletions
+12 -12
View File
@@ -63,11 +63,11 @@
"deepmerge": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/node": "^7.5.0",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-env": "^7.5.5",
"@nuxt/babel-preset-app": "^2.8.1",
"@nuxtjs/eslint-config": "^1.0.1",
"@vue/server-test-utils": "^1.0.0-beta.29",
@@ -79,14 +79,14 @@
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"browserstack-local": "^1.4.0",
"browserstack-local": "^1.4.2",
"chromedriver": "^75.1.0",
"codecov": "^3.5.0",
"copy-webpack-plugin": "^5.0.3",
"eslint": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^22.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.13.6",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
@@ -100,9 +100,9 @@
"jest-environment-jsdom": "^24.8.0",
"jest-environment-jsdom-global": "^1.2.0",
"jsdom": "^15.1.1",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"node-env-file": "^0.1.8",
"puppeteer-core": "^1.18.1",
"puppeteer-core": "^1.19.0",
"rimraf": "^2.6.3",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
@@ -117,12 +117,12 @@
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.0",
"vue-loader": "^15.7.1",
"vue-router": "^3.0.7",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.0.2",
"vuepress-theme-vue": "^1.1.0",
"webpack": "^4.35.3"
"webpack": "^4.37.0"
}
}