Skip to content

Commit

Permalink
v27.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 1, 2021
1 parent f9814d2 commit 6b4fcbc
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "27.4.2",
"version": "27.4.3",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "27.4.2",
"version": "27.4.3",
"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.2",
"@jest/core": "^27.4.3",
"@jest/test-result": "^27.4.2",
"@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.2",
"jest-config": "^27.4.3",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"prompts": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "27.4.2",
"version": "27.4.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -35,13 +35,13 @@
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-circus": "^27.4.2",
"jest-environment-jsdom": "^27.4.2",
"jest-environment-jsdom": "^27.4.3",
"jest-environment-node": "^27.4.2",
"jest-get-type": "^27.4.0",
"jest-jasmine2": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-runner": "^27.4.3",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"micromatch": "^4.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "27.4.2",
"version": "27.4.3",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"exports": {
Expand All @@ -24,13 +24,13 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.4.2",
"jest-config": "^27.4.2",
"jest-config": "^27.4.3",
"jest-haste-map": "^27.4.2",
"jest-message-util": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.2",
"jest-resolve-dependencies": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-runner": "^27.4.3",
"jest-runtime": "^27.4.2",
"jest-snapshot": "^27.4.2",
"jest-util": "^27.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "27.4.2",
"version": "27.4.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "27.4.2",
"version": "27.4.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,7 +24,7 @@
"@jest/transform": "^27.4.2",
"@jest/types": "^27.4.2",
"chalk": "^4.0.0",
"jest-config": "^27.4.2",
"jest-config": "^27.4.3",
"jest-runtime": "^27.4.2",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "27.4.2",
"version": "27.4.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-docblock": "^27.4.0",
"jest-environment-jsdom": "^27.4.2",
"jest-environment-jsdom": "^27.4.3",
"jest-environment-node": "^27.4.2",
"jest-haste-map": "^27.4.2",
"jest-leak-detector": "^27.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "27.4.2",
"version": "27.4.3",
"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.2",
"@jest/core": "^27.4.3",
"import-local": "^3.0.2",
"jest-cli": "^27.4.2"
"jest-cli": "^27.4.3"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
Expand Down

0 comments on commit 6b4fcbc

Please sign in to comment.