Skip to content

Commit

Permalink
v25.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 3, 2020
1 parent b327499 commit 3c2fa93
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "25.2.6",
"version": "25.2.7",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,7 +21,7 @@
"@jest/types": "^25.2.6",
"ansi-styles": "^4.0.0",
"jest-get-type": "^25.2.6",
"jest-matcher-utils": "^25.2.6",
"jest-matcher-utils": "^25.2.7",
"jest-message-util": "^25.2.6",
"jest-regex-util": "^25.2.6"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,13 +23,13 @@
"@jest/types": "^25.2.6",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.2.6",
"expect": "^25.2.7",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.2.6",
"jest-matcher-utils": "^25.2.6",
"jest-matcher-utils": "^25.2.7",
"jest-message-util": "^25.2.6",
"jest-runtime": "^25.2.6",
"jest-snapshot": "^25.2.6",
"jest-runtime": "^25.2.7",
"jest-snapshot": "^25.2.7",
"jest-util": "^25.2.6",
"pretty-format": "^25.2.6",
"stack-utils": "^1.0.1",
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": "25.2.6",
"version": "25.2.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
Expand All @@ -12,14 +12,14 @@
}
},
"dependencies": {
"@jest/core": "^25.2.6",
"@jest/core": "^25.2.7",
"@jest/test-result": "^25.2.6",
"@jest/types": "^25.2.6",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^25.2.6",
"jest-config": "^25.2.7",
"jest-util": "^25.2.6",
"jest-validate": "^25.2.6",
"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": "25.2.6",
"version": "25.2.7",
"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.2.6",
"@jest/test-sequencer": "^25.2.7",
"@jest/types": "^25.2.6",
"babel-jest": "^25.2.6",
"chalk": "^3.0.0",
Expand All @@ -27,7 +27,7 @@
"jest-environment-jsdom": "^25.2.6",
"jest-environment-node": "^25.2.6",
"jest-get-type": "^25.2.6",
"jest-jasmine2": "^25.2.6",
"jest-jasmine2": "^25.2.7",
"jest-regex-util": "^25.2.6",
"jest-resolve": "^25.2.6",
"jest-util": "^25.2.6",
Expand Down
16 changes: 8 additions & 8 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": "25.2.6",
"version": "25.2.7",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"typesVersions": {
Expand All @@ -22,18 +22,18 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"jest-changed-files": "^25.2.6",
"jest-config": "^25.2.6",
"jest-config": "^25.2.7",
"jest-haste-map": "^25.2.6",
"jest-message-util": "^25.2.6",
"jest-regex-util": "^25.2.6",
"jest-resolve": "^25.2.6",
"jest-resolve-dependencies": "^25.2.6",
"jest-runner": "^25.2.6",
"jest-runtime": "^25.2.6",
"jest-snapshot": "^25.2.6",
"jest-resolve-dependencies": "^25.2.7",
"jest-runner": "^25.2.7",
"jest-runtime": "^25.2.7",
"jest-snapshot": "^25.2.7",
"jest-util": "^25.2.6",
"jest-validate": "^25.2.6",
"jest-watcher": "^25.2.6",
"jest-watcher": "^25.2.7",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"realpath-native": "^2.0.0",
Expand All @@ -42,7 +42,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^25.2.6",
"@jest/test-sequencer": "^25.2.7",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,13 +24,13 @@
"@jest/types": "^25.2.6",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.2.6",
"expect": "^25.2.7",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.2.6",
"jest-matcher-utils": "^25.2.6",
"jest-matcher-utils": "^25.2.7",
"jest-message-util": "^25.2.6",
"jest-runtime": "^25.2.6",
"jest-snapshot": "^25.2.6",
"jest-runtime": "^25.2.7",
"jest-snapshot": "^25.2.7",
"jest-util": "^25.2.6",
"pretty-format": "^25.2.6",
"throat": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-matcher-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@jest/transform": "^25.2.6",
"@jest/types": "^25.2.6",
"jest-config": "^25.2.6",
"jest-runtime": "^25.2.6",
"jest-config": "^25.2.7",
"jest-runtime": "^25.2.7",
"jest-validate": "^25.2.6",
"repl": "^0.1.3",
"yargs": "^15.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,12 +19,12 @@
"dependencies": {
"@jest/types": "^25.2.6",
"jest-regex-util": "^25.2.6",
"jest-snapshot": "^25.2.6"
"jest-snapshot": "^25.2.7"
},
"devDependencies": {
"jest-haste-map": "^25.2.6",
"jest-resolve": "^25.2.6",
"jest-runtime": "^25.2.6"
"jest-runtime": "^25.2.7"
},
"engines": {
"node": ">= 8.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "25.2.6",
"version": "25.2.7",
"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.3",
"jest-config": "^25.2.6",
"jest-config": "^25.2.7",
"jest-docblock": "^25.2.6",
"jest-haste-map": "^25.2.6",
"jest-jasmine2": "^25.2.6",
"jest-jasmine2": "^25.2.7",
"jest-leak-detector": "^25.2.6",
"jest-message-util": "^25.2.6",
"jest-resolve": "^25.2.6",
"jest-runtime": "^25.2.6",
"jest-runtime": "^25.2.7",
"jest-util": "^25.2.6",
"jest-worker": "^25.2.6",
"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.2.6"
"jest-circus": "^25.2.7"
},
"engines": {
"node": ">= 8.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -29,13 +29,13 @@
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.3",
"jest-config": "^25.2.6",
"jest-config": "^25.2.7",
"jest-haste-map": "^25.2.6",
"jest-message-util": "^25.2.6",
"jest-mock": "^25.2.6",
"jest-regex-util": "^25.2.6",
"jest-resolve": "^25.2.6",
"jest-snapshot": "^25.2.6",
"jest-snapshot": "^25.2.7",
"jest-util": "^25.2.6",
"jest-validate": "^25.2.6",
"realpath-native": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,10 +21,10 @@
"@jest/types": "^25.2.6",
"@types/prettier": "^1.19.0",
"chalk": "^3.0.0",
"expect": "^25.2.6",
"expect": "^25.2.7",
"jest-diff": "^25.2.6",
"jest-get-type": "^25.2.6",
"jest-matcher-utils": "^25.2.6",
"jest-matcher-utils": "^25.2.7",
"jest-message-util": "^25.2.6",
"jest-resolve": "^25.2.6",
"make-dir": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-test-sequencer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/test-sequencer",
"version": "25.2.6",
"version": "25.2.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@jest/test-result": "^25.2.6",
"jest-haste-map": "^25.2.6",
"jest-runner": "^25.2.6",
"jest-runtime": "^25.2.6"
"jest-runner": "^25.2.7",
"jest-runtime": "^25.2.7"
},
"engines": {
"node": ">= 8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "25.2.6",
"version": "25.2.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
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": "25.2.6",
"version": "25.2.7",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"typesVersions": {
Expand All @@ -12,9 +12,9 @@
}
},
"dependencies": {
"@jest/core": "^25.2.6",
"@jest/core": "^25.2.7",
"import-local": "^3.0.2",
"jest-cli": "^25.2.6"
"jest-cli": "^25.2.7"
},
"bin": "./bin/jest.js",
"engines": {
Expand Down

0 comments on commit 3c2fa93

Please sign in to comment.