Skip to content

Commit

Permalink
v27.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 5, 2022
1 parent 25bcc94 commit 91b898c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "27.4.6",
"version": "27.4.7",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "27.4.6",
"version": "27.4.7",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -13,14 +13,14 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^27.4.6",
"@jest/core": "^27.4.7",
"@jest/test-result": "^27.4.6",
"@jest/types": "^27.4.2",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"jest-config": "^27.4.6",
"jest-config": "^27.4.7",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.6",
"prompts": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "27.4.6",
"version": "27.4.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "27.4.6",
"version": "27.4.7",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"exports": {
Expand All @@ -24,7 +24,7 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.4.2",
"jest-config": "^27.4.6",
"jest-config": "^27.4.7",
"jest-haste-map": "^27.4.6",
"jest-message-util": "^27.4.6",
"jest-regex-util": "^27.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-repl/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "27.4.6",
"version": "27.4.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,7 +24,7 @@
"@jest/transform": "^27.4.6",
"@jest/types": "^27.4.2",
"chalk": "^4.0.0",
"jest-config": "^27.4.6",
"jest-config": "^27.4.7",
"jest-runtime": "^27.4.6",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,7 +1,7 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "27.4.6",
"version": "27.4.7",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"exports": {
Expand All @@ -13,9 +13,9 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^27.4.6",
"@jest/core": "^27.4.7",
"import-local": "^3.0.2",
"jest-cli": "^27.4.6"
"jest-cli": "^27.4.7"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
Expand Down

0 comments on commit 91b898c

Please sign in to comment.