Skip to content

Commit 91b898c

Browse files
committed
v27.4.7
1 parent 25bcc94 commit 91b898c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "27.4.6",
2+
"version": "27.4.7",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/jest-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "27.4.6",
4+
"version": "27.4.7",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -13,14 +13,14 @@
1313
"./bin/jest": "./bin/jest.js"
1414
},
1515
"dependencies": {
16-
"@jest/core": "^27.4.6",
16+
"@jest/core": "^27.4.7",
1717
"@jest/test-result": "^27.4.6",
1818
"@jest/types": "^27.4.2",
1919
"chalk": "^4.0.0",
2020
"exit": "^0.1.2",
2121
"graceful-fs": "^4.2.4",
2222
"import-local": "^3.0.2",
23-
"jest-config": "^27.4.6",
23+
"jest-config": "^27.4.7",
2424
"jest-util": "^27.4.2",
2525
"jest-validate": "^27.4.6",
2626
"prompts": "^2.0.1",

packages/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "27.4.6",
3+
"version": "27.4.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/jest-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jest/core",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "27.4.6",
4+
"version": "27.4.7",
55
"main": "./build/jest.js",
66
"types": "./build/jest.d.ts",
77
"exports": {
@@ -24,7 +24,7 @@
2424
"exit": "^0.1.2",
2525
"graceful-fs": "^4.2.4",
2626
"jest-changed-files": "^27.4.2",
27-
"jest-config": "^27.4.6",
27+
"jest-config": "^27.4.7",
2828
"jest-haste-map": "^27.4.6",
2929
"jest-message-util": "^27.4.6",
3030
"jest-regex-util": "^27.4.0",

packages/jest-repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-repl",
3-
"version": "27.4.6",
3+
"version": "27.4.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -24,7 +24,7 @@
2424
"@jest/transform": "^27.4.6",
2525
"@jest/types": "^27.4.2",
2626
"chalk": "^4.0.0",
27-
"jest-config": "^27.4.6",
27+
"jest-config": "^27.4.7",
2828
"jest-runtime": "^27.4.6",
2929
"jest-util": "^27.4.2",
3030
"jest-validate": "^27.4.6",

packages/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "27.4.6",
4+
"version": "27.4.7",
55
"main": "./build/jest.js",
66
"types": "./build/jest.d.ts",
77
"exports": {
@@ -13,9 +13,9 @@
1313
"./bin/jest": "./bin/jest.js"
1414
},
1515
"dependencies": {
16-
"@jest/core": "^27.4.6",
16+
"@jest/core": "^27.4.7",
1717
"import-local": "^3.0.2",
18-
"jest-cli": "^27.4.6"
18+
"jest-cli": "^27.4.7"
1919
},
2020
"peerDependencies": {
2121
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"

0 commit comments

Comments
 (0)