Skip to content

Commit 50862b4

Browse files
committed
v27.2.1
1 parent 5aad21f commit 50862b4

File tree

18 files changed

+58
-58
lines changed

18 files changed

+58
-58
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "27.2.0",
2+
"version": "27.2.1",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

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": "27.2.0",
4+
"version": "27.2.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -15,7 +15,7 @@
1515
"./package.json": "./package.json"
1616
},
1717
"dependencies": {
18-
"@jest/transform": "^27.2.0",
18+
"@jest/transform": "^27.2.1",
1919
"@jest/types": "^27.1.1",
2020
"@types/babel__core": "^7.1.14",
2121
"babel-plugin-istanbul": "^6.0.0",

packages/expect/package.json

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

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": "27.2.0",
3+
"version": "27.2.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -22,13 +22,13 @@
2222
"chalk": "^4.0.0",
2323
"co": "^4.6.0",
2424
"dedent": "^0.7.0",
25-
"expect": "^27.2.0",
25+
"expect": "^27.2.1",
2626
"is-generator-fn": "^2.0.0",
2727
"jest-each": "^27.2.0",
2828
"jest-matcher-utils": "^27.2.0",
2929
"jest-message-util": "^27.2.0",
30-
"jest-runtime": "^27.2.0",
31-
"jest-snapshot": "^27.2.0",
30+
"jest-runtime": "^27.2.1",
31+
"jest-snapshot": "^27.2.1",
3232
"jest-util": "^27.2.0",
3333
"pretty-format": "^27.2.0",
3434
"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": "27.2.0",
4+
"version": "27.2.1",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -10,14 +10,14 @@
1010
"./bin/jest": "./bin/jest.js"
1111
},
1212
"dependencies": {
13-
"@jest/core": "^27.2.0",
13+
"@jest/core": "^27.2.1",
1414
"@jest/test-result": "^27.2.0",
1515
"@jest/types": "^27.1.1",
1616
"chalk": "^4.0.0",
1717
"exit": "^0.1.2",
1818
"graceful-fs": "^4.2.4",
1919
"import-local": "^3.0.2",
20-
"jest-config": "^27.2.0",
20+
"jest-config": "^27.2.1",
2121
"jest-util": "^27.2.0",
2222
"jest-validate": "^27.2.0",
2323
"prompts": "^2.0.1",

packages/jest-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "27.2.0",
3+
"version": "27.2.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -23,22 +23,22 @@
2323
},
2424
"dependencies": {
2525
"@babel/core": "^7.1.0",
26-
"@jest/test-sequencer": "^27.2.0",
26+
"@jest/test-sequencer": "^27.2.1",
2727
"@jest/types": "^27.1.1",
28-
"babel-jest": "^27.2.0",
28+
"babel-jest": "^27.2.1",
2929
"chalk": "^4.0.0",
3030
"deepmerge": "^4.2.2",
3131
"glob": "^7.1.1",
3232
"graceful-fs": "^4.2.4",
3333
"is-ci": "^3.0.0",
34-
"jest-circus": "^27.2.0",
34+
"jest-circus": "^27.2.1",
3535
"jest-environment-jsdom": "^27.2.0",
3636
"jest-environment-node": "^27.2.0",
3737
"jest-get-type": "^27.0.6",
38-
"jest-jasmine2": "^27.2.0",
38+
"jest-jasmine2": "^27.2.1",
3939
"jest-regex-util": "^27.0.6",
4040
"jest-resolve": "^27.2.0",
41-
"jest-runner": "^27.2.0",
41+
"jest-runner": "^27.2.1",
4242
"jest-util": "^27.2.0",
4343
"jest-validate": "^27.2.0",
4444
"micromatch": "^4.0.4",

packages/jest-core/package.json

Lines changed: 9 additions & 9 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": "27.2.0",
4+
"version": "27.2.1",
55
"main": "./build/jest.js",
66
"types": "./build/jest.d.ts",
77
"exports": {
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@jest/console": "^27.2.0",
13-
"@jest/reporters": "^27.2.0",
13+
"@jest/reporters": "^27.2.1",
1414
"@jest/test-result": "^27.2.0",
15-
"@jest/transform": "^27.2.0",
15+
"@jest/transform": "^27.2.1",
1616
"@jest/types": "^27.1.1",
1717
"@types/node": "*",
1818
"ansi-escapes": "^4.2.1",
@@ -21,15 +21,15 @@
2121
"exit": "^0.1.2",
2222
"graceful-fs": "^4.2.4",
2323
"jest-changed-files": "^27.1.1",
24-
"jest-config": "^27.2.0",
24+
"jest-config": "^27.2.1",
2525
"jest-haste-map": "^27.2.0",
2626
"jest-message-util": "^27.2.0",
2727
"jest-regex-util": "^27.0.6",
2828
"jest-resolve": "^27.2.0",
29-
"jest-resolve-dependencies": "^27.2.0",
30-
"jest-runner": "^27.2.0",
31-
"jest-runtime": "^27.2.0",
32-
"jest-snapshot": "^27.2.0",
29+
"jest-resolve-dependencies": "^27.2.1",
30+
"jest-runner": "^27.2.1",
31+
"jest-runtime": "^27.2.1",
32+
"jest-snapshot": "^27.2.1",
3333
"jest-util": "^27.2.0",
3434
"jest-validate": "^27.2.0",
3535
"jest-watcher": "^27.2.0",
@@ -40,7 +40,7 @@
4040
"strip-ansi": "^6.0.0"
4141
},
4242
"devDependencies": {
43-
"@jest/test-sequencer": "^27.2.0",
43+
"@jest/test-sequencer": "^27.2.1",
4444
"@jest/test-utils": "^27.2.0",
4545
"@types/exit": "^0.1.30",
4646
"@types/graceful-fs": "^4.1.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": "27.2.0",
3+
"version": "27.2.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@jest/environment": "^27.2.0",
2121
"@jest/types": "^27.1.1",
22-
"expect": "^27.2.0"
22+
"expect": "^27.2.1"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/jest-jasmine2/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "27.2.0",
3+
"version": "27.2.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -22,13 +22,13 @@
2222
"@types/node": "*",
2323
"chalk": "^4.0.0",
2424
"co": "^4.6.0",
25-
"expect": "^27.2.0",
25+
"expect": "^27.2.1",
2626
"is-generator-fn": "^2.0.0",
2727
"jest-each": "^27.2.0",
2828
"jest-matcher-utils": "^27.2.0",
2929
"jest-message-util": "^27.2.0",
30-
"jest-runtime": "^27.2.0",
31-
"jest-snapshot": "^27.2.0",
30+
"jest-runtime": "^27.2.1",
31+
"jest-snapshot": "^27.2.1",
3232
"jest-util": "^27.2.0",
3333
"pretty-format": "^27.2.0",
3434
"throat": "^6.0.1"

packages/jest-repl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-repl",
3-
"version": "27.2.0",
3+
"version": "27.2.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,11 +18,11 @@
1818
"dependencies": {
1919
"@jest/console": "^27.2.0",
2020
"@jest/environment": "^27.2.0",
21-
"@jest/transform": "^27.2.0",
21+
"@jest/transform": "^27.2.1",
2222
"@jest/types": "^27.1.1",
2323
"chalk": "^4.0.0",
24-
"jest-config": "^27.2.0",
25-
"jest-runtime": "^27.2.0",
24+
"jest-config": "^27.2.1",
25+
"jest-runtime": "^27.2.1",
2626
"jest-util": "^27.2.0",
2727
"jest-validate": "^27.2.0",
2828
"repl": "^0.1.3",

0 commit comments

Comments
 (0)