2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 05:50:34 +03:00

chore(deps): update all non-major dependencies

This commit is contained in:
Renovate Bot
2021-10-18 14:53:46 +00:00
parent 8c19e18349
commit 2028c2fb18
2 changed files with 3407 additions and 1405 deletions
+40 -40
View File
@@ -62,66 +62,66 @@
"deepmerge": "^4.2.2" "deepmerge": "^4.2.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.10.1", "@babel/cli": "^7.15.7",
"@babel/core": "^7.10.2", "@babel/core": "^7.15.8",
"@babel/node": "^7.10.1", "@babel/node": "^7.15.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.2", "@babel/preset-env": "^7.15.8",
"@nuxtjs/eslint-config": "^3.0.0", "@nuxtjs/eslint-config": "^3.1.0",
"@vue/server-test-utils": "^1.0.3", "@vue/server-test-utils": "^1.2.1",
"@vue/test-utils": "^1.0.3", "@vue/test-utils": "^1.2.2",
"@vuepress/plugin-google-analytics": "^1.5.1", "@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-pwa": "^1.5.1", "@vuepress/plugin-pwa": "^1.8.2",
"babel-core": "^7.0.0-bridge", "babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1", "babel-jest": "^26.6.3",
"babel-loader": "^8.1.0", "babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-dynamic-import-node": "^2.3.3",
"browserstack-local": "^1.4.5", "browserstack-local": "^1.4.8",
"chromedriver": "^86.0.0", "chromedriver": "^86.0.0",
"codecov": "^3.7.0", "codecov": "^3.8.3",
"copy-webpack-plugin": "^6.0.2", "copy-webpack-plugin": "^6.4.1",
"eslint": "^7.2.0", "eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1", "eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2", "eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^23.13.2", "eslint-plugin-jest": "^23.20.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue": "^6.2.2",
"esm": "^3.2.25", "esm": "^3.2.25",
"fs-extra": "^9.0.1", "fs-extra": "^9.1.0",
"geckodriver": "^1.19.1", "geckodriver": "^1.22.3",
"get-port": "^5.1.1", "get-port": "^5.1.1",
"hable": "3.0.0", "hable": "3.0.0",
"is-wsl": "^2.2.0", "is-wsl": "^2.2.0",
"jest": "^26.0.1", "jest": "^26.6.3",
"jest-environment-jsdom": "^26.0.1", "jest-environment-jsdom": "^26.6.2",
"jest-environment-jsdom-global": "^2.0.2", "jest-environment-jsdom-global": "^2.0.4",
"jsdom": "^16.2.2", "jsdom": "^16.7.0",
"lodash": "^4.17.15", "lodash": "^4.17.21",
"node-env-file": "^0.1.8", "node-env-file": "^0.1.8",
"puppeteer-core": "^3.3.0", "puppeteer-core": "^3.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rollup": "^2.15.0", "rollup": "^2.58.0",
"rollup-plugin-babel": "^4.4.0", "rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0", "rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0", "rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^6.1.0", "rollup-plugin-terser": "^6.1.0",
"selenium-webdriver": "^4.0.0-alpha.7", "selenium-webdriver": "^4.0.0",
"standard-version": "^8.0.0", "standard-version": "^8.0.2",
"tib": "^0.7.4", "tib": "^0.7.5",
"typescript": "^3.9.5", "typescript": "^3.9.10",
"vue": "^2.6.11", "vue": "^2.6.14",
"vue-jest": "^3.0.5", "vue-jest": "^3.0.7",
"vue-loader": "^15.9.2", "vue-loader": "^15.9.8",
"vue-router": "^3.3.2", "vue-router": "^3.5.2",
"vue-server-renderer": "^2.6.11", "vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.14",
"vuepress": "^1.5.1", "vuepress": "^1.8.2",
"vuepress-theme-vue": "^1.1.0", "vuepress-theme-vue": "^1.1.1",
"webpack": "^4.43.0" "webpack": "^4.46.0"
} }
} }
+3367 -1365
View File
File diff suppressed because it is too large Load Diff