Skip to content

Commit

Permalink
v25.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 2, 2020
1 parent 4f97b9f commit 389d137
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "25.5.3",
"version": "25.5.4",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "25.5.3",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"jest-each": "^25.5.0",
"jest-matcher-utils": "^25.5.0",
"jest-message-util": "^25.5.0",
"jest-runtime": "^25.5.3",
"jest-runtime": "^25.5.4",
"jest-snapshot": "^25.5.1",
"jest-util": "^25.5.0",
"pretty-format": "^25.5.0",
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": "25.5.3",
"version": "25.5.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
Expand All @@ -12,15 +12,15 @@
}
},
"dependencies": {
"@jest/core": "^25.5.3",
"@jest/core": "^25.5.4",
"@jest/test-result": "^25.5.0",
"@jest/types": "^25.5.0",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^25.5.3",
"jest-config": "^25.5.4",
"jest-util": "^25.5.0",
"jest-validate": "^25.5.0",
"prompts": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "25.5.3",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^25.5.3",
"@jest/test-sequencer": "^25.5.4",
"@jest/types": "^25.5.0",
"babel-jest": "^25.5.1",
"chalk": "^3.0.0",
Expand All @@ -28,7 +28,7 @@
"jest-environment-jsdom": "^25.5.0",
"jest-environment-node": "^25.5.0",
"jest-get-type": "^25.2.6",
"jest-jasmine2": "^25.5.2",
"jest-jasmine2": "^25.5.4",
"jest-regex-util": "^25.2.6",
"jest-resolve": "^25.5.1",
"jest-util": "^25.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "25.5.3",
"version": "25.5.4",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"typesVersions": {
Expand All @@ -22,14 +22,14 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^25.5.0",
"jest-config": "^25.5.3",
"jest-config": "^25.5.4",
"jest-haste-map": "^25.5.1",
"jest-message-util": "^25.5.0",
"jest-regex-util": "^25.2.6",
"jest-resolve": "^25.5.1",
"jest-resolve-dependencies": "^25.5.2",
"jest-runner": "^25.5.3",
"jest-runtime": "^25.5.3",
"jest-resolve-dependencies": "^25.5.4",
"jest-runner": "^25.5.4",
"jest-runtime": "^25.5.4",
"jest-snapshot": "^25.5.1",
"jest-util": "^25.5.0",
"jest-validate": "^25.5.0",
Expand All @@ -42,7 +42,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^25.5.3",
"@jest/test-sequencer": "^25.5.4",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "25.5.2",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"jest-each": "^25.5.0",
"jest-matcher-utils": "^25.5.0",
"jest-message-util": "^25.5.0",
"jest-runtime": "^25.5.2",
"jest-runtime": "^25.5.4",
"jest-snapshot": "^25.5.1",
"jest-util": "^25.5.0",
"pretty-format": "^25.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "25.5.3",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@jest/transform": "^25.5.1",
"@jest/types": "^25.5.0",
"jest-config": "^25.5.3",
"jest-runtime": "^25.5.3",
"jest-config": "^25.5.4",
"jest-runtime": "^25.5.4",
"jest-validate": "^25.5.0",
"repl": "^0.1.3",
"yargs": "^15.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve-dependencies/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "25.5.2",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"jest-haste-map": "^25.5.1",
"jest-resolve": "^25.5.1",
"jest-runtime": "^25.5.2"
"jest-runtime": "^25.5.4"
},
"engines": {
"node": ">= 8.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "25.5.3",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,14 +24,14 @@
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-config": "^25.5.3",
"jest-config": "^25.5.4",
"jest-docblock": "^25.3.0",
"jest-haste-map": "^25.5.1",
"jest-jasmine2": "^25.5.2",
"jest-jasmine2": "^25.5.4",
"jest-leak-detector": "^25.5.0",
"jest-message-util": "^25.5.0",
"jest-resolve": "^25.5.1",
"jest-runtime": "^25.5.3",
"jest-runtime": "^25.5.4",
"jest-util": "^25.5.0",
"jest-worker": "^25.5.0",
"source-map-support": "^0.5.6",
Expand All @@ -42,7 +42,7 @@
"@types/graceful-fs": "^4.1.2",
"@types/node": "*",
"@types/source-map-support": "^0.5.0",
"jest-circus": "^25.5.3"
"jest-circus": "^25.5.4"
},
"engines": {
"node": ">= 8.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "25.5.3",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.4",
"jest-config": "^25.5.3",
"jest-config": "^25.5.4",
"jest-haste-map": "^25.5.1",
"jest-message-util": "^25.5.0",
"jest-mock": "^25.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-test-sequencer/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-sequencer",
"version": "25.5.3",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,8 +20,8 @@
"@jest/test-result": "^25.5.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^25.5.1",
"jest-runner": "^25.5.3",
"jest-runtime": "^25.5.3"
"jest-runner": "^25.5.4",
"jest-runtime": "^25.5.4"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,7 +1,7 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "25.5.3",
"version": "25.5.4",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"typesVersions": {
Expand All @@ -12,9 +12,9 @@
}
},
"dependencies": {
"@jest/core": "^25.5.3",
"@jest/core": "^25.5.4",
"import-local": "^3.0.2",
"jest-cli": "^25.5.3"
"jest-cli": "^25.5.4"
},
"bin": "./bin/jest.js",
"engines": {
Expand Down

0 comments on commit 389d137

Please sign in to comment.