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

chore: update dependencies

This commit is contained in:
pimlie
2020-02-26 16:31:13 +01:00
parent 21621e13f5
commit 1a7f0c5b57
2 changed files with 2458 additions and 2024 deletions
+31 -31
View File
@@ -62,48 +62,48 @@
"deepmerge": "^4.2.2" "deepmerge": "^4.2.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.8.0", "@babel/cli": "^7.8.4",
"@babel/core": "^7.8.0", "@babel/core": "^7.8.4",
"@babel/node": "^7.8.0", "@babel/node": "^7.8.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.0", "@babel/preset-env": "^7.8.4",
"@nuxtjs/eslint-config": "^2.0.0", "@nuxtjs/eslint-config": "^2.0.2",
"@vue/server-test-utils": "^1.0.0-beta.30", "@vue/server-test-utils": "^1.0.0-beta.30",
"@vue/test-utils": "^1.0.0-beta.30", "@vue/test-utils": "^1.0.0-beta.30",
"@vuepress/plugin-google-analytics": "^1.2.0", "@vuepress/plugin-google-analytics": "^1.3.1",
"@vuepress/plugin-pwa": "^1.2.0", "@vuepress/plugin-pwa": "^1.3.1",
"babel-core": "^7.0.0-bridge", "babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0", "babel-jest": "^25.1.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.3", "browserstack-local": "^1.4.5",
"chromedriver": "^79.0.0", "chromedriver": "^80.0.1",
"codecov": "^3.6.1", "codecov": "^3.6.5",
"copy-webpack-plugin": "^5.1.1", "copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0", "eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0", "eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.6.0", "eslint-plugin-jest": "^23.8.0",
"eslint-plugin-node": "^11.0.0", "eslint-plugin-node": "^11.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": "^6.1.2", "eslint-plugin-vue": "^6.2.1",
"esm": "^3.2.25", "esm": "^3.2.25",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"geckodriver": "^1.19.1", "geckodriver": "^1.19.1",
"get-port": "^5.1.0", "get-port": "^5.1.1",
"hable": "3.0.0-0", "hable": "3.0.0",
"is-wsl": "^2.1.1", "is-wsl": "^2.1.1",
"jest": "^24.9.0", "jest": "^25.1.0",
"jest-environment-jsdom": "^24.9.0", "jest-environment-jsdom": "^25.1.0",
"jest-environment-jsdom-global": "^1.2.0", "jest-environment-jsdom-global": "^1.2.1",
"jsdom": "^15.2.1", "jsdom": "^16.2.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"node-env-file": "^0.1.8", "node-env-file": "^0.1.8",
"puppeteer-core": "^2.0.0", "puppeteer-core": "^2.1.1",
"rimraf": "^3.0.0", "rimraf": "^3.0.2",
"rollup": "^1.29.0", "rollup": "^1.31.1",
"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",
@@ -111,17 +111,17 @@
"rollup-plugin-replace": "^2.2.0", "rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.2.0", "rollup-plugin-terser": "^5.2.0",
"selenium-webdriver": "^4.0.0-alpha.5", "selenium-webdriver": "^4.0.0-alpha.5",
"standard-version": "^7.0.1", "standard-version": "^7.1.0",
"tib": "^0.7.4", "tib": "^0.7.4",
"typescript": "^3.7.4", "typescript": "^3.8.2",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-jest": "^3.0.5", "vue-jest": "^3.0.5",
"vue-loader": "^15.8.3", "vue-loader": "^15.9.0",
"vue-router": "^3.1.3", "vue-router": "^3.1.6",
"vue-server-renderer": "^2.6.11", "vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.11",
"vuepress": "^1.2.0", "vuepress": "^1.3.1",
"vuepress-theme-vue": "^1.1.0", "vuepress-theme-vue": "^1.1.0",
"webpack": "^4.41.5" "webpack": "^4.41.6"
} }
} }
+2427 -1993
View File
File diff suppressed because it is too large Load Diff