From 3f21c779f8691c8e620fa378d192a669dddaf4d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 19:14:43 +0000 Subject: [PATCH] Bump @vue/cli-plugin-unit-jest from 3.7.0 to 3.11.0 in /vuejs Bumps [@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest) from 3.7.0 to 3.11.0. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v3.11.0/packages/@vue/cli-plugin-unit-jest) Signed-off-by: dependabot-preview[bot] --- vuejs/package.json | 2 +- vuejs/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vuejs/package.json b/vuejs/package.json index 873cf74..0bd87c8 100644 --- a/vuejs/package.json +++ b/vuejs/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@vue/cli-plugin-babel": "^3.7.0", "@vue/cli-plugin-eslint": "^3.11.0", - "@vue/cli-plugin-unit-jest": "^3.7.0", + "@vue/cli-plugin-unit-jest": "^3.11.0", "@vue/cli-service": "^3.7.0", "@vue/eslint-config-standard": "^4.0.0", "@vue/test-utils": "1.0.0-beta.29", diff --git a/vuejs/yarn.lock b/vuejs/yarn.lock index f7a8741..13aef52 100644 --- a/vuejs/yarn.lock +++ b/vuejs/yarn.lock @@ -896,12 +896,12 @@ eslint "^4.19.1" eslint-plugin-vue "^4.7.1" -"@vue/cli-plugin-unit-jest@^3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-3.7.0.tgz#94cd7928f7f9e134ee32e6621742be8cdf898c9f" - integrity sha512-3z8yCAhgwsUc6hpghN8Ej5xBGIaxQTC/g3Ry5QPjjZ4up4G3lKukzvwMk7JFzO+Qj+mt4xAbhR9+stOI4Qyk/Q== +"@vue/cli-plugin-unit-jest@^3.11.0": + version "3.11.0" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-3.11.0.tgz#d7d34f2d91d2b25ee00585e218206d6a344822d3" + integrity sha512-UwdySXhSar9npsYmLJ45Rk4kljOwNQDHRMvmWtGIUqmES0wBYsWLed3dpcumTXTsumXrVdrY6o74L9yqCNT/xw== dependencies: - "@vue/cli-shared-utils" "^3.7.0" + "@vue/cli-shared-utils" "^3.11.0" babel-jest "^23.6.0" babel-plugin-transform-es2015-modules-commonjs "^6.26.2" jest "^23.6.0"