Skip to content

Commit

Permalink
v26.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 31, 2020
1 parent 72bba27 commit a6a5abb
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "26.2.1",
"version": "26.2.2",
"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": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^26.2.1",
"@jest/transform": "^26.2.2",
"@jest/types": "^26.2.0",
"@types/babel__core": "^7.1.7",
"babel-plugin-istanbul": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,9 +23,9 @@
"jest-each": "^26.2.0",
"jest-matcher-utils": "^26.2.0",
"jest-message-util": "^26.2.0",
"jest-runner": "^26.2.1",
"jest-runtime": "^26.2.1",
"jest-snapshot": "^26.2.1",
"jest-runner": "^26.2.2",
"jest-runtime": "^26.2.2",
"jest-snapshot": "^26.2.2",
"jest-util": "^26.2.0",
"pretty-format": "^26.2.0",
"stack-utils": "^2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "26.2.1",
"version": "26.2.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^26.2.1",
"@jest/core": "^26.2.2",
"@jest/test-result": "^26.2.0",
"@jest/types": "^26.2.0",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^26.2.1",
"jest-config": "^26.2.2",
"jest-util": "^26.2.0",
"jest-validate": "^26.2.0",
"prompts": "^2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,19 +11,19 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^26.2.1",
"@jest/test-sequencer": "^26.2.2",
"@jest/types": "^26.2.0",
"babel-jest": "^26.2.1",
"babel-jest": "^26.2.2",
"chalk": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-environment-jsdom": "^26.2.0",
"jest-environment-node": "^26.2.0",
"jest-get-type": "^26.0.0",
"jest-jasmine2": "^26.2.1",
"jest-jasmine2": "^26.2.2",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.2.1",
"jest-resolve": "^26.2.2",
"jest-util": "^26.2.0",
"jest-validate": "^26.2.0",
"micromatch": "^4.0.2",
Expand Down
22 changes: 11 additions & 11 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "26.2.1",
"version": "26.2.2",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^26.2.0",
"@jest/reporters": "^26.2.1",
"@jest/reporters": "^26.2.2",
"@jest/test-result": "^26.2.0",
"@jest/transform": "^26.2.1",
"@jest/transform": "^26.2.2",
"@jest/types": "^26.2.0",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^26.2.0",
"jest-config": "^26.2.1",
"jest-haste-map": "^26.2.1",
"jest-config": "^26.2.2",
"jest-haste-map": "^26.2.2",
"jest-message-util": "^26.2.0",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.2.1",
"jest-resolve-dependencies": "^26.2.1",
"jest-runner": "^26.2.1",
"jest-runtime": "^26.2.1",
"jest-snapshot": "^26.2.1",
"jest-resolve": "^26.2.2",
"jest-resolve-dependencies": "^26.2.2",
"jest-runner": "^26.2.2",
"jest-runtime": "^26.2.2",
"jest-snapshot": "^26.2.2",
"jest-util": "^26.2.0",
"jest-validate": "^26.2.0",
"jest-watcher": "^26.2.0",
Expand All @@ -35,7 +35,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^26.2.1",
"@jest/test-sequencer": "^26.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-haste-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,8 +23,8 @@
"jest-each": "^26.2.0",
"jest-matcher-utils": "^26.2.0",
"jest-message-util": "^26.2.0",
"jest-runtime": "^26.2.1",
"jest-snapshot": "^26.2.1",
"jest-runtime": "^26.2.2",
"jest-snapshot": "^26.2.2",
"jest-util": "^26.2.0",
"pretty-format": "^26.2.0",
"throat": "^5.0.0"
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": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,10 +10,10 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^26.2.1",
"@jest/transform": "^26.2.2",
"@jest/types": "^26.2.0",
"jest-config": "^26.2.1",
"jest-runtime": "^26.2.1",
"jest-config": "^26.2.2",
"jest-runtime": "^26.2.2",
"jest-validate": "^26.2.0",
"repl": "^0.1.3",
"yargs": "^15.3.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "26.2.1",
"version": "26.2.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^26.2.0",
"@jest/test-result": "^26.2.0",
"@jest/transform": "^26.2.1",
"@jest/transform": "^26.2.2",
"@jest/types": "^26.2.0",
"chalk": "^4.0.0",
"collect-v8-coverage": "^1.0.0",
Expand All @@ -20,8 +20,8 @@
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.0.2",
"jest-haste-map": "^26.2.1",
"jest-resolve": "^26.2.1",
"jest-haste-map": "^26.2.2",
"jest-resolve": "^26.2.2",
"jest-util": "^26.2.0",
"jest-worker": "^26.2.1",
"slash": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 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": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,12 +12,12 @@
"dependencies": {
"@jest/types": "^26.2.0",
"jest-regex-util": "^26.0.0",
"jest-snapshot": "^26.2.1"
"jest-snapshot": "^26.2.2"
},
"devDependencies": {
"jest-haste-map": "^26.2.1",
"jest-resolve": "^26.2.1",
"jest-runtime": "^26.2.1"
"jest-haste-map": "^26.2.2",
"jest-resolve": "^26.2.2",
"jest-runtime": "^26.2.2"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@types/graceful-fs": "^4.1.3",
"@types/resolve": "^1.17.0",
"jest-haste-map": "^26.2.1"
"jest-haste-map": "^26.2.2"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,13 +19,13 @@
"emittery": "^0.7.1",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-config": "^26.2.1",
"jest-config": "^26.2.2",
"jest-docblock": "^26.0.0",
"jest-haste-map": "^26.2.1",
"jest-haste-map": "^26.2.2",
"jest-leak-detector": "^26.2.0",
"jest-message-util": "^26.2.0",
"jest-resolve": "^26.2.1",
"jest-runtime": "^26.2.1",
"jest-resolve": "^26.2.2",
"jest-runtime": "^26.2.2",
"jest-util": "^26.2.0",
"jest-worker": "^26.2.1",
"source-map-support": "^0.5.6",
Expand All @@ -35,7 +35,7 @@
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/source-map-support": "^0.5.0",
"jest-circus": "^26.2.1"
"jest-circus": "^26.2.2"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -16,21 +16,21 @@
"@jest/globals": "^26.2.0",
"@jest/source-map": "^26.1.0",
"@jest/test-result": "^26.2.0",
"@jest/transform": "^26.2.1",
"@jest/transform": "^26.2.2",
"@jest/types": "^26.2.0",
"@types/yargs": "^15.0.0",
"chalk": "^4.0.0",
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.4",
"jest-config": "^26.2.1",
"jest-haste-map": "^26.2.1",
"jest-config": "^26.2.2",
"jest-haste-map": "^26.2.2",
"jest-message-util": "^26.2.0",
"jest-mock": "^26.2.0",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.2.1",
"jest-snapshot": "^26.2.1",
"jest-resolve": "^26.2.2",
"jest-snapshot": "^26.2.2",
"jest-util": "^26.2.0",
"jest-validate": "^26.2.0",
"slash": "^3.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": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,10 +18,10 @@
"graceful-fs": "^4.2.4",
"jest-diff": "^26.2.0",
"jest-get-type": "^26.0.0",
"jest-haste-map": "^26.2.1",
"jest-haste-map": "^26.2.2",
"jest-matcher-utils": "^26.2.0",
"jest-message-util": "^26.2.0",
"jest-resolve": "^26.2.1",
"jest-resolve": "^26.2.2",
"natural-compare": "^1.4.0",
"pretty-format": "^26.2.0",
"semver": "^7.3.2"
Expand Down
8 changes: 4 additions & 4 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": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,9 +12,9 @@
"dependencies": {
"@jest/test-result": "^26.2.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^26.2.1",
"jest-runner": "^26.2.1",
"jest-runtime": "^26.2.1"
"jest-haste-map": "^26.2.2",
"jest-runner": "^26.2.2",
"jest-runtime": "^26.2.2"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/transform",
"version": "26.2.1",
"version": "26.2.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^26.2.1",
"jest-haste-map": "^26.2.2",
"jest-regex-util": "^26.0.0",
"jest-util": "^26.2.0",
"micromatch": "^4.0.2",
Expand Down

0 comments on commit a6a5abb

Please sign in to comment.