Skip to content

Commit 279ee66

Browse files
committed
v28.0.2
1 parent a5a27f7 commit 279ee66

File tree

52 files changed

+276
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+276
-276
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.1"
6+
"version": "28.0.2"
77
}

packages/babel-jest/package.json

Lines changed: 4 additions & 4 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.1",
4+
"version": "28.0.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -18,17 +18,17 @@
1818
"./package.json": "./package.json"
1919
},
2020
"dependencies": {
21-
"@jest/transform": "^28.0.1",
21+
"@jest/transform": "^28.0.2",
2222
"@types/babel__core": "^7.1.14",
2323
"babel-plugin-istanbul": "^6.1.1",
24-
"babel-preset-jest": "^28.0.0",
24+
"babel-preset-jest": "^28.0.2",
2525
"chalk": "^4.0.0",
2626
"graceful-fs": "^4.2.9",
2727
"slash": "^3.0.0"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "^7.11.6",
31-
"@jest/test-utils": "^28.0.1",
31+
"@jest/test-utils": "^28.0.2",
3232
"@types/graceful-fs": "^4.1.3"
3333
},
3434
"peerDependencies": {

packages/babel-plugin-jest-hoist/package.json

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

packages/babel-preset-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "28.0.0",
3+
"version": "28.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -13,7 +13,7 @@
1313
"./package.json": "./package.json"
1414
},
1515
"dependencies": {
16-
"babel-plugin-jest-hoist": "^28.0.0",
16+
"babel-plugin-jest-hoist": "^28.0.2",
1717
"babel-preset-current-node-syntax": "^1.0.0"
1818
},
1919
"peerDependencies": {

packages/diff-sequences/package.json

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

packages/expect-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/expect-utils",
3-
"version": "28.0.1",
3+
"version": "28.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -17,10 +17,10 @@
1717
"./package.json": "./package.json"
1818
},
1919
"dependencies": {
20-
"jest-get-type": "^28.0.0"
20+
"jest-get-type": "^28.0.2"
2121
},
2222
"devDependencies": {
23-
"jest-matcher-utils": "^28.0.1"
23+
"jest-matcher-utils": "^28.0.2"
2424
},
2525
"engines": {
2626
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"

packages/expect/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "28.0.1",
3+
"version": "28.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,14 +18,14 @@
1818
"./build/matchers": "./build/matchers.js"
1919
},
2020
"dependencies": {
21-
"@jest/expect-utils": "^28.0.1",
22-
"jest-get-type": "^28.0.0",
23-
"jest-matcher-utils": "^28.0.1",
24-
"jest-message-util": "^28.0.1",
25-
"jest-util": "^28.0.1"
21+
"@jest/expect-utils": "^28.0.2",
22+
"jest-get-type": "^28.0.2",
23+
"jest-matcher-utils": "^28.0.2",
24+
"jest-message-util": "^28.0.2",
25+
"jest-util": "^28.0.2"
2626
},
2727
"devDependencies": {
28-
"@jest/test-utils": "^28.0.1",
28+
"@jest/test-utils": "^28.0.2",
2929
"@tsd/typescript": "~4.6.2",
3030
"chalk": "^4.0.0",
3131
"fast-check": "^2.0.0",

packages/jest-changed-files/package.json

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

packages/jest-circus/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "28.0.1",
3+
"version": "28.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,22 +18,22 @@
1818
"./runner": "./runner.js"
1919
},
2020
"dependencies": {
21-
"@jest/environment": "^28.0.1",
22-
"@jest/expect": "^28.0.1",
23-
"@jest/test-result": "^28.0.1",
24-
"@jest/types": "^28.0.1",
21+
"@jest/environment": "^28.0.2",
22+
"@jest/expect": "^28.0.2",
23+
"@jest/test-result": "^28.0.2",
24+
"@jest/types": "^28.0.2",
2525
"@types/node": "*",
2626
"chalk": "^4.0.0",
2727
"co": "^4.6.0",
2828
"dedent": "^0.7.0",
2929
"is-generator-fn": "^2.0.0",
30-
"jest-each": "^28.0.1",
31-
"jest-matcher-utils": "^28.0.1",
32-
"jest-message-util": "^28.0.1",
33-
"jest-runtime": "^28.0.1",
34-
"jest-snapshot": "^28.0.1",
35-
"jest-util": "^28.0.1",
36-
"pretty-format": "^28.0.1",
30+
"jest-each": "^28.0.2",
31+
"jest-matcher-utils": "^28.0.2",
32+
"jest-message-util": "^28.0.2",
33+
"jest-runtime": "^28.0.2",
34+
"jest-snapshot": "^28.0.2",
35+
"jest-util": "^28.0.2",
36+
"pretty-format": "^28.0.2",
3737
"slash": "^3.0.0",
3838
"stack-utils": "^2.0.3",
3939
"throat": "^6.0.1"

packages/jest-cli/package.json

Lines changed: 7 additions & 7 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.1",
4+
"version": "28.0.2",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -13,16 +13,16 @@
1313
"./bin/jest": "./bin/jest.js"
1414
},
1515
"dependencies": {
16-
"@jest/core": "^28.0.1",
17-
"@jest/test-result": "^28.0.1",
18-
"@jest/types": "^28.0.1",
16+
"@jest/core": "^28.0.2",
17+
"@jest/test-result": "^28.0.2",
18+
"@jest/types": "^28.0.2",
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.1",
24-
"jest-util": "^28.0.1",
25-
"jest-validate": "^28.0.1",
23+
"jest-config": "^28.0.2",
24+
"jest-util": "^28.0.2",
25+
"jest-validate": "^28.0.2",
2626
"prompts": "^2.0.1",
2727
"yargs": "^17.3.1"
2828
},

0 commit comments

Comments
 (0)