mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 06:00:34 +03:00
chore: update dependencies
This commit is contained in:
+19
-19
@@ -60,16 +60,16 @@
|
||||
"test:types": "tsc -p types/test"
|
||||
},
|
||||
"dependencies": {
|
||||
"deepmerge": "^3.3.0"
|
||||
"deepmerge": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/node": "^7.4.5",
|
||||
"@babel/cli": "^7.5.0",
|
||||
"@babel/core": "^7.5.4",
|
||||
"@babel/node": "^7.5.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@nuxt/babel-preset-app": "^2.8.1",
|
||||
"@nuxtjs/eslint-config": "^0.0.1",
|
||||
"@nuxtjs/eslint-config": "^1.0.1",
|
||||
"@vue/server-test-utils": "^1.0.0-beta.29",
|
||||
"@vue/test-utils": "^1.0.0-beta.29",
|
||||
"@vuepress/plugin-google-analytics": "^1.0.2",
|
||||
@@ -80,47 +80,47 @@
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.0",
|
||||
"browserstack-local": "^1.4.0",
|
||||
"chromedriver": "^75.0.0",
|
||||
"chromedriver": "^75.1.0",
|
||||
"codecov": "^3.5.0",
|
||||
"eslint": "^6.0.1",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-config-standard": "^13.0.0",
|
||||
"eslint-plugin-import": "^2.18.0",
|
||||
"eslint-plugin-jest": "^22.7.1",
|
||||
"eslint-plugin-jest": "^22.7.2",
|
||||
"eslint-plugin-node": "^9.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"eslint-plugin-vue": "^5.2.3",
|
||||
"esm": "^3.2.25",
|
||||
"fs-extra": "^8.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"geckodriver": "^1.16.2",
|
||||
"is-wsl": "^2.1.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-environment-jsdom": "^24.8.0",
|
||||
"jest-environment-jsdom-global": "^1.2.0",
|
||||
"jsdom": "^15.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
"lodash": "^4.17.14",
|
||||
"node-env-file": "^0.1.8",
|
||||
"puppeteer-core": "^1.18.1",
|
||||
"rimraf": "^2.6.3",
|
||||
"rollup": "^1.16.2",
|
||||
"rollup-plugin-buble": "^0.19.6",
|
||||
"rollup-plugin-commonjs": "^10.0.0",
|
||||
"rollup": "^1.16.7",
|
||||
"rollup-plugin-buble": "^0.19.8",
|
||||
"rollup-plugin-commonjs": "^10.0.1",
|
||||
"rollup-plugin-json": "^4.0.0",
|
||||
"rollup-plugin-node-resolve": "^5.1.0",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-terser": "^5.0.0",
|
||||
"rollup-plugin-terser": "^5.1.1",
|
||||
"selenium-webdriver": "^4.0.0-alpha.4",
|
||||
"standard-version": "^6.0.1",
|
||||
"tib": "^0.5.2",
|
||||
"typescript": "^3.5.2",
|
||||
"typescript": "^3.5.3",
|
||||
"vue": "^2.6.10",
|
||||
"vue-jest": "^3.0.4",
|
||||
"vue-loader": "^15.7.0",
|
||||
"vue-router": "^3.0.6",
|
||||
"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.0"
|
||||
"webpack": "^4.35.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user