Skip to content

Commit

Permalink
v25.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 29, 2020
1 parent 7aeca33 commit 3249385
Show file tree
Hide file tree
Showing 25 changed files with 96 additions and 96 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.3",
"version": "25.2.4",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "25.2.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
}
},
"dependencies": {
"@jest/transform": "^25.2.3",
"@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0",
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.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -22,7 +22,7 @@
"ansi-styles": "^4.0.0",
"jest-get-type": "^25.2.1",
"jest-matcher-utils": "^25.2.3",
"jest-message-util": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-regex-util": "^25.2.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 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.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,18 +18,18 @@
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.2.3",
"@jest/test-result": "^25.2.3",
"@jest/environment": "^25.2.4",
"@jest/test-result": "^25.2.4",
"@jest/types": "^25.2.3",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.2.3",
"expect": "^25.2.4",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.2.3",
"jest-matcher-utils": "^25.2.3",
"jest-message-util": "^25.2.3",
"jest-runtime": "^25.2.3",
"jest-snapshot": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-runtime": "^25.2.4",
"jest-snapshot": "^25.2.4",
"jest-util": "^25.2.3",
"pretty-format": "^25.2.3",
"stack-utils": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "25.2.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
Expand All @@ -12,14 +12,14 @@
}
},
"dependencies": {
"@jest/core": "^25.2.3",
"@jest/test-result": "^25.2.3",
"@jest/core": "^25.2.4",
"@jest/test-result": "^25.2.4",
"@jest/types": "^25.2.3",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^25.2.3",
"jest-config": "^25.2.4",
"jest-util": "^25.2.3",
"jest-validate": "^25.2.3",
"prompts": "^2.0.1",
Expand Down
12 changes: 6 additions & 6 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.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,16 +18,16 @@
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^25.2.3",
"@jest/test-sequencer": "^25.2.4",
"@jest/types": "^25.2.3",
"babel-jest": "^25.2.3",
"babel-jest": "^25.2.4",
"chalk": "^3.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"jest-environment-jsdom": "^25.2.3",
"jest-environment-node": "^25.2.3",
"jest-environment-jsdom": "^25.2.4",
"jest-environment-node": "^25.2.4",
"jest-get-type": "^25.2.1",
"jest-jasmine2": "^25.2.3",
"jest-jasmine2": "^25.2.4",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^25.2.3",
"jest-util": "^25.2.3",
Expand Down
24 changes: 12 additions & 12 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.3",
"version": "25.2.4",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"typesVersions": {
Expand All @@ -13,27 +13,27 @@
},
"dependencies": {
"@jest/console": "^25.2.3",
"@jest/reporters": "^25.2.3",
"@jest/test-result": "^25.2.3",
"@jest/transform": "^25.2.3",
"@jest/reporters": "^25.2.4",
"@jest/test-result": "^25.2.4",
"@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3",
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"jest-changed-files": "^25.2.3",
"jest-config": "^25.2.3",
"jest-config": "^25.2.4",
"jest-haste-map": "^25.2.3",
"jest-message-util": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^25.2.3",
"jest-resolve-dependencies": "^25.2.3",
"jest-runner": "^25.2.3",
"jest-runtime": "^25.2.3",
"jest-snapshot": "^25.2.3",
"jest-resolve-dependencies": "^25.2.4",
"jest-runner": "^25.2.4",
"jest-runtime": "^25.2.4",
"jest-snapshot": "^25.2.4",
"jest-util": "^25.2.3",
"jest-validate": "^25.2.3",
"jest-watcher": "^25.2.3",
"jest-watcher": "^25.2.4",
"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.3",
"@jest/test-sequencer": "^25.2.4",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions 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": "25.2.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,8 +17,8 @@
}
},
"dependencies": {
"@jest/environment": "^25.2.3",
"@jest/fake-timers": "^25.2.3",
"@jest/environment": "^25.2.4",
"@jest/fake-timers": "^25.2.4",
"@jest/types": "^25.2.3",
"jest-mock": "^25.2.3",
"jest-util": "^25.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "25.2.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,8 +17,8 @@
}
},
"dependencies": {
"@jest/environment": "^25.2.3",
"@jest/fake-timers": "^25.2.3",
"@jest/environment": "^25.2.4",
"@jest/fake-timers": "^25.2.4",
"@jest/types": "^25.2.3",
"jest-mock": "^25.2.3",
"jest-util": "^25.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/environment",
"version": "25.2.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
}
},
"dependencies": {
"@jest/fake-timers": "^25.2.3",
"@jest/fake-timers": "^25.2.4",
"@jest/types": "^25.2.3",
"jest-mock": "^25.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-fake-timers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/fake-timers",
"version": "25.2.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@jest/types": "^25.2.3",
"jest-message-util": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-mock": "^25.2.3",
"jest-util": "^25.2.3",
"lolex": "^5.0.0"
Expand Down
14 changes: 7 additions & 7 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.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,19 +18,19 @@
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.2.3",
"@jest/environment": "^25.2.4",
"@jest/source-map": "^25.2.1",
"@jest/test-result": "^25.2.3",
"@jest/test-result": "^25.2.4",
"@jest/types": "^25.2.3",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.2.3",
"expect": "^25.2.4",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.2.3",
"jest-matcher-utils": "^25.2.3",
"jest-message-util": "^25.2.3",
"jest-runtime": "^25.2.3",
"jest-snapshot": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-runtime": "^25.2.4",
"jest-snapshot": "^25.2.4",
"jest-util": "^25.2.3",
"pretty-format": "^25.2.3",
"throat": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-message-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-message-util",
"version": "25.2.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@jest/test-result": "^25.2.3",
"@jest/test-result": "^25.2.4",
"@jest/types": "^25.2.3",
"@types/stack-utils": "^1.0.1",
"chalk": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-phabricator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-phabricator",
"version": "25.2.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -15,7 +15,7 @@
}
},
"dependencies": {
"@jest/test-result": "^25.2.3"
"@jest/test-result": "^25.2.4"
},
"engines": {
"node": ">= 8.3"
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,10 +17,10 @@
}
},
"dependencies": {
"@jest/transform": "^25.2.3",
"@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3",
"jest-config": "^25.2.3",
"jest-runtime": "^25.2.3",
"jest-config": "^25.2.4",
"jest-runtime": "^25.2.4",
"jest-validate": "^25.2.3",
"repl": "^0.1.3",
"yargs": "^15.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "25.2.3",
"version": "25.2.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^25.2.3",
"@jest/test-result": "^25.2.3",
"@jest/transform": "^25.2.3",
"@jest/test-result": "^25.2.4",
"@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3",
"chalk": "^3.0.0",
"collect-v8-coverage": "^1.0.0",
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.3",
"version": "25.2.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,12 +19,12 @@
"dependencies": {
"@jest/types": "^25.2.3",
"jest-regex-util": "^25.2.1",
"jest-snapshot": "^25.2.3"
"jest-snapshot": "^25.2.4"
},
"devDependencies": {
"jest-haste-map": "^25.2.3",
"jest-resolve": "^25.2.3",
"jest-runtime": "^25.2.3"
"jest-runtime": "^25.2.4"
},
"engines": {
"node": ">= 8.3"
Expand Down
Loading

0 comments on commit 3249385

Please sign in to comment.