Skip to content

Commit

Permalink
v25.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 26, 2020
1 parent f95ce82 commit 96aaf89
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "25.2.1",
"version": "25.2.2",
"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.2.1",
"version": "25.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^3.2.0",
"jest-runtime": "^25.2.1"
"jest-runtime": "^25.2.2"
},
"engines": {
"node": ">= 8.3"
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.2.1",
"version": "25.2.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
Expand All @@ -12,14 +12,14 @@
}
},
"dependencies": {
"@jest/core": "^25.2.1",
"@jest/core": "^25.2.2",
"@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.1",
"jest-config": "^25.2.2",
"jest-util": "^25.2.1",
"jest-validate": "^25.2.1",
"prompts": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "25.2.1",
"version": "25.2.2",
"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.1",
"@jest/test-sequencer": "^25.2.2",
"@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.1",
"jest-environment-node": "^25.2.1",
"jest-environment-node": "^25.2.2",
"jest-get-type": "^25.2.1",
"jest-jasmine2": "^25.2.1",
"jest-jasmine2": "^25.2.2",
"jest-regex-util": "^25.2.1",
"jest-resolve": "^25.2.1",
"jest-util": "^25.2.1",
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.2.1",
"version": "25.2.2",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
Expand All @@ -15,14 +15,14 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"jest-changed-files": "^25.2.1",
"jest-config": "^25.2.1",
"jest-config": "^25.2.2",
"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-resolve-dependencies": "^25.2.2",
"jest-runner": "^25.2.2",
"jest-runtime": "^25.2.2",
"jest-snapshot": "^25.2.1",
"jest-util": "^25.2.1",
"jest-validate": "^25.2.1",
Expand All @@ -35,7 +35,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^25.2.1",
"@jest/test-sequencer": "^25.2.2",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-node/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "25.2.1",
"version": "25.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "25.2.1",
"version": "25.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"jest-each": "^25.2.1",
"jest-matcher-utils": "^25.2.1",
"jest-message-util": "^25.2.1",
"jest-runtime": "^25.2.1",
"jest-runtime": "^25.2.2",
"jest-snapshot": "^25.2.1",
"jest-util": "^25.2.1",
"pretty-format": "^25.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "25.2.1",
"version": "25.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@jest/transform": "^25.2.1",
"@jest/types": "^25.2.1",
"jest-config": "^25.2.1",
"jest-runtime": "^25.2.1",
"jest-config": "^25.2.2",
"jest-runtime": "^25.2.2",
"jest-validate": "^25.2.1",
"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.2.1",
"version": "25.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"jest-haste-map": "^25.2.1",
"jest-resolve": "^25.2.1",
"jest-runtime": "^25.2.1"
"jest-runtime": "^25.2.2"
},
"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.2.1",
"version": "25.2.2",
"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.1",
"jest-config": "^25.2.2",
"jest-docblock": "^25.2.0",
"jest-haste-map": "^25.2.1",
"jest-jasmine2": "^25.2.1",
"jest-jasmine2": "^25.2.2",
"jest-leak-detector": "^25.2.1",
"jest-message-util": "^25.2.1",
"jest-resolve": "^25.2.1",
"jest-runtime": "^25.2.1",
"jest-runtime": "^25.2.2",
"jest-util": "^25.2.1",
"jest-worker": "^25.2.1",
"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.1"
"jest-circus": "^25.2.2"
},
"engines": {
"node": ">= 8.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "25.2.1",
"version": "25.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.3",
"jest-config": "^25.2.1",
"jest-config": "^25.2.2",
"jest-haste-map": "^25.2.1",
"jest-message-util": "^25.2.1",
"jest-mock": "^25.2.1",
Expand All @@ -49,7 +49,7 @@
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.2",
"execa": "^3.2.0",
"jest-environment-node": "^25.2.1",
"jest-environment-node": "^25.2.2",
"jest-snapshot-serializer-raw": "^1.1.0"
},
"bin": "./bin/jest-runtime.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-test-sequencer/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-sequencer",
"version": "25.2.1",
"version": "25.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@jest/test-result": "^25.2.1",
"jest-haste-map": "^25.2.1",
"jest-runner": "^25.2.1",
"jest-runtime": "^25.2.1"
"jest-runner": "^25.2.2",
"jest-runtime": "^25.2.2"
},
"engines": {
"node": ">= 8.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,13 +1,13 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "25.2.1",
"version": "25.2.2",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/core": "^25.2.1",
"@jest/core": "^25.2.2",
"import-local": "^3.0.2",
"jest-cli": "^25.2.1"
"jest-cli": "^25.2.2"
},
"bin": "./bin/jest.js",
"engines": {
Expand Down

0 comments on commit 96aaf89

Please sign in to comment.