Skip to content

Commit

Permalink
v25.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 2, 2020
1 parent 22da65a commit 964ec0e
Show file tree
Hide file tree
Showing 38 changed files with 202 additions and 202 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "25.2.4",
"version": "25.2.5",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,8 +18,8 @@
}
},
"dependencies": {
"@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3",
"@jest/transform": "^25.2.5",
"@jest/types": "^25.2.5",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^25.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,11 +18,11 @@
},
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^25.2.3",
"@jest/types": "^25.2.5",
"ansi-styles": "^4.0.0",
"jest-get-type": "^25.2.1",
"jest-matcher-utils": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-matcher-utils": "^25.2.5",
"jest-message-util": "^25.2.5",
"jest-regex-util": "^25.2.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-changed-files/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "25.2.3",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
}
},
"dependencies": {
"@jest/types": "^25.2.3",
"@jest/types": "^25.2.5",
"execa": "^3.2.0",
"throat": "^5.0.0"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,20 +18,20 @@
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.2.4",
"@jest/test-result": "^25.2.4",
"@jest/types": "^25.2.3",
"@jest/environment": "^25.2.5",
"@jest/test-result": "^25.2.5",
"@jest/types": "^25.2.5",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.2.4",
"expect": "^25.2.5",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.2.3",
"jest-matcher-utils": "^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",
"jest-each": "^25.2.5",
"jest-matcher-utils": "^25.2.5",
"jest-message-util": "^25.2.5",
"jest-runtime": "^25.2.5",
"jest-snapshot": "^25.2.5",
"jest-util": "^25.2.5",
"pretty-format": "^25.2.5",
"stack-utils": "^1.0.1",
"throat": "^5.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "25.2.4",
"version": "25.2.5",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
Expand All @@ -12,16 +12,16 @@
}
},
"dependencies": {
"@jest/core": "^25.2.4",
"@jest/test-result": "^25.2.4",
"@jest/types": "^25.2.3",
"@jest/core": "^25.2.5",
"@jest/test-result": "^25.2.5",
"@jest/types": "^25.2.5",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^25.2.4",
"jest-util": "^25.2.3",
"jest-validate": "^25.2.3",
"jest-config": "^25.2.5",
"jest-util": "^25.2.5",
"jest-validate": "^25.2.5",
"prompts": "^2.0.1",
"realpath-native": "^2.0.0",
"yargs": "^15.3.1"
Expand Down
22 changes: 11 additions & 11 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,22 +18,22 @@
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^25.2.4",
"@jest/types": "^25.2.3",
"babel-jest": "^25.2.4",
"@jest/test-sequencer": "^25.2.5",
"@jest/types": "^25.2.5",
"babel-jest": "^25.2.5",
"chalk": "^3.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"jest-environment-jsdom": "^25.2.4",
"jest-environment-node": "^25.2.4",
"jest-environment-jsdom": "^25.2.5",
"jest-environment-node": "^25.2.5",
"jest-get-type": "^25.2.1",
"jest-jasmine2": "^25.2.4",
"jest-jasmine2": "^25.2.5",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^25.2.3",
"jest-util": "^25.2.3",
"jest-validate": "^25.2.3",
"jest-resolve": "^25.2.5",
"jest-util": "^25.2.5",
"jest-validate": "^25.2.5",
"micromatch": "^4.0.2",
"pretty-format": "^25.2.3",
"pretty-format": "^25.2.5",
"realpath-native": "^2.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "25.2.3",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@jest/source-map": "^25.2.1",
"chalk": "^3.0.0",
"jest-util": "^25.2.3",
"jest-util": "^25.2.5",
"slash": "^3.0.0"
},
"devDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "25.2.4",
"version": "25.2.5",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"typesVersions": {
Expand All @@ -12,28 +12,28 @@
}
},
"dependencies": {
"@jest/console": "^25.2.3",
"@jest/reporters": "^25.2.4",
"@jest/test-result": "^25.2.4",
"@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3",
"@jest/console": "^25.2.5",
"@jest/reporters": "^25.2.5",
"@jest/test-result": "^25.2.5",
"@jest/transform": "^25.2.5",
"@jest/types": "^25.2.5",
"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.4",
"jest-haste-map": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-changed-files": "^25.2.5",
"jest-config": "^25.2.5",
"jest-haste-map": "^25.2.5",
"jest-message-util": "^25.2.5",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^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.4",
"jest-resolve": "^25.2.5",
"jest-resolve-dependencies": "^25.2.5",
"jest-runner": "^25.2.5",
"jest-runtime": "^25.2.5",
"jest-snapshot": "^25.2.5",
"jest-util": "^25.2.5",
"jest-validate": "^25.2.5",
"jest-watcher": "^25.2.5",
"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.4",
"@jest/test-sequencer": "^25.2.5",
"@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-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "25.2.3",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,7 +20,7 @@
"chalk": "^3.0.0",
"diff-sequences": "^25.2.1",
"jest-get-type": "^25.2.1",
"pretty-format": "^25.2.3"
"pretty-format": "^25.2.5"
},
"devDependencies": {
"@jest/test-utils": "^25.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "25.2.3",
"version": "25.2.5",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -25,11 +25,11 @@
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
"dependencies": {
"@jest/types": "^25.2.3",
"@jest/types": "^25.2.5",
"chalk": "^3.0.0",
"jest-get-type": "^25.2.1",
"jest-util": "^25.2.3",
"pretty-format": "^25.2.3"
"jest-util": "^25.2.5",
"pretty-format": "^25.2.5"
},
"engines": {
"node": ">= 8.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,11 +17,11 @@
}
},
"dependencies": {
"@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",
"@jest/environment": "^25.2.5",
"@jest/fake-timers": "^25.2.5",
"@jest/types": "^25.2.5",
"jest-mock": "^25.2.5",
"jest-util": "^25.2.5",
"jsdom": "^15.2.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-environment-node/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,11 +17,11 @@
}
},
"dependencies": {
"@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",
"@jest/environment": "^25.2.5",
"@jest/fake-timers": "^25.2.5",
"@jest/types": "^25.2.5",
"jest-mock": "^25.2.5",
"jest-util": "^25.2.5",
"semver": "^6.3.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-environment/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/environment",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,9 +17,9 @@
}
},
"dependencies": {
"@jest/fake-timers": "^25.2.4",
"@jest/types": "^25.2.3",
"jest-mock": "^25.2.3"
"@jest/fake-timers": "^25.2.5",
"@jest/types": "^25.2.5",
"jest-mock": "^25.2.5"
},
"devDependencies": {
"@types/node": "*"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-fake-timers/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/fake-timers",
"version": "25.2.4",
"version": "25.2.5",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,10 +17,10 @@
}
},
"dependencies": {
"@jest/types": "^25.2.3",
"jest-message-util": "^25.2.4",
"jest-mock": "^25.2.3",
"jest-util": "^25.2.3",
"@jest/types": "^25.2.5",
"jest-message-util": "^25.2.5",
"jest-mock": "^25.2.5",
"jest-util": "^25.2.5",
"lolex": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 964ec0e

Please sign in to comment.