From d06090937d379e7b6e07f72ba4ba600e186d3bd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 06:46:00 +0000 Subject: [PATCH] Bump @vue/cli-plugin-unit-jest from 3.11.0 to 3.12.0 Bumps [@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/v3.12.0/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v3.12.0/packages/@vue/cli-plugin-unit-jest) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e1bde97..c2eb18e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@fullhuman/postcss-purgecss": "^1.3.0", "@vue/cli-plugin-babel": "^3.11.0", "@vue/cli-plugin-eslint": "^3.11.0", - "@vue/cli-plugin-unit-jest": "^3.11.0", + "@vue/cli-plugin-unit-jest": "^3.12.0", "@vue/cli-service": "^3.11.0", "@vue/eslint-config-standard": "^4.0.0", "@vue/test-utils": "1.0.0-beta.29", diff --git a/yarn.lock b/yarn.lock index 348449c..947c5d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1232,12 +1232,12 @@ eslint "^4.19.1" eslint-plugin-vue "^4.7.1" -"@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== +"@vue/cli-plugin-unit-jest@^3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-3.12.0.tgz#16106572b8f8bfc140947377b59e27e0c21658d4" + integrity sha512-2vrdFT1EeAf9DRIZsaP4RIWwcwkrp+idrE3wlo+3mF7NvKTyg6si7gtXX8s3P627sS9WlSt7aTms15gT4/QqhA== dependencies: - "@vue/cli-shared-utils" "^3.11.0" + "@vue/cli-shared-utils" "^3.12.0" babel-jest "^23.6.0" babel-plugin-transform-es2015-modules-commonjs "^6.26.2" jest "^23.6.0" @@ -1308,10 +1308,10 @@ webpack-dev-server "^3.4.1" webpack-merge "^4.2.1" -"@vue/cli-shared-utils@^3.11.0": - version "3.11.0" - resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-3.11.0.tgz#a3d6f809b0dfb367e626b71405f85dea0631310b" - integrity sha512-D7pst/4v9H1DD66fLxlZOwRR09R03MV0ROdKxBHmh3FmnApCA/RiaolFA/8w+B3CnevYMlV3SJ5fOAgedbswbA== +"@vue/cli-shared-utils@^3.11.0", "@vue/cli-shared-utils@^3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-3.12.0.tgz#48fcd786129cf02278b9c91f2c3491199f777248" + integrity sha512-8XEn4s0Cc+98eqdGSQJSrzSKIsf0FMDmfDvgXjT7I2qZWs9e0toOAm7RooypRSad2FhwxzY2bLPgCkNPDJN/jQ== dependencies: "@hapi/joi" "^15.0.1" chalk "^2.4.1"