Skip to content

Commit 8b4b787

Browse files
committed
v28.0.0-alpha.11
1 parent c92c21f commit 8b4b787

File tree

25 files changed

+93
-93
lines changed

25 files changed

+93
-93
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "28.0.0-alpha.10"
6+
"version": "28.0.0-alpha.11"
77
}

packages/babel-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-jest",
33
"description": "Jest plugin to use babel for transformation.",
4-
"version": "28.0.0-alpha.10",
4+
"version": "28.0.0-alpha.11",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -18,7 +18,7 @@
1818
"./package.json": "./package.json"
1919
},
2020
"dependencies": {
21-
"@jest/transform": "^28.0.0-alpha.10",
21+
"@jest/transform": "^28.0.0-alpha.11",
2222
"@types/babel__core": "^7.1.14",
2323
"babel-plugin-istanbul": "^6.1.1",
2424
"babel-preset-jest": "^28.0.0-alpha.9",

packages/jest-circus/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "28.0.0-alpha.10",
3+
"version": "28.0.0-alpha.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,8 +18,8 @@
1818
"./runner": "./runner.js"
1919
},
2020
"dependencies": {
21-
"@jest/environment": "^28.0.0-alpha.9",
22-
"@jest/expect": "^28.0.0-alpha.10",
21+
"@jest/environment": "^28.0.0-alpha.11",
22+
"@jest/expect": "^28.0.0-alpha.11",
2323
"@jest/test-result": "^28.0.0-alpha.9",
2424
"@jest/types": "^28.0.0-alpha.9",
2525
"@types/node": "*",
@@ -30,8 +30,8 @@
3030
"jest-each": "^28.0.0-alpha.9",
3131
"jest-matcher-utils": "^28.0.0-alpha.9",
3232
"jest-message-util": "^28.0.0-alpha.9",
33-
"jest-runtime": "^28.0.0-alpha.10",
34-
"jest-snapshot": "^28.0.0-alpha.10",
33+
"jest-runtime": "^28.0.0-alpha.11",
34+
"jest-snapshot": "^28.0.0-alpha.11",
3535
"jest-util": "^28.0.0-alpha.9",
3636
"pretty-format": "^28.0.0-alpha.9",
3737
"slash": "^3.0.0",

packages/jest-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "28.0.0-alpha.10",
4+
"version": "28.0.0-alpha.11",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -13,14 +13,14 @@
1313
"./bin/jest": "./bin/jest.js"
1414
},
1515
"dependencies": {
16-
"@jest/core": "^28.0.0-alpha.10",
16+
"@jest/core": "^28.0.0-alpha.11",
1717
"@jest/test-result": "^28.0.0-alpha.9",
1818
"@jest/types": "^28.0.0-alpha.9",
1919
"chalk": "^4.0.0",
2020
"exit": "^0.1.2",
2121
"graceful-fs": "^4.2.9",
2222
"import-local": "^3.0.2",
23-
"jest-config": "^28.0.0-alpha.10",
23+
"jest-config": "^28.0.0-alpha.11",
2424
"jest-util": "^28.0.0-alpha.9",
2525
"jest-validate": "^28.0.0-alpha.9",
2626
"prompts": "^2.0.1",

packages/jest-config/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "28.0.0-alpha.10",
3+
"version": "28.0.0-alpha.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -30,20 +30,20 @@
3030
},
3131
"dependencies": {
3232
"@babel/core": "^7.11.6",
33-
"@jest/test-sequencer": "^28.0.0-alpha.9",
33+
"@jest/test-sequencer": "^28.0.0-alpha.11",
3434
"@jest/types": "^28.0.0-alpha.9",
35-
"babel-jest": "^28.0.0-alpha.10",
35+
"babel-jest": "^28.0.0-alpha.11",
3636
"chalk": "^4.0.0",
3737
"ci-info": "^3.2.0",
3838
"deepmerge": "^4.2.2",
3939
"glob": "^7.1.3",
4040
"graceful-fs": "^4.2.9",
41-
"jest-circus": "^28.0.0-alpha.10",
42-
"jest-environment-node": "^28.0.0-alpha.10",
41+
"jest-circus": "^28.0.0-alpha.11",
42+
"jest-environment-node": "^28.0.0-alpha.11",
4343
"jest-get-type": "^28.0.0-alpha.3",
4444
"jest-regex-util": "^28.0.0-alpha.6",
45-
"jest-resolve": "^28.0.0-alpha.9",
46-
"jest-runner": "^28.0.0-alpha.10",
45+
"jest-resolve": "^28.0.0-alpha.11",
46+
"jest-runner": "^28.0.0-alpha.11",
4747
"jest-util": "^28.0.0-alpha.9",
4848
"jest-validate": "^28.0.0-alpha.9",
4949
"micromatch": "^4.0.4",

packages/jest-core/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jest/core",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "28.0.0-alpha.10",
4+
"version": "28.0.0-alpha.11",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@jest/console": "^28.0.0-alpha.9",
16-
"@jest/reporters": "^28.0.0-alpha.10",
16+
"@jest/reporters": "^28.0.0-alpha.11",
1717
"@jest/test-result": "^28.0.0-alpha.9",
18-
"@jest/transform": "^28.0.0-alpha.10",
18+
"@jest/transform": "^28.0.0-alpha.11",
1919
"@jest/types": "^28.0.0-alpha.9",
2020
"@types/node": "*",
2121
"ansi-escapes": "^4.2.1",
@@ -24,15 +24,15 @@
2424
"exit": "^0.1.2",
2525
"graceful-fs": "^4.2.9",
2626
"jest-changed-files": "^28.0.0-alpha.3",
27-
"jest-config": "^28.0.0-alpha.10",
28-
"jest-haste-map": "^28.0.0-alpha.9",
27+
"jest-config": "^28.0.0-alpha.11",
28+
"jest-haste-map": "^28.0.0-alpha.11",
2929
"jest-message-util": "^28.0.0-alpha.9",
3030
"jest-regex-util": "^28.0.0-alpha.6",
31-
"jest-resolve": "^28.0.0-alpha.9",
32-
"jest-resolve-dependencies": "^28.0.0-alpha.10",
33-
"jest-runner": "^28.0.0-alpha.10",
34-
"jest-runtime": "^28.0.0-alpha.10",
35-
"jest-snapshot": "^28.0.0-alpha.10",
31+
"jest-resolve": "^28.0.0-alpha.11",
32+
"jest-resolve-dependencies": "^28.0.0-alpha.11",
33+
"jest-runner": "^28.0.0-alpha.11",
34+
"jest-runtime": "^28.0.0-alpha.11",
35+
"jest-snapshot": "^28.0.0-alpha.11",
3636
"jest-util": "^28.0.0-alpha.9",
3737
"jest-validate": "^28.0.0-alpha.9",
3838
"jest-watcher": "^28.0.0-alpha.9",
@@ -43,7 +43,7 @@
4343
"strip-ansi": "^6.0.0"
4444
},
4545
"devDependencies": {
46-
"@jest/test-sequencer": "^28.0.0-alpha.9",
46+
"@jest/test-sequencer": "^28.0.0-alpha.11",
4747
"@jest/test-utils": "^28.0.0-alpha.9",
4848
"@types/exit": "^0.1.30",
4949
"@types/graceful-fs": "^4.1.3",

packages/jest-environment-jsdom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -17,7 +17,7 @@
1717
"./package.json": "./package.json"
1818
},
1919
"dependencies": {
20-
"@jest/environment": "^28.0.0-alpha.9",
20+
"@jest/environment": "^28.0.0-alpha.11",
2121
"@jest/fake-timers": "^28.0.0-alpha.9",
2222
"@jest/types": "^28.0.0-alpha.9",
2323
"@types/jsdom": "^16.2.4",

packages/jest-environment-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "28.0.0-alpha.10",
3+
"version": "28.0.0-alpha.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -17,7 +17,7 @@
1717
"./package.json": "./package.json"
1818
},
1919
"dependencies": {
20-
"@jest/environment": "^28.0.0-alpha.9",
20+
"@jest/environment": "^28.0.0-alpha.11",
2121
"@jest/fake-timers": "^28.0.0-alpha.9",
2222
"@jest/types": "^28.0.0-alpha.9",
2323
"@types/node": "*",

packages/jest-environment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/environment",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/jest-expect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/expect",
3-
"version": "28.0.0-alpha.10",
3+
"version": "28.0.0-alpha.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"expect": "^28.0.0-alpha.9",
21-
"jest-snapshot": "^28.0.0-alpha.10"
21+
"jest-snapshot": "^28.0.0-alpha.11"
2222
},
2323
"devDependencies": {
2424
"@tsd/typescript": "~4.6.2",

0 commit comments

Comments
 (0)