Bump @vue/cli-plugin-unit-jest from 4.3.1 to 4.4.1 (#643)

This commit is contained in:
dependabot-preview[bot]
2020-05-27 02:09:09 +00:00
committed by GitHub
parent e175511736
commit bc7b1168b9
2 changed files with 9 additions and 9 deletions

View File

@@ -73,7 +73,7 @@
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-router": "^4.4.1",
"@vue/cli-plugin-typescript": "^4.4.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.4.1",
"@vue/cli-plugin-vuex": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"@vue/eslint-config-prettier": "^6.0.0",

View File

@@ -626,7 +626,7 @@
"@babel/helper-plugin-utils" "^7.8.3"
babel-plugin-dynamic-import-node "^2.3.3"
"@babel/plugin-transform-modules-commonjs@^7.9.0", "@babel/plugin-transform-modules-commonjs@^7.9.6":
"@babel/plugin-transform-modules-commonjs@^7.9.6":
version "7.9.6"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277"
integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ==
@@ -2381,15 +2381,15 @@
webpack "^4.0.0"
yorkie "^2.0.0"
"@vue/cli-plugin-unit-jest@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.3.1.tgz#3b6e936454fe16448001558c493b7cc21fbdc4bf"
integrity sha512-mhIqwW6UGsPEOlw+rHBQjhlCjSxD9fKuVVVtkl989/bFZA17ZsdDrj/BfMTwX8mvoY5x6pPXb+Ti/opkkAOD7w==
"@vue/cli-plugin-unit-jest@^4.4.1":
version "4.4.1"
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.4.1.tgz#8628ea6c781cd1d95a42f84f0c05206a4fd41fc9"
integrity sha512-t9MjdDRBeHe/qlUJka+YtxLZjyvaMImZ5hhEWMGSId2JUS7gfDXa4SxJvUYFsO0aqlgihn5BiaGKklGtbgVp0A==
dependencies:
"@babel/core" "^7.9.0"
"@babel/plugin-transform-modules-commonjs" "^7.9.0"
"@babel/core" "^7.9.6"
"@babel/plugin-transform-modules-commonjs" "^7.9.6"
"@types/jest" "^24.0.19"
"@vue/cli-shared-utils" "^4.3.1"
"@vue/cli-shared-utils" "^4.4.1"
babel-core "^7.0.0-bridge.0"
babel-jest "^24.9.0"
babel-plugin-transform-es2015-modules-commonjs "^6.26.2"