Skip to content

Commit d5eda7f

Browse files
committed
v28.0.0-alpha.10
1 parent 4d5e58a commit d5eda7f

File tree

19 files changed

+60
-60
lines changed

19 files changed

+60
-60
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.9"
6+
"version": "28.0.0-alpha.10"
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.9",
4+
"version": "28.0.0-alpha.10",
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.9",
21+
"@jest/transform": "^28.0.0-alpha.10",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@jest/environment": "^28.0.0-alpha.9",
22-
"@jest/expect": "^28.0.0-alpha.9",
22+
"@jest/expect": "^28.0.0-alpha.10",
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.9",
34-
"jest-snapshot": "^28.0.0-alpha.9",
33+
"jest-runtime": "^28.0.0-alpha.10",
34+
"jest-snapshot": "^28.0.0-alpha.10",
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.9",
4+
"version": "28.0.0-alpha.10",
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.9",
16+
"@jest/core": "^28.0.0-alpha.10",
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.9",
23+
"jest-config": "^28.0.0-alpha.10",
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -32,18 +32,18 @@
3232
"@babel/core": "^7.11.6",
3333
"@jest/test-sequencer": "^28.0.0-alpha.9",
3434
"@jest/types": "^28.0.0-alpha.9",
35-
"babel-jest": "^28.0.0-alpha.9",
35+
"babel-jest": "^28.0.0-alpha.10",
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.9",
42-
"jest-environment-node": "^28.0.0-alpha.9",
41+
"jest-circus": "^28.0.0-alpha.10",
42+
"jest-environment-node": "^28.0.0-alpha.10",
4343
"jest-get-type": "^28.0.0-alpha.3",
4444
"jest-regex-util": "^28.0.0-alpha.6",
4545
"jest-resolve": "^28.0.0-alpha.9",
46-
"jest-runner": "^28.0.0-alpha.9",
46+
"jest-runner": "^28.0.0-alpha.10",
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: 8 additions & 8 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.9",
4+
"version": "28.0.0-alpha.10",
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.9",
16+
"@jest/reporters": "^28.0.0-alpha.10",
1717
"@jest/test-result": "^28.0.0-alpha.9",
18-
"@jest/transform": "^28.0.0-alpha.9",
18+
"@jest/transform": "^28.0.0-alpha.10",
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.9",
27+
"jest-config": "^28.0.0-alpha.10",
2828
"jest-haste-map": "^28.0.0-alpha.9",
2929
"jest-message-util": "^28.0.0-alpha.9",
3030
"jest-regex-util": "^28.0.0-alpha.6",
3131
"jest-resolve": "^28.0.0-alpha.9",
32-
"jest-resolve-dependencies": "^28.0.0-alpha.9",
33-
"jest-runner": "^28.0.0-alpha.9",
34-
"jest-runtime": "^28.0.0-alpha.9",
35-
"jest-snapshot": "^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",
3636
"jest-util": "^28.0.0-alpha.9",
3737
"jest-validate": "^28.0.0-alpha.9",
3838
"jest-watcher": "^28.0.0-alpha.9",

packages/jest-environment-node/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-node",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
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.9",
3+
"version": "28.0.0-alpha.10",
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.9"
21+
"jest-snapshot": "^28.0.0-alpha.10"
2222
},
2323
"devDependencies": {
2424
"@tsd/typescript": "~4.6.2",

packages/jest-globals/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/globals",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@jest/environment": "^28.0.0-alpha.9",
24-
"@jest/expect": "^28.0.0-alpha.9",
24+
"@jest/expect": "^28.0.0-alpha.10",
2525
"@jest/types": "^28.0.0-alpha.9"
2626
},
2727
"publishConfig": {

packages/jest-jasmine2/package.json

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

0 commit comments

Comments
 (0)