diff --git a/lerna.json b/lerna.json index 9e3cc5d8701f..44206be00e21 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "28.0.0-alpha.10" + "version": "28.0.0-alpha.11" } diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json index deb70a595b3e..3ab55cd38b9d 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": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,7 +18,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/transform": "^28.0.0-alpha.10", + "@jest/transform": "^28.0.0-alpha.11", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", "babel-preset-jest": "^28.0.0-alpha.9", diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index 8a09d685239b..262193f4d202 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,8 +18,8 @@ "./runner": "./runner.js" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.9", - "@jest/expect": "^28.0.0-alpha.10", + "@jest/environment": "^28.0.0-alpha.11", + "@jest/expect": "^28.0.0-alpha.11", "@jest/test-result": "^28.0.0-alpha.9", "@jest/types": "^28.0.0-alpha.9", "@types/node": "*", @@ -30,8 +30,8 @@ "jest-each": "^28.0.0-alpha.9", "jest-matcher-utils": "^28.0.0-alpha.9", "jest-message-util": "^28.0.0-alpha.9", - "jest-runtime": "^28.0.0-alpha.10", - "jest-snapshot": "^28.0.0-alpha.10", + "jest-runtime": "^28.0.0-alpha.11", + "jest-snapshot": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "pretty-format": "^28.0.0-alpha.9", "slash": "^3.0.0", diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index eb7544128b29..403730eee963 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -1,7 +1,7 @@ { "name": "jest-cli", "description": "Delightful JavaScript Testing.", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -13,14 +13,14 @@ "./bin/jest": "./bin/jest.js" }, "dependencies": { - "@jest/core": "^28.0.0-alpha.10", + "@jest/core": "^28.0.0-alpha.11", "@jest/test-result": "^28.0.0-alpha.9", "@jest/types": "^28.0.0-alpha.9", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^28.0.0-alpha.10", + "jest-config": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "jest-validate": "^28.0.0-alpha.9", "prompts": "^2.0.1", diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index dcbc41d9e1e4..a3122e64a3fd 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -30,20 +30,20 @@ }, "dependencies": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.0.0-alpha.9", + "@jest/test-sequencer": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9", - "babel-jest": "^28.0.0-alpha.10", + "babel-jest": "^28.0.0-alpha.11", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^28.0.0-alpha.10", - "jest-environment-node": "^28.0.0-alpha.10", + "jest-circus": "^28.0.0-alpha.11", + "jest-environment-node": "^28.0.0-alpha.11", "jest-get-type": "^28.0.0-alpha.3", "jest-regex-util": "^28.0.0-alpha.6", - "jest-resolve": "^28.0.0-alpha.9", - "jest-runner": "^28.0.0-alpha.10", + "jest-resolve": "^28.0.0-alpha.11", + "jest-runner": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "jest-validate": "^28.0.0-alpha.9", "micromatch": "^4.0.4", diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index aae17154d36c..6343bca2d938 100644 --- a/packages/jest-core/package.json +++ b/packages/jest-core/package.json @@ -1,7 +1,7 @@ { "name": "@jest/core", "description": "Delightful JavaScript Testing.", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -13,9 +13,9 @@ }, "dependencies": { "@jest/console": "^28.0.0-alpha.9", - "@jest/reporters": "^28.0.0-alpha.10", + "@jest/reporters": "^28.0.0-alpha.11", "@jest/test-result": "^28.0.0-alpha.9", - "@jest/transform": "^28.0.0-alpha.10", + "@jest/transform": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9", "@types/node": "*", "ansi-escapes": "^4.2.1", @@ -24,15 +24,15 @@ "exit": "^0.1.2", "graceful-fs": "^4.2.9", "jest-changed-files": "^28.0.0-alpha.3", - "jest-config": "^28.0.0-alpha.10", - "jest-haste-map": "^28.0.0-alpha.9", + "jest-config": "^28.0.0-alpha.11", + "jest-haste-map": "^28.0.0-alpha.11", "jest-message-util": "^28.0.0-alpha.9", "jest-regex-util": "^28.0.0-alpha.6", - "jest-resolve": "^28.0.0-alpha.9", - "jest-resolve-dependencies": "^28.0.0-alpha.10", - "jest-runner": "^28.0.0-alpha.10", - "jest-runtime": "^28.0.0-alpha.10", - "jest-snapshot": "^28.0.0-alpha.10", + "jest-resolve": "^28.0.0-alpha.11", + "jest-resolve-dependencies": "^28.0.0-alpha.11", + "jest-runner": "^28.0.0-alpha.11", + "jest-runtime": "^28.0.0-alpha.11", + "jest-snapshot": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "jest-validate": "^28.0.0-alpha.9", "jest-watcher": "^28.0.0-alpha.9", @@ -43,7 +43,7 @@ "strip-ansi": "^6.0.0" }, "devDependencies": { - "@jest/test-sequencer": "^28.0.0-alpha.9", + "@jest/test-sequencer": "^28.0.0-alpha.11", "@jest/test-utils": "^28.0.0-alpha.9", "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.3", diff --git a/packages/jest-environment-jsdom/package.json b/packages/jest-environment-jsdom/package.json index d53cba5498f3..de463504525a 100644 --- a/packages/jest-environment-jsdom/package.json +++ b/packages/jest-environment-jsdom/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-jsdom", - "version": "28.0.0-alpha.9", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.9", + "@jest/environment": "^28.0.0-alpha.11", "@jest/fake-timers": "^28.0.0-alpha.9", "@jest/types": "^28.0.0-alpha.9", "@types/jsdom": "^16.2.4", diff --git a/packages/jest-environment-node/package.json b/packages/jest-environment-node/package.json index 02f9a64602cf..ec28d87b043e 100644 --- a/packages/jest-environment-node/package.json +++ b/packages/jest-environment-node/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-node", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.9", + "@jest/environment": "^28.0.0-alpha.11", "@jest/fake-timers": "^28.0.0-alpha.9", "@jest/types": "^28.0.0-alpha.9", "@types/node": "*", diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index 4bdfe739d583..72e3cd9f8abb 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "@jest/environment", - "version": "28.0.0-alpha.9", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-expect/package.json b/packages/jest-expect/package.json index d92964a604ff..eb411a96a978 100644 --- a/packages/jest-expect/package.json +++ b/packages/jest-expect/package.json @@ -1,6 +1,6 @@ { "name": "@jest/expect", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,7 +18,7 @@ }, "dependencies": { "expect": "^28.0.0-alpha.9", - "jest-snapshot": "^28.0.0-alpha.10" + "jest-snapshot": "^28.0.0-alpha.11" }, "devDependencies": { "@tsd/typescript": "~4.6.2", diff --git a/packages/jest-globals/package.json b/packages/jest-globals/package.json index acf78156ed55..79f68f4c293d 100644 --- a/packages/jest-globals/package.json +++ b/packages/jest-globals/package.json @@ -1,6 +1,6 @@ { "name": "@jest/globals", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -20,8 +20,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.9", - "@jest/expect": "^28.0.0-alpha.10", + "@jest/environment": "^28.0.0-alpha.11", + "@jest/expect": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9" }, "publishConfig": { diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json index 4230c2bdbacf..1fe9be1add5d 100644 --- a/packages/jest-haste-map/package.json +++ b/packages/jest-haste-map/package.json @@ -1,6 +1,6 @@ { "name": "jest-haste-map", - "version": "28.0.0-alpha.9", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -25,7 +25,7 @@ "graceful-fs": "^4.2.9", "jest-regex-util": "^28.0.0-alpha.6", "jest-util": "^28.0.0-alpha.9", - "jest-worker": "^28.0.0-alpha.9", + "jest-worker": "^28.0.0-alpha.11", "micromatch": "^4.0.4", "walker": "^1.0.7" }, diff --git a/packages/jest-jasmine2/package.json b/packages/jest-jasmine2/package.json index 1351a0240a21..41323a82250b 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -1,6 +1,6 @@ { "name": "jest-jasmine2", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,9 +17,9 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.9", - "@jest/expect": "^28.0.0-alpha.10", - "@jest/source-map": "^28.0.0-alpha.10", + "@jest/environment": "^28.0.0-alpha.11", + "@jest/expect": "^28.0.0-alpha.11", + "@jest/source-map": "^28.0.0-alpha.11", "@jest/test-result": "^28.0.0-alpha.9", "@jest/types": "^28.0.0-alpha.9", "@types/node": "*", @@ -29,8 +29,8 @@ "jest-each": "^28.0.0-alpha.9", "jest-matcher-utils": "^28.0.0-alpha.9", "jest-message-util": "^28.0.0-alpha.9", - "jest-runtime": "^28.0.0-alpha.10", - "jest-snapshot": "^28.0.0-alpha.10", + "jest-runtime": "^28.0.0-alpha.11", + "jest-snapshot": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "pretty-format": "^28.0.0-alpha.9", "throat": "^6.0.1" diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index dc3797c735fc..c07eec66187d 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -1,6 +1,6 @@ { "name": "jest-repl", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -20,12 +20,12 @@ }, "dependencies": { "@jest/console": "^28.0.0-alpha.9", - "@jest/environment": "^28.0.0-alpha.9", - "@jest/transform": "^28.0.0-alpha.10", + "@jest/environment": "^28.0.0-alpha.11", + "@jest/transform": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9", "chalk": "^4.0.0", - "jest-config": "^28.0.0-alpha.10", - "jest-runtime": "^28.0.0-alpha.10", + "jest-config": "^28.0.0-alpha.11", + "jest-runtime": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "jest-validate": "^28.0.0-alpha.9", "repl": "^0.1.3", diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json index 0af4551a1216..55db0bd26ce1 100644 --- a/packages/jest-reporters/package.json +++ b/packages/jest-reporters/package.json @@ -1,7 +1,7 @@ { "name": "@jest/reporters", "description": "Jest's reporters", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -15,7 +15,7 @@ "@bcoe/v8-coverage": "^0.2.3", "@jest/console": "^28.0.0-alpha.9", "@jest/test-result": "^28.0.0-alpha.9", - "@jest/transform": "^28.0.0-alpha.10", + "@jest/transform": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9", "@jridgewell/trace-mapping": "^0.3.7", "@types/node": "*", @@ -30,7 +30,7 @@ "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", "jest-util": "^28.0.0-alpha.9", - "jest-worker": "^28.0.0-alpha.9", + "jest-worker": "^28.0.0-alpha.11", "slash": "^3.0.0", "string-length": "^4.0.1", "terminal-link": "^2.0.0", @@ -47,7 +47,7 @@ "@types/istanbul-lib-source-maps": "^4.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node-notifier": "^8.0.0", - "jest-resolve": "^28.0.0-alpha.9", + "jest-resolve": "^28.0.0-alpha.11", "mock-fs": "^5.1.2", "strip-ansi": "^6.0.0" }, diff --git a/packages/jest-resolve-dependencies/package.json b/packages/jest-resolve-dependencies/package.json index b98cf1f9cc58..40280b29cec0 100644 --- a/packages/jest-resolve-dependencies/package.json +++ b/packages/jest-resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve-dependencies", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,14 +18,14 @@ }, "dependencies": { "jest-regex-util": "^28.0.0-alpha.6", - "jest-snapshot": "^28.0.0-alpha.10" + "jest-snapshot": "^28.0.0-alpha.11" }, "devDependencies": { "@jest/test-utils": "^28.0.0-alpha.9", "@jest/types": "^28.0.0-alpha.9", - "jest-haste-map": "^28.0.0-alpha.9", - "jest-resolve": "^28.0.0-alpha.9", - "jest-runtime": "^28.0.0-alpha.10" + "jest-haste-map": "^28.0.0-alpha.11", + "jest-resolve": "^28.0.0-alpha.11", + "jest-runtime": "^28.0.0-alpha.11" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-resolve/package.json b/packages/jest-resolve/package.json index 0f4dae47588c..6d6120d83290 100644 --- a/packages/jest-resolve/package.json +++ b/packages/jest-resolve/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve", - "version": "28.0.0-alpha.9", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -19,7 +19,7 @@ "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.9", + "jest-haste-map": "^28.0.0-alpha.11", "jest-pnp-resolver": "^1.2.2", "jest-util": "^28.0.0-alpha.9", "jest-validate": "^28.0.0-alpha.9", diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index e51b82617886..89207a4651f4 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "jest-runner", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,24 +18,24 @@ }, "dependencies": { "@jest/console": "^28.0.0-alpha.9", - "@jest/environment": "^28.0.0-alpha.9", + "@jest/environment": "^28.0.0-alpha.11", "@jest/test-result": "^28.0.0-alpha.9", - "@jest/transform": "^28.0.0-alpha.10", + "@jest/transform": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.10.2", "graceful-fs": "^4.2.9", "jest-docblock": "^28.0.0-alpha.6", - "jest-environment-node": "^28.0.0-alpha.10", - "jest-haste-map": "^28.0.0-alpha.9", + "jest-environment-node": "^28.0.0-alpha.11", + "jest-haste-map": "^28.0.0-alpha.11", "jest-leak-detector": "^28.0.0-alpha.9", "jest-message-util": "^28.0.0-alpha.9", - "jest-resolve": "^28.0.0-alpha.9", - "jest-runtime": "^28.0.0-alpha.10", + "jest-resolve": "^28.0.0-alpha.11", + "jest-runtime": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "jest-watcher": "^28.0.0-alpha.9", - "jest-worker": "^28.0.0-alpha.9", + "jest-worker": "^28.0.0-alpha.11", "source-map-support": "^0.5.6", "throat": "^6.0.1" }, @@ -44,7 +44,7 @@ "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.3", "@types/source-map-support": "^0.5.0", - "jest-jasmine2": "^28.0.0-alpha.10", + "jest-jasmine2": "^28.0.0-alpha.11", "tsd-lite": "^0.5.1" }, "engines": { diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index d73a442e5595..0be6219f3166 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -1,6 +1,6 @@ { "name": "jest-runtime", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,12 +17,12 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.9", + "@jest/environment": "^28.0.0-alpha.11", "@jest/fake-timers": "^28.0.0-alpha.9", - "@jest/globals": "^28.0.0-alpha.10", - "@jest/source-map": "^28.0.0-alpha.10", + "@jest/globals": "^28.0.0-alpha.11", + "@jest/source-map": "^28.0.0-alpha.11", "@jest/test-result": "^28.0.0-alpha.9", - "@jest/transform": "^28.0.0-alpha.10", + "@jest/transform": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", @@ -30,12 +30,12 @@ "execa": "^5.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.9", + "jest-haste-map": "^28.0.0-alpha.11", "jest-message-util": "^28.0.0-alpha.9", "jest-mock": "^28.0.0-alpha.9", "jest-regex-util": "^28.0.0-alpha.6", - "jest-resolve": "^28.0.0-alpha.9", - "jest-snapshot": "^28.0.0-alpha.10", + "jest-resolve": "^28.0.0-alpha.11", + "jest-snapshot": "^28.0.0-alpha.11", "jest-util": "^28.0.0-alpha.9", "slash": "^3.0.0", "strip-bom": "^4.0.0" @@ -45,7 +45,7 @@ "@types/glob": "^7.1.1", "@types/graceful-fs": "^4.1.3", "@types/node": "*", - "jest-environment-node": "^28.0.0-alpha.10" + "jest-environment-node": "^28.0.0-alpha.11" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index 22c07087419e..06d722c311b6 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "jest-snapshot", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -23,7 +23,7 @@ "@babel/traverse": "^7.7.2", "@babel/types": "^7.3.3", "@jest/expect-utils": "^28.0.0-alpha.9", - "@jest/transform": "^28.0.0-alpha.10", + "@jest/transform": "^28.0.0-alpha.11", "@jest/types": "^28.0.0-alpha.9", "@types/babel__traverse": "^7.0.6", "@types/prettier": "^2.1.5", @@ -33,7 +33,7 @@ "graceful-fs": "^4.2.9", "jest-diff": "^28.0.0-alpha.9", "jest-get-type": "^28.0.0-alpha.3", - "jest-haste-map": "^28.0.0-alpha.9", + "jest-haste-map": "^28.0.0-alpha.11", "jest-matcher-utils": "^28.0.0-alpha.9", "jest-message-util": "^28.0.0-alpha.9", "jest-util": "^28.0.0-alpha.9", diff --git a/packages/jest-source-map/package.json b/packages/jest-source-map/package.json index e310aeaff01c..78a56582d57b 100644 --- a/packages/jest-source-map/package.json +++ b/packages/jest-source-map/package.json @@ -1,6 +1,6 @@ { "name": "@jest/source-map", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-test-sequencer/package.json b/packages/jest-test-sequencer/package.json index cdac32b85ff9..ce25a041ee85 100644 --- a/packages/jest-test-sequencer/package.json +++ b/packages/jest-test-sequencer/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-sequencer", - "version": "28.0.0-alpha.9", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -19,7 +19,7 @@ "dependencies": { "@jest/test-result": "^28.0.0-alpha.9", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.9", + "jest-haste-map": "^28.0.0-alpha.11", "slash": "^3.0.0" }, "devDependencies": { diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json index f7ce973efa84..0b923772fc0e 100644 --- a/packages/jest-transform/package.json +++ b/packages/jest-transform/package.json @@ -1,6 +1,6 @@ { "name": "@jest/transform", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -25,7 +25,7 @@ "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.9", + "jest-haste-map": "^28.0.0-alpha.11", "jest-regex-util": "^28.0.0-alpha.6", "jest-util": "^28.0.0-alpha.9", "micromatch": "^4.0.4", diff --git a/packages/jest-worker/package.json b/packages/jest-worker/package.json index 622fa22e0171..85650676d01c 100644 --- a/packages/jest-worker/package.json +++ b/packages/jest-worker/package.json @@ -1,6 +1,6 @@ { "name": "jest-worker", - "version": "28.0.0-alpha.9", + "version": "28.0.0-alpha.11", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest/package.json b/packages/jest/package.json index 2f8f92962ee6..0d3716d98107 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,7 +1,7 @@ { "name": "jest", "description": "Delightful JavaScript Testing.", - "version": "28.0.0-alpha.10", + "version": "28.0.0-alpha.11", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -13,9 +13,9 @@ "./bin/jest": "./bin/jest.js" }, "dependencies": { - "@jest/core": "^28.0.0-alpha.10", + "@jest/core": "^28.0.0-alpha.11", "import-local": "^3.0.2", - "jest-cli": "^28.0.0-alpha.10" + "jest-cli": "^28.0.0-alpha.11" }, "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"