Skip to content

Commit

Permalink
v25.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 26, 2020
1 parent 0e7b531 commit a679390
Show file tree
Hide file tree
Showing 47 changed files with 245 additions and 245 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "25.2.0",
"version": "25.2.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,11 +18,11 @@
}
},
"dependencies": {
"@jest/transform": "^25.2.0",
"@jest/types": "^25.2.0",
"@jest/transform": "^25.2.1",
"@jest/types": "^25.2.1",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^25.2.0",
"babel-preset-jest": "^25.2.1",
"chalk": "^3.0.0",
"slash": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@babel/plugin-syntax-bigint": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"babel-plugin-jest-hoist": "^25.2.0"
"babel-plugin-jest-hoist": "^25.2.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-sequences/package.json
@@ -1,6 +1,6 @@
{
"name": "diff-sequences",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
14 changes: 7 additions & 7 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,15 +18,15 @@
},
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^25.2.0",
"@jest/types": "^25.2.1",
"ansi-styles": "^4.0.0",
"jest-get-type": "^25.1.0",
"jest-matcher-utils": "^25.2.0",
"jest-message-util": "^25.2.0",
"jest-regex-util": "^25.2.0"
"jest-get-type": "^25.2.1",
"jest-matcher-utils": "^25.2.1",
"jest-message-util": "^25.2.1",
"jest-regex-util": "^25.2.1"
},
"devDependencies": {
"@jest/test-utils": "^25.2.0",
"@jest/test-utils": "^25.2.1",
"chalk": "^3.0.0",
"fast-check": "^1.13.0",
"immutable": "^4.0.0-rc.12"
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.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
}
},
"dependencies": {
"@jest/types": "^25.2.0",
"@jest/types": "^25.2.1",
"execa": "^3.2.0",
"throat": "^5.0.0"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,31 +18,31 @@
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.2.0",
"@jest/test-result": "^25.2.0",
"@jest/types": "^25.2.0",
"@jest/environment": "^25.2.1",
"@jest/test-result": "^25.2.1",
"@jest/types": "^25.2.1",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.2.0",
"expect": "^25.2.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.2.0",
"jest-matcher-utils": "^25.2.0",
"jest-message-util": "^25.2.0",
"jest-snapshot": "^25.2.0",
"jest-util": "^25.2.0",
"pretty-format": "^25.2.0",
"jest-each": "^25.2.1",
"jest-matcher-utils": "^25.2.1",
"jest-message-util": "^25.2.1",
"jest-snapshot": "^25.2.1",
"jest-util": "^25.2.1",
"pretty-format": "^25.2.1",
"stack-utils": "^1.0.1",
"throat": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/register": "^7.0.0",
"@jest/test-utils": "^25.2.0",
"@jest/test-utils": "^25.2.1",
"@types/babel__traverse": "^7.0.4",
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^3.2.0",
"jest-runtime": "^25.2.0"
"jest-runtime": "^25.2.1"
},
"engines": {
"node": ">= 8.3"
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "25.2.0",
"version": "25.2.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
Expand All @@ -12,22 +12,22 @@
}
},
"dependencies": {
"@jest/core": "^25.2.0",
"@jest/test-result": "^25.2.0",
"@jest/types": "^25.2.0",
"@jest/core": "^25.2.1",
"@jest/test-result": "^25.2.1",
"@jest/types": "^25.2.1",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^25.2.0",
"jest-util": "^25.2.0",
"jest-validate": "^25.2.0",
"jest-config": "^25.2.1",
"jest-util": "^25.2.1",
"jest-validate": "^25.2.1",
"prompts": "^2.0.1",
"realpath-native": "^2.0.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@jest/test-utils": "^25.2.0",
"@jest/test-utils": "^25.2.1",
"@types/exit": "^0.1.30",
"@types/is-ci": "^2.0.0",
"@types/prompts": "^2.0.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "25.2.0",
"version": "25.2.1",
"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.0",
"@jest/types": "^25.2.0",
"babel-jest": "^25.2.0",
"@jest/test-sequencer": "^25.2.1",
"@jest/types": "^25.2.1",
"babel-jest": "^25.2.1",
"chalk": "^3.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"jest-environment-jsdom": "^25.2.0",
"jest-environment-node": "^25.2.0",
"jest-get-type": "^25.1.0",
"jest-jasmine2": "^25.2.0",
"jest-regex-util": "^25.2.0",
"jest-resolve": "^25.2.0",
"jest-util": "^25.2.0",
"jest-validate": "^25.2.0",
"jest-environment-jsdom": "^25.2.1",
"jest-environment-node": "^25.2.1",
"jest-get-type": "^25.2.1",
"jest-jasmine2": "^25.2.1",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^25.2.1",
"jest-util": "^25.2.1",
"jest-validate": "^25.2.1",
"micromatch": "^4.0.2",
"pretty-format": "^25.2.0",
"pretty-format": "^25.2.1",
"realpath-native": "^2.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,9 +17,9 @@
}
},
"dependencies": {
"@jest/source-map": "^25.2.0",
"@jest/source-map": "^25.2.1",
"chalk": "^3.0.0",
"jest-util": "^25.2.0",
"jest-util": "^25.2.1",
"slash": "^3.0.0"
},
"devDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions packages/jest-core/package.json
@@ -1,32 +1,32 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "25.2.0",
"version": "25.2.1",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^25.2.0",
"@jest/reporters": "^25.2.0",
"@jest/test-result": "^25.2.0",
"@jest/transform": "^25.2.0",
"@jest/types": "^25.2.0",
"@jest/console": "^25.2.1",
"@jest/reporters": "^25.2.1",
"@jest/test-result": "^25.2.1",
"@jest/transform": "^25.2.1",
"@jest/types": "^25.2.1",
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"jest-changed-files": "^25.2.0",
"jest-config": "^25.2.0",
"jest-haste-map": "^25.2.0",
"jest-message-util": "^25.2.0",
"jest-regex-util": "^25.2.0",
"jest-resolve": "^25.2.0",
"jest-resolve-dependencies": "^25.2.0",
"jest-runner": "^25.2.0",
"jest-runtime": "^25.2.0",
"jest-snapshot": "^25.2.0",
"jest-util": "^25.2.0",
"jest-validate": "^25.2.0",
"jest-watcher": "^25.2.0",
"jest-changed-files": "^25.2.1",
"jest-config": "^25.2.1",
"jest-haste-map": "^25.2.1",
"jest-message-util": "^25.2.1",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^25.2.1",
"jest-resolve-dependencies": "^25.2.1",
"jest-runner": "^25.2.1",
"jest-runtime": "^25.2.1",
"jest-snapshot": "^25.2.1",
"jest-util": "^25.2.1",
"jest-validate": "^25.2.1",
"jest-watcher": "^25.2.1",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"realpath-native": "^2.0.0",
Expand All @@ -35,7 +35,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^25.2.0",
"@jest/test-sequencer": "^25.2.1",
"@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-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "25.2.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,12 +18,12 @@
},
"dependencies": {
"chalk": "^3.0.0",
"diff-sequences": "^25.2.0",
"jest-get-type": "^25.1.0",
"pretty-format": "^25.2.0"
"diff-sequences": "^25.2.1",
"jest-get-type": "^25.2.1",
"pretty-format": "^25.2.1"
},
"devDependencies": {
"@jest/test-utils": "^25.2.0",
"@jest/test-utils": "^25.2.1",
"strip-ansi": "^6.0.0"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "25.2.0",
"version": "25.2.1",
"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.0",
"@jest/types": "^25.2.1",
"chalk": "^3.0.0",
"jest-get-type": "^25.1.0",
"jest-util": "^25.2.0",
"pretty-format": "^25.2.0"
"jest-get-type": "^25.2.1",
"jest-util": "^25.2.1",
"pretty-format": "^25.2.1"
},
"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.0",
"version": "25.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,11 +17,11 @@
}
},
"dependencies": {
"@jest/environment": "^25.2.0",
"@jest/fake-timers": "^25.2.0",
"@jest/types": "^25.2.0",
"jest-mock": "^25.2.0",
"jest-util": "^25.2.0",
"@jest/environment": "^25.2.1",
"@jest/fake-timers": "^25.2.1",
"@jest/types": "^25.2.1",
"jest-mock": "^25.2.1",
"jest-util": "^25.2.1",
"jsdom": "^15.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit a679390

Please sign in to comment.