From 2bac04ffb8e533d12a072998da5c3751a41b796f Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 3 May 2020 20:47:47 +0200 Subject: [PATCH] v26.0.0-alpha.1 --- lerna.json | 2 +- packages/babel-jest/package.json | 6 +-- packages/expect/package.json | 12 +++--- packages/jest-changed-files/package.json | 4 +- packages/jest-circus/package.json | 26 ++++++------ packages/jest-cli/package.json | 16 ++++---- packages/jest-config/package.json | 24 +++++------ packages/jest-console/package.json | 8 ++-- packages/jest-core/package.json | 40 +++++++++---------- packages/jest-diff/package.json | 6 +-- packages/jest-each/package.json | 8 ++-- packages/jest-environment-jsdom/package.json | 12 +++--- packages/jest-environment-node/package.json | 12 +++--- packages/jest-environment/package.json | 8 ++-- packages/jest-fake-timers/package.json | 10 ++--- packages/jest-globals/package.json | 8 ++-- packages/jest-haste-map/package.json | 8 ++-- packages/jest-jasmine2/package.json | 26 ++++++------ packages/jest-leak-detector/package.json | 4 +- packages/jest-matcher-utils/package.json | 8 ++-- packages/jest-message-util/package.json | 4 +- packages/jest-mock/package.json | 4 +- packages/jest-phabricator/package.json | 4 +- packages/jest-regex-util/package.json | 2 +- packages/jest-repl/package.json | 14 +++---- packages/jest-reporters/package.json | 16 ++++---- .../jest-resolve-dependencies/package.json | 14 +++---- packages/jest-resolve/package.json | 8 ++-- packages/jest-runner/package.json | 28 ++++++------- packages/jest-runtime/package.json | 40 +++++++++---------- packages/jest-snapshot/package.json | 18 ++++----- packages/jest-source-map/package.json | 2 +- packages/jest-test-result/package.json | 6 +-- packages/jest-test-sequencer/package.json | 10 ++--- packages/jest-transform/package.json | 10 ++--- packages/jest-types/package.json | 2 +- packages/jest-util/package.json | 4 +- packages/jest-validate/package.json | 6 +-- packages/jest-watcher/package.json | 8 ++-- packages/jest/package.json | 6 +-- packages/pretty-format/package.json | 4 +- packages/test-utils/package.json | 2 +- 42 files changed, 230 insertions(+), 230 deletions(-) diff --git a/lerna.json b/lerna.json index d9c35ddc909e..0dde82b4d497 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json index 00fab713bb9a..10f3ec3e9dae 100644 --- a/packages/babel-jest/package.json +++ b/packages/babel-jest/package.json @@ -1,7 +1,7 @@ { "name": "babel-jest", "description": "Jest plugin to use babel for transformation.", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,8 +11,8 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/transform": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/transform": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "@types/babel__core": "^7.1.7", "babel-plugin-istanbul": "^6.0.0", "babel-preset-jest": "^26.0.0-alpha.0", diff --git a/packages/expect/package.json b/packages/expect/package.json index 37f055c5f19d..380ec29d1485 100644 --- a/packages/expect/package.json +++ b/packages/expect/package.json @@ -1,6 +1,6 @@ { "name": "expect", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,15 +10,15 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "ansi-styles": "^4.0.0", "jest-get-type": "^26.0.0-alpha.0", - "jest-matcher-utils": "^26.0.0-alpha.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-regex-util": "^26.0.0-alpha.0" + "jest-matcher-utils": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.1", + "jest-regex-util": "^26.0.0-alpha.1" }, "devDependencies": { - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "chalk": "^4.0.0", "fast-check": "^1.13.0", "immutable": "^4.0.0-rc.12" diff --git a/packages/jest-changed-files/package.json b/packages/jest-changed-files/package.json index c4bff7797d67..39cfa7d0c26c 100644 --- a/packages/jest-changed-files/package.json +++ b/packages/jest-changed-files/package.json @@ -1,6 +1,6 @@ { "name": "jest-changed-files", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "execa": "^4.0.0", "throat": "^5.0.0" }, diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index 9bc84136a1fc..6f1d99d62c08 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,28 +11,28 @@ "types": "build/index.d.ts", "dependencies": { "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.0.0-alpha.0", - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/environment": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", - "expect": "^26.0.0-alpha.0", + "expect": "^26.0.0-alpha.1", "is-generator-fn": "^2.0.0", - "jest-each": "^26.0.0-alpha.0", - "jest-matcher-utils": "^26.0.0-alpha.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-runtime": "^26.0.0-alpha.0", - "jest-snapshot": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.0", + "jest-each": "^26.0.0-alpha.1", + "jest-matcher-utils": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.1", + "jest-runtime": "^26.0.0-alpha.1", + "jest-snapshot": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", + "pretty-format": "^26.0.0-alpha.1", "stack-utils": "^2.0.2", "throat": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.1.0", "@babel/register": "^7.0.0", - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "@types/babel__traverse": "^7.0.4", "@types/co": "^4.6.0", "@types/dedent": "^0.7.0", diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index eb3bfc715299..e97ac7a81992 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -1,26 +1,26 @@ { "name": "jest-cli", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^26.0.0-alpha.0", - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/core": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "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.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", - "jest-validate": "^26.0.0-alpha.0", + "jest-config": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", + "jest-validate": "^26.0.0-alpha.1", "prompts": "^2.0.1", "yargs": "^15.3.1" }, "devDependencies": { - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.3", "@types/is-ci": "^2.0.0", diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index a5f29e8168d2..056319b4345b 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,23 +11,23 @@ "types": "build/index.d.ts", "dependencies": { "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", - "babel-jest": "^26.0.0-alpha.0", + "@jest/test-sequencer": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", + "babel-jest": "^26.0.0-alpha.1", "chalk": "^4.0.0", "deepmerge": "^4.2.2", "glob": "^7.1.1", "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.0.0-alpha.0", - "jest-environment-node": "^26.0.0-alpha.0", + "jest-environment-jsdom": "^26.0.0-alpha.1", + "jest-environment-node": "^26.0.0-alpha.1", "jest-get-type": "^26.0.0-alpha.0", - "jest-jasmine2": "^26.0.0-alpha.0", - "jest-regex-util": "^26.0.0-alpha.0", - "jest-resolve": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", - "jest-validate": "^26.0.0-alpha.0", + "jest-jasmine2": "^26.0.0-alpha.1", + "jest-regex-util": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", + "jest-validate": "^26.0.0-alpha.1", "micromatch": "^4.0.2", - "pretty-format": "^26.0.0-alpha.0" + "pretty-format": "^26.0.0-alpha.1" }, "devDependencies": { "@types/babel__core": "^7.0.4", diff --git a/packages/jest-console/package.json b/packages/jest-console/package.json index d17ddb44b84b..0742af28a7f3 100644 --- a/packages/jest-console/package.json +++ b/packages/jest-console/package.json @@ -1,6 +1,6 @@ { "name": "@jest/console", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,10 +10,10 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", + "jest-message-util": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", "slash": "^3.0.0" }, "devDependencies": { diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index 831e401092e6..a9073fd2132e 100644 --- a/packages/jest-core/package.json +++ b/packages/jest-core/package.json @@ -1,32 +1,32 @@ { "name": "@jest/core", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "main": "build/jest.js", "types": "build/jest.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.0", - "@jest/reporters": "^26.0.0-alpha.0", - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/transform": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/console": "^26.0.0-alpha.1", + "@jest/reporters": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/transform": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.0.0-alpha.0", - "jest-config": "^26.0.0-alpha.0", - "jest-haste-map": "^26.0.0-alpha.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-regex-util": "^26.0.0-alpha.0", - "jest-resolve": "^26.0.0-alpha.0", - "jest-resolve-dependencies": "^26.0.0-alpha.0", - "jest-runner": "^26.0.0-alpha.0", - "jest-runtime": "^26.0.0-alpha.0", - "jest-snapshot": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", - "jest-validate": "^26.0.0-alpha.0", - "jest-watcher": "^26.0.0-alpha.0", + "jest-changed-files": "^26.0.0-alpha.1", + "jest-config": "^26.0.0-alpha.1", + "jest-haste-map": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.1", + "jest-regex-util": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.1", + "jest-resolve-dependencies": "^26.0.0-alpha.1", + "jest-runner": "^26.0.0-alpha.1", + "jest-runtime": "^26.0.0-alpha.1", + "jest-snapshot": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", + "jest-validate": "^26.0.0-alpha.1", + "jest-watcher": "^26.0.0-alpha.1", "micromatch": "^4.0.2", "p-each-series": "^2.1.0", "rimraf": "^3.0.0", @@ -34,7 +34,7 @@ "strip-ansi": "^6.0.0" }, "devDependencies": { - "@jest/test-sequencer": "^26.0.0-alpha.0", + "@jest/test-sequencer": "^26.0.0-alpha.1", "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.2", "@types/micromatch": "^4.0.0", diff --git a/packages/jest-diff/package.json b/packages/jest-diff/package.json index 87bb316647d4..509a36ed5a70 100644 --- a/packages/jest-diff/package.json +++ b/packages/jest-diff/package.json @@ -1,6 +1,6 @@ { "name": "jest-diff", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -13,10 +13,10 @@ "chalk": "^4.0.0", "diff-sequences": "^26.0.0-alpha.0", "jest-get-type": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.0" + "pretty-format": "^26.0.0-alpha.1" }, "devDependencies": { - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "strip-ansi": "^6.0.0" }, "engines": { diff --git a/packages/jest-each/package.json b/packages/jest-each/package.json index e7e8eeaea1db..49cdcc13760a 100644 --- a/packages/jest-each/package.json +++ b/packages/jest-each/package.json @@ -1,6 +1,6 @@ { "name": "jest-each", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "description": "Parameterised tests for Jest", "main": "build/index.js", "types": "build/index.d.ts", @@ -18,11 +18,11 @@ "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", "jest-get-type": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.0" + "jest-util": "^26.0.0-alpha.1", + "pretty-format": "^26.0.0-alpha.1" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-environment-jsdom/package.json b/packages/jest-environment-jsdom/package.json index 81a0503d115c..2dfb6696c614 100644 --- a/packages/jest-environment-jsdom/package.json +++ b/packages/jest-environment-jsdom/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-jsdom", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^26.0.0-alpha.0", - "@jest/fake-timers": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", - "jest-mock": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", + "@jest/environment": "^26.0.0-alpha.1", + "@jest/fake-timers": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", + "jest-mock": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", "jsdom": "^16.2.2" }, "devDependencies": { diff --git a/packages/jest-environment-node/package.json b/packages/jest-environment-node/package.json index d0a026f3e8ed..cc763770dd86 100644 --- a/packages/jest-environment-node/package.json +++ b/packages/jest-environment-node/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-node", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^26.0.0-alpha.0", - "@jest/fake-timers": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", - "jest-mock": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0" + "@jest/environment": "^26.0.0-alpha.1", + "@jest/fake-timers": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", + "jest-mock": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index 37768c59827a..38ab97940389 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "@jest/environment", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,9 +10,9 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/fake-timers": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", - "jest-mock": "^26.0.0-alpha.0" + "@jest/fake-timers": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", + "jest-mock": "^26.0.0-alpha.1" }, "devDependencies": { "@types/node": "*" diff --git a/packages/jest-fake-timers/package.json b/packages/jest-fake-timers/package.json index 6aeb4ef8dab4..4d37f8c61e26 100644 --- a/packages/jest-fake-timers/package.json +++ b/packages/jest-fake-timers/package.json @@ -1,6 +1,6 @@ { "name": "@jest/fake-timers", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "@sinonjs/fake-timers": "^6.0.1", - "jest-message-util": "^26.0.0-alpha.0", - "jest-mock": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0" + "jest-message-util": "^26.0.0-alpha.1", + "jest-mock": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1" }, "devDependencies": { "@types/node": "*", diff --git a/packages/jest-globals/package.json b/packages/jest-globals/package.json index e41c59da2d3a..b52eb97b8cda 100644 --- a/packages/jest-globals/package.json +++ b/packages/jest-globals/package.json @@ -1,6 +1,6 @@ { "name": "@jest/globals", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -13,9 +13,9 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", - "expect": "^26.0.0-alpha.0" + "@jest/environment": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", + "expect": "^26.0.0-alpha.1" }, "publishConfig": { "access": "public" diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json index c48ee0765c32..e5759aa9f6af 100644 --- a/packages/jest-haste-map/package.json +++ b/packages/jest-haste-map/package.json @@ -1,6 +1,6 @@ { "name": "jest-haste-map", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,13 +10,13 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "@types/graceful-fs": "^4.1.2", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", "graceful-fs": "^4.2.4", "jest-serializer": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", + "jest-util": "^26.0.0-alpha.1", "jest-worker": "^26.0.0-alpha.0", "micromatch": "^4.0.2", "sane": "^4.0.3", @@ -24,7 +24,7 @@ "which": "^2.0.2" }, "devDependencies": { - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "@types/anymatch": "^1.3.1", "@types/fb-watchman": "^2.0.0", "@types/micromatch": "^4.0.0", diff --git a/packages/jest-jasmine2/package.json b/packages/jest-jasmine2/package.json index 446484de783b..f83ab7b33344 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -1,6 +1,6 @@ { "name": "jest-jasmine2", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,21 +11,21 @@ "types": "build/index.d.ts", "dependencies": { "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.0.0-alpha.0", - "@jest/source-map": "^26.0.0-alpha.0", - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/environment": "^26.0.0-alpha.1", + "@jest/source-map": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", "co": "^4.6.0", - "expect": "^26.0.0-alpha.0", + "expect": "^26.0.0-alpha.1", "is-generator-fn": "^2.0.0", - "jest-each": "^26.0.0-alpha.0", - "jest-matcher-utils": "^26.0.0-alpha.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-runtime": "^26.0.0-alpha.0", - "jest-snapshot": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.0", + "jest-each": "^26.0.0-alpha.1", + "jest-matcher-utils": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.1", + "jest-runtime": "^26.0.0-alpha.1", + "jest-snapshot": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", + "pretty-format": "^26.0.0-alpha.1", "throat": "^5.0.0" }, "devDependencies": { diff --git a/packages/jest-leak-detector/package.json b/packages/jest-leak-detector/package.json index 8cf628e2e434..de6d1f8f90ce 100644 --- a/packages/jest-leak-detector/package.json +++ b/packages/jest-leak-detector/package.json @@ -1,6 +1,6 @@ { "name": "jest-leak-detector", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,7 +11,7 @@ "types": "build/index.d.ts", "dependencies": { "jest-get-type": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.0" + "pretty-format": "^26.0.0-alpha.1" }, "devDependencies": { "@types/weak-napi": "^1.0.0", diff --git a/packages/jest-matcher-utils/package.json b/packages/jest-matcher-utils/package.json index 361db470f8f4..f6bb49e8fdac 100644 --- a/packages/jest-matcher-utils/package.json +++ b/packages/jest-matcher-utils/package.json @@ -1,7 +1,7 @@ { "name": "jest-matcher-utils", "description": "A set of utility functions for expect and related packages", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -15,12 +15,12 @@ "types": "build/index.d.ts", "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^26.0.0-alpha.0", + "jest-diff": "^26.0.0-alpha.1", "jest-get-type": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.0" + "pretty-format": "^26.0.0-alpha.1" }, "devDependencies": { - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "@types/node": "*" }, "publishConfig": { diff --git a/packages/jest-message-util/package.json b/packages/jest-message-util/package.json index 36c2e6f86f40..ed2bd0331cd3 100644 --- a/packages/jest-message-util/package.json +++ b/packages/jest-message-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-message-util", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -14,7 +14,7 @@ "types": "build/index.d.ts", "dependencies": { "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "@types/stack-utils": "^1.0.1", "chalk": "^4.0.0", "graceful-fs": "^4.2.4", diff --git a/packages/jest-mock/package.json b/packages/jest-mock/package.json index 6a725554a805..fecdb1cab5ed 100644 --- a/packages/jest-mock/package.json +++ b/packages/jest-mock/package.json @@ -1,6 +1,6 @@ { "name": "jest-mock", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "node": ">= 10.14.2" }, "dependencies": { - "@jest/types": "^26.0.0-alpha.0" + "@jest/types": "^26.0.0-alpha.1" }, "devDependencies": { "@types/node": "*" diff --git a/packages/jest-phabricator/package.json b/packages/jest-phabricator/package.json index f3bc9d88f5b9..9d179fa38db7 100644 --- a/packages/jest-phabricator/package.json +++ b/packages/jest-phabricator/package.json @@ -1,6 +1,6 @@ { "name": "jest-phabricator", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -8,7 +8,7 @@ }, "types": "build/index.d.ts", "dependencies": { - "@jest/test-result": "^26.0.0-alpha.0" + "@jest/test-result": "^26.0.0-alpha.1" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-regex-util/package.json b/packages/jest-regex-util/package.json index 15bd6aa55a59..eb8960795667 100644 --- a/packages/jest-regex-util/package.json +++ b/packages/jest-regex-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-regex-util", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index 792d7dbb8e69..b01ccbdbaadf 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -1,6 +1,6 @@ { "name": "jest-repl", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,16 +10,16 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/transform": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", - "jest-config": "^26.0.0-alpha.0", - "jest-runtime": "^26.0.0-alpha.0", - "jest-validate": "^26.0.0-alpha.0", + "@jest/transform": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", + "jest-config": "^26.0.0-alpha.1", + "jest-runtime": "^26.0.0-alpha.1", + "jest-validate": "^26.0.0-alpha.1", "repl": "^0.1.3", "yargs": "^15.3.1" }, "devDependencies": { - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "@types/yargs": "^15.0.0" }, "bin": "./bin/jest-repl.js", diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json index 97119f652615..16d24fa167ef 100644 --- a/packages/jest-reporters/package.json +++ b/packages/jest-reporters/package.json @@ -1,15 +1,15 @@ { "name": "@jest/reporters", "description": "Jest's reporters", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.0.0-alpha.0", - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/transform": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/console": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/transform": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", @@ -20,9 +20,9 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.0.0-alpha.0", - "jest-resolve": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", + "jest-haste-map": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", "jest-worker": "^26.0.0-alpha.0", "slash": "^3.0.0", "source-map": "^0.6.0", diff --git a/packages/jest-resolve-dependencies/package.json b/packages/jest-resolve-dependencies/package.json index 2f7a9d112b95..16d816dc27c2 100644 --- a/packages/jest-resolve-dependencies/package.json +++ b/packages/jest-resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve-dependencies", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,14 +10,14 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", - "jest-regex-util": "^26.0.0-alpha.0", - "jest-snapshot": "^26.0.0-alpha.0" + "@jest/types": "^26.0.0-alpha.1", + "jest-regex-util": "^26.0.0-alpha.1", + "jest-snapshot": "^26.0.0-alpha.1" }, "devDependencies": { - "jest-haste-map": "^26.0.0-alpha.0", - "jest-resolve": "^26.0.0-alpha.0", - "jest-runtime": "^26.0.0-alpha.0" + "jest-haste-map": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.1", + "jest-runtime": "^26.0.0-alpha.1" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-resolve/package.json b/packages/jest-resolve/package.json index 91936f09cf0f..58aaf35d89b6 100644 --- a/packages/jest-resolve/package.json +++ b/packages/jest-resolve/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", "graceful-fs": "^4.2.4", "jest-pnp-resolver": "^1.2.1", + "jest-util": "^26.0.0-alpha.1", "read-pkg-up": "^7.0.1", "resolve": "^1.17.0", "slash": "^3.0.0" @@ -22,7 +22,7 @@ "devDependencies": { "@types/graceful-fs": "^4.1.3", "@types/resolve": "^1.14.0", - "jest-haste-map": "^26.0.0-alpha.0" + "jest-haste-map": "^26.0.0-alpha.1" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 84cc374bc253..e6824e7a49cc 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "jest-runner", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,22 +10,22 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.0", - "@jest/environment": "^26.0.0-alpha.0", - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/console": "^26.0.0-alpha.1", + "@jest/environment": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.4", - "jest-config": "^26.0.0-alpha.0", + "jest-config": "^26.0.0-alpha.1", "jest-docblock": "^26.0.0-alpha.0", - "jest-haste-map": "^26.0.0-alpha.0", - "jest-jasmine2": "^26.0.0-alpha.0", - "jest-leak-detector": "^26.0.0-alpha.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-resolve": "^26.0.0-alpha.0", - "jest-runtime": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", + "jest-haste-map": "^26.0.0-alpha.1", + "jest-jasmine2": "^26.0.0-alpha.1", + "jest-leak-detector": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.1", + "jest-runtime": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", "jest-worker": "^26.0.0-alpha.0", "source-map-support": "^0.5.6", "throat": "^5.0.0" @@ -35,7 +35,7 @@ "@types/graceful-fs": "^4.1.2", "@types/node": "*", "@types/source-map-support": "^0.5.0", - "jest-circus": "^26.0.0-alpha.0" + "jest-circus": "^26.0.0-alpha.1" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index a242704311c8..a7d82c95801f 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -1,6 +1,6 @@ { "name": "jest-runtime", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,40 +10,40 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.0", - "@jest/environment": "^26.0.0-alpha.0", - "@jest/globals": "^26.0.0-alpha.0", - "@jest/fake-timers": "^26.0.0-alpha.0", - "@jest/source-map": "^26.0.0-alpha.0", - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/transform": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/console": "^26.0.0-alpha.1", + "@jest/environment": "^26.0.0-alpha.1", + "@jest/fake-timers": "^26.0.0-alpha.1", + "@jest/globals": "^26.0.0-alpha.1", + "@jest/source-map": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/transform": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "@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.0.0-alpha.0", - "jest-haste-map": "^26.0.0-alpha.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-mock": "^26.0.0-alpha.0", - "jest-regex-util": "^26.0.0-alpha.0", - "jest-resolve": "^26.0.0-alpha.0", - "jest-snapshot": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", - "jest-validate": "^26.0.0-alpha.0", + "jest-config": "^26.0.0-alpha.1", + "jest-haste-map": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.1", + "jest-mock": "^26.0.0-alpha.1", + "jest-regex-util": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.1", + "jest-snapshot": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", + "jest-validate": "^26.0.0-alpha.1", "slash": "^3.0.0", "strip-bom": "^4.0.0", "yargs": "^15.3.1" }, "devDependencies": { - "@jest/test-utils": "^26.0.0-alpha.0", + "@jest/test-utils": "^26.0.0-alpha.1", "@types/exit": "^0.1.30", "@types/glob": "^7.1.1", "@types/graceful-fs": "^4.1.2", "execa": "^4.0.0", - "jest-environment-node": "^26.0.0-alpha.0", + "jest-environment-node": "^26.0.0-alpha.1", "jest-snapshot-serializer-raw": "^1.1.0" }, "bin": "./bin/jest-runtime.js", diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index c58c02161ba6..cf9fa8eccb4d 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "jest-snapshot", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,19 +11,19 @@ "types": "build/index.d.ts", "dependencies": { "@babel/types": "^7.0.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "@types/prettier": "^2.0.0", "chalk": "^4.0.0", - "expect": "^26.0.0-alpha.0", + "expect": "^26.0.0-alpha.1", "graceful-fs": "^4.2.4", - "jest-diff": "^26.0.0-alpha.0", + "jest-diff": "^26.0.0-alpha.1", "jest-get-type": "^26.0.0-alpha.0", - "jest-matcher-utils": "^26.0.0-alpha.0", - "jest-message-util": "^26.0.0-alpha.0", - "jest-resolve": "^26.0.0-alpha.0", + "jest-matcher-utils": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.1", "make-dir": "^3.0.0", "natural-compare": "^1.4.0", - "pretty-format": "^26.0.0-alpha.0", + "pretty-format": "^26.0.0-alpha.1", "semver": "^7.3.2" }, "devDependencies": { @@ -33,7 +33,7 @@ "@types/semver": "^7.1.0", "ansi-regex": "^5.0.0", "ansi-styles": "^4.2.0", - "jest-haste-map": "^26.0.0-alpha.0", + "jest-haste-map": "^26.0.0-alpha.1", "prettier": "^1.19.1" }, "engines": { diff --git a/packages/jest-source-map/package.json b/packages/jest-source-map/package.json index 87216beeb381..ebd167966993 100644 --- a/packages/jest-source-map/package.json +++ b/packages/jest-source-map/package.json @@ -1,6 +1,6 @@ { "name": "@jest/source-map", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-test-result/package.json b/packages/jest-test-result/package.json index 2b9e9b71423d..3653fcbacda3 100644 --- a/packages/jest-test-result/package.json +++ b/packages/jest-test-result/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-result", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,8 +10,8 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/console": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" }, diff --git a/packages/jest-test-sequencer/package.json b/packages/jest-test-sequencer/package.json index 99d8a1fe5ea2..e2c9baed9063 100644 --- a/packages/jest-test-sequencer/package.json +++ b/packages/jest-test-sequencer/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-sequencer", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/test-result": "^26.0.0-alpha.0", + "@jest/test-result": "^26.0.0-alpha.1", "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.0.0-alpha.0", - "jest-runner": "^26.0.0-alpha.0", - "jest-runtime": "^26.0.0-alpha.0" + "jest-haste-map": "^26.0.0-alpha.1", + "jest-runner": "^26.0.0-alpha.1", + "jest-runtime": "^26.0.0-alpha.1" }, "devDependencies": { "@types/graceful-fs": "^4.1.3" diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json index 68e6d8912662..4733a1d38a38 100644 --- a/packages/jest-transform/package.json +++ b/packages/jest-transform/package.json @@ -1,6 +1,6 @@ { "name": "@jest/transform", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,15 +11,15 @@ "types": "build/index.d.ts", "dependencies": { "@babel/core": "^7.1.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "babel-plugin-istanbul": "^6.0.0", "chalk": "^4.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.0.0-alpha.0", - "jest-regex-util": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.0", + "jest-haste-map": "^26.0.0-alpha.1", + "jest-regex-util": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.1", "micromatch": "^4.0.2", "pirates": "^4.0.1", "slash": "^3.0.0", diff --git a/packages/jest-types/package.json b/packages/jest-types/package.json index b7ad47fed30f..5889870c038c 100644 --- a/packages/jest-types/package.json +++ b/packages/jest-types/package.json @@ -1,6 +1,6 @@ { "name": "@jest/types", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-util/package.json b/packages/jest-util/package.json index d79db348a944..de209beec385 100644 --- a/packages/jest-util/package.json +++ b/packages/jest-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-util", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "chalk": "^4.0.0", "graceful-fs": "^4.2.4", "is-ci": "^2.0.0", diff --git a/packages/jest-validate/package.json b/packages/jest-validate/package.json index bad5e1f76cd7..5b65cdda73bc 100644 --- a/packages/jest-validate/package.json +++ b/packages/jest-validate/package.json @@ -1,6 +1,6 @@ { "name": "jest-validate", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,12 +10,12 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "camelcase": "^6.0.0", "chalk": "^4.0.0", "jest-get-type": "^26.0.0-alpha.0", "leven": "^3.1.0", - "pretty-format": "^26.0.0-alpha.0" + "pretty-format": "^26.0.0-alpha.1" }, "devDependencies": { "@types/yargs": "^15.0.3" diff --git a/packages/jest-watcher/package.json b/packages/jest-watcher/package.json index 098c6592ed58..882897c4f850 100644 --- a/packages/jest-watcher/package.json +++ b/packages/jest-watcher/package.json @@ -1,15 +1,15 @@ { "name": "jest-watcher", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/test-result": "^26.0.0-alpha.0", - "@jest/types": "^26.0.0-alpha.0", + "@jest/test-result": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.1", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-util": "^26.0.0-alpha.0", + "jest-util": "^26.0.0-alpha.1", "string-length": "^4.0.1" }, "devDependencies": { diff --git a/packages/jest/package.json b/packages/jest/package.json index de3d3a735646..88122e96726c 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,13 +1,13 @@ { "name": "jest", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "main": "build/jest.js", "types": "build/jest.d.ts", "dependencies": { - "@jest/core": "^26.0.0-alpha.0", + "@jest/core": "^26.0.0-alpha.1", "import-local": "^3.0.2", - "jest-cli": "^26.0.0-alpha.0" + "jest-cli": "^26.0.0-alpha.1" }, "bin": "./bin/jest.js", "engines": { diff --git a/packages/pretty-format/package.json b/packages/pretty-format/package.json index 9ce32eb0cc0d..c904b401c97c 100644 --- a/packages/pretty-format/package.json +++ b/packages/pretty-format/package.json @@ -1,6 +1,6 @@ { "name": "pretty-format", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -12,7 +12,7 @@ "types": "build/index.d.ts", "author": "James Kyle ", "dependencies": { - "@jest/types": "^26.0.0-alpha.0", + "@jest/types": "^26.0.0-alpha.1", "ansi-regex": "^5.0.0", "ansi-styles": "^4.0.0", "react-is": "^16.12.0" diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 48c04a41af0a..360fa02d06da 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-utils", - "version": "26.0.0-alpha.0", + "version": "26.0.0-alpha.1", "private": true, "license": "MIT", "main": "build/index.js",