Skip to content

Commit bfce74d

Browse files
chore(deps-dev): bump babel-preset-jest from 27.2.0 to 27.4.0 (#1115)
Bumps [babel-preset-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-preset-jest) from 27.2.0 to 27.4.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v27.4.0/packages/babel-preset-jest) --- updated-dependencies: - dependency-name: babel-preset-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b261da2 commit bfce74d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vue/compiler-dom": "3.2.23",
2828
"@vue/compiler-sfc": "3.2.23",
2929
"babel-jest": "^26.6.3",
30-
"babel-preset-jest": "^27.2.0",
30+
"babel-preset-jest": "^27.4.0",
3131
"husky": "^7.0.4",
3232
"jest": "25.5.4",
3333
"jsdom": "^18.1.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,10 +2231,10 @@ babel-plugin-jest-hoist@^26.6.2:
22312231
"@types/babel__core" "^7.0.0"
22322232
"@types/babel__traverse" "^7.0.6"
22332233

2234-
babel-plugin-jest-hoist@^27.2.0:
2235-
version "27.2.0"
2236-
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz#79f37d43f7e5c4fdc4b2ca3e10cc6cf545626277"
2237-
integrity sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==
2234+
babel-plugin-jest-hoist@^27.4.0:
2235+
version "27.4.0"
2236+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz#d7831fc0f93573788d80dee7e682482da4c730d6"
2237+
integrity sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==
22382238
dependencies:
22392239
"@babel/template" "^7.3.3"
22402240
"@babel/types" "^7.3.3"
@@ -2316,12 +2316,12 @@ babel-preset-jest@^26.6.2:
23162316
babel-plugin-jest-hoist "^26.6.2"
23172317
babel-preset-current-node-syntax "^1.0.0"
23182318

2319-
babel-preset-jest@^27.2.0:
2320-
version "27.2.0"
2321-
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz#556bbbf340608fed5670ab0ea0c8ef2449fba885"
2322-
integrity sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==
2319+
babel-preset-jest@^27.4.0:
2320+
version "27.4.0"
2321+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz#70d0e676a282ccb200fbabd7f415db5fdf393bca"
2322+
integrity sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==
23232323
dependencies:
2324-
babel-plugin-jest-hoist "^27.2.0"
2324+
babel-plugin-jest-hoist "^27.4.0"
23252325
babel-preset-current-node-syntax "^1.0.0"
23262326

23272327
babel-walk@3.0.0-canary-5:

0 commit comments

Comments
 (0)