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

chore: update dependencies

This commit is contained in:
pimlie
2019-10-31 15:00:20 +01:00
parent 5e581aeb14
commit e54bf5447f
2 changed files with 409 additions and 232 deletions
+17 -17
View File
@@ -59,51 +59,51 @@
"test:types": "tsc -p types/test" "test:types": "tsc -p types/test"
}, },
"dependencies": { "dependencies": {
"deepmerge": "^4.0.0" "deepmerge": "^4.2.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.6.2", "@babel/cli": "^7.6.4",
"@babel/core": "^7.6.2", "@babel/core": "^7.6.4",
"@babel/node": "^7.6.2", "@babel/node": "^7.6.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2", "@babel/preset-env": "^7.6.3",
"@nuxtjs/eslint-config": "^1.1.2", "@nuxtjs/eslint-config": "^1.1.2",
"@vue/server-test-utils": "^1.0.0-beta.29", "@vue/server-test-utils": "^1.0.0-beta.29",
"@vue/test-utils": "^1.0.0-beta.29", "@vue/test-utils": "^1.0.0-beta.29",
"@vuepress/plugin-google-analytics": "^1.1.0", "@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-pwa": "^1.1.0", "@vuepress/plugin-pwa": "^1.2.0",
"babel-core": "^7.0.0-bridge", "babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-dynamic-import-node": "^2.3.0",
"browserstack-local": "^1.4.2", "browserstack-local": "^1.4.2",
"chromedriver": "^77.0.0", "chromedriver": "^78.0.1",
"codecov": "^3.6.1", "codecov": "^3.6.1",
"copy-webpack-plugin": "^5.0.4", "copy-webpack-plugin": "^5.0.4",
"eslint": "^6.5.1", "eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0", "eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0", "eslint-plugin-jest": "^23.0.2",
"eslint-plugin-node": "^10.0.0", "eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3", "eslint-plugin-vue": "^5.2.3",
"esm": "^3.2.25", "esm": "^3.2.25",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"geckodriver": "^1.18.0", "geckodriver": "^1.19.1",
"get-port": "^5.0.0", "get-port": "^5.0.0",
"hable": "3.0.0-0", "hable": "3.0.0-0",
"is-wsl": "^2.1.1", "is-wsl": "^2.1.1",
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-environment-jsdom": "^24.9.0", "jest-environment-jsdom": "^24.9.0",
"jest-environment-jsdom-global": "^1.2.0", "jest-environment-jsdom-global": "^1.2.0",
"jsdom": "^15.1.1", "jsdom": "^15.2.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"node-env-file": "^0.1.8", "node-env-file": "^0.1.8",
"puppeteer-core": "^1.20.0", "puppeteer-core": "^2.0.0",
"rimraf": "^3.0.0", "rimraf": "^3.0.0",
"rollup": "^1.22.0", "rollup": "^1.26.0",
"rollup-plugin-babel": "^4.3.3", "rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0", "rollup-plugin-json": "^4.0.0",
@@ -113,15 +113,15 @@
"selenium-webdriver": "^4.0.0-alpha.4", "selenium-webdriver": "^4.0.0-alpha.4",
"standard-version": "^7.0.0", "standard-version": "^7.0.0",
"tib": "^0.7.2", "tib": "^0.7.2",
"typescript": "^3.6.3", "typescript": "^3.6.4",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-jest": "^3.0.5", "vue-jest": "^3.0.5",
"vue-loader": "^15.7.1", "vue-loader": "^15.7.1",
"vue-router": "^3.1.3", "vue-router": "^3.1.3",
"vue-server-renderer": "^2.6.10", "vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10", "vue-template-compiler": "^2.6.10",
"vuepress": "^1.1.0", "vuepress": "^1.2.0",
"vuepress-theme-vue": "^1.1.0", "vuepress-theme-vue": "^1.1.0",
"webpack": "^4.41.0" "webpack": "^4.41.2"
} }
} }
+392 -215
View File
File diff suppressed because it is too large Load Diff