Skip to content

Commit

Permalink
v27.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 20, 2021
1 parent 5aad21f commit 50862b4
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "27.2.0",
"version": "27.2.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -15,7 +15,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/transform": "^27.2.0",
"@jest/transform": "^27.2.1",
"@jest/types": "^27.1.1",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -22,13 +22,13 @@
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"expect": "^27.2.0",
"expect": "^27.2.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^27.2.0",
"jest-matcher-utils": "^27.2.0",
"jest-message-util": "^27.2.0",
"jest-runtime": "^27.2.0",
"jest-snapshot": "^27.2.0",
"jest-runtime": "^27.2.1",
"jest-snapshot": "^27.2.1",
"jest-util": "^27.2.0",
"pretty-format": "^27.2.0",
"slash": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "27.2.0",
"version": "27.2.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -10,14 +10,14 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^27.2.0",
"@jest/core": "^27.2.1",
"@jest/test-result": "^27.2.0",
"@jest/types": "^27.1.1",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"jest-config": "^27.2.0",
"jest-config": "^27.2.1",
"jest-util": "^27.2.0",
"jest-validate": "^27.2.0",
"prompts": "^2.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,22 +23,22 @@
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^27.2.0",
"@jest/test-sequencer": "^27.2.1",
"@jest/types": "^27.1.1",
"babel-jest": "^27.2.0",
"babel-jest": "^27.2.1",
"chalk": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"is-ci": "^3.0.0",
"jest-circus": "^27.2.0",
"jest-circus": "^27.2.1",
"jest-environment-jsdom": "^27.2.0",
"jest-environment-node": "^27.2.0",
"jest-get-type": "^27.0.6",
"jest-jasmine2": "^27.2.0",
"jest-jasmine2": "^27.2.1",
"jest-regex-util": "^27.0.6",
"jest-resolve": "^27.2.0",
"jest-runner": "^27.2.0",
"jest-runner": "^27.2.1",
"jest-util": "^27.2.0",
"jest-validate": "^27.2.0",
"micromatch": "^4.0.4",
Expand Down
18 changes: 9 additions & 9 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "27.2.0",
"version": "27.2.1",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"exports": {
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@jest/console": "^27.2.0",
"@jest/reporters": "^27.2.0",
"@jest/reporters": "^27.2.1",
"@jest/test-result": "^27.2.0",
"@jest/transform": "^27.2.0",
"@jest/transform": "^27.2.1",
"@jest/types": "^27.1.1",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
Expand All @@ -21,15 +21,15 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.1.1",
"jest-config": "^27.2.0",
"jest-config": "^27.2.1",
"jest-haste-map": "^27.2.0",
"jest-message-util": "^27.2.0",
"jest-regex-util": "^27.0.6",
"jest-resolve": "^27.2.0",
"jest-resolve-dependencies": "^27.2.0",
"jest-runner": "^27.2.0",
"jest-runtime": "^27.2.0",
"jest-snapshot": "^27.2.0",
"jest-resolve-dependencies": "^27.2.1",
"jest-runner": "^27.2.1",
"jest-runtime": "^27.2.1",
"jest-snapshot": "^27.2.1",
"jest-util": "^27.2.0",
"jest-validate": "^27.2.0",
"jest-watcher": "^27.2.0",
Expand All @@ -40,7 +40,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^27.2.0",
"@jest/test-sequencer": "^27.2.1",
"@jest/test-utils": "^27.2.0",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-globals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/globals",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@jest/environment": "^27.2.0",
"@jest/types": "^27.1.1",
"expect": "^27.2.0"
"expect": "^27.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -22,13 +22,13 @@
"@types/node": "*",
"chalk": "^4.0.0",
"co": "^4.6.0",
"expect": "^27.2.0",
"expect": "^27.2.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^27.2.0",
"jest-matcher-utils": "^27.2.0",
"jest-message-util": "^27.2.0",
"jest-runtime": "^27.2.0",
"jest-snapshot": "^27.2.0",
"jest-runtime": "^27.2.1",
"jest-snapshot": "^27.2.1",
"jest-util": "^27.2.0",
"pretty-format": "^27.2.0",
"throat": "^6.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,11 +18,11 @@
"dependencies": {
"@jest/console": "^27.2.0",
"@jest/environment": "^27.2.0",
"@jest/transform": "^27.2.0",
"@jest/transform": "^27.2.1",
"@jest/types": "^27.1.1",
"chalk": "^4.0.0",
"jest-config": "^27.2.0",
"jest-runtime": "^27.2.0",
"jest-config": "^27.2.1",
"jest-runtime": "^27.2.1",
"jest-util": "^27.2.0",
"jest-validate": "^27.2.0",
"repl": "^0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "27.2.0",
"version": "27.2.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -12,7 +12,7 @@
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^27.2.0",
"@jest/test-result": "^27.2.0",
"@jest/transform": "^27.2.0",
"@jest/transform": "^27.2.1",
"@jest/types": "^27.1.1",
"chalk": "^4.0.0",
"collect-v8-coverage": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -16,13 +16,13 @@
"dependencies": {
"@jest/types": "^27.1.1",
"jest-regex-util": "^27.0.6",
"jest-snapshot": "^27.2.0"
"jest-snapshot": "^27.2.1"
},
"devDependencies": {
"@jest/test-utils": "^27.2.0",
"jest-haste-map": "^27.2.0",
"jest-resolve": "^27.2.0",
"jest-runtime": "^27.2.0"
"jest-runtime": "^27.2.1"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
"@jest/console": "^27.2.0",
"@jest/environment": "^27.2.0",
"@jest/test-result": "^27.2.0",
"@jest/transform": "^27.2.0",
"@jest/transform": "^27.2.1",
"@jest/types": "^27.1.1",
"@types/node": "*",
"chalk": "^4.0.0",
Expand All @@ -31,7 +31,7 @@
"jest-leak-detector": "^27.2.0",
"jest-message-util": "^27.2.0",
"jest-resolve": "^27.2.0",
"jest-runtime": "^27.2.0",
"jest-runtime": "^27.2.1",
"jest-util": "^27.2.0",
"jest-worker": "^27.2.0",
"source-map-support": "^0.5.6",
Expand All @@ -41,7 +41,7 @@
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/source-map-support": "^0.5.0",
"jest-jasmine2": "^27.2.0"
"jest-jasmine2": "^27.2.1"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,10 +17,10 @@
"@jest/console": "^27.2.0",
"@jest/environment": "^27.2.0",
"@jest/fake-timers": "^27.2.0",
"@jest/globals": "^27.2.0",
"@jest/globals": "^27.2.1",
"@jest/source-map": "^27.0.6",
"@jest/test-result": "^27.2.0",
"@jest/transform": "^27.2.0",
"@jest/transform": "^27.2.1",
"@jest/types": "^27.1.1",
"@types/yargs": "^16.0.0",
"chalk": "^4.0.0",
Expand All @@ -35,7 +35,7 @@
"jest-mock": "^27.1.1",
"jest-regex-util": "^27.0.6",
"jest-resolve": "^27.2.0",
"jest-snapshot": "^27.2.0",
"jest-snapshot": "^27.2.1",
"jest-util": "^27.2.0",
"jest-validate": "^27.2.0",
"slash": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,13 +20,13 @@
"@babel/plugin-syntax-typescript": "^7.7.2",
"@babel/traverse": "^7.7.2",
"@babel/types": "^7.0.0",
"@jest/transform": "^27.2.0",
"@jest/transform": "^27.2.1",
"@jest/types": "^27.1.1",
"@types/babel__traverse": "^7.0.4",
"@types/prettier": "^2.1.5",
"babel-preset-current-node-syntax": "^1.0.0",
"chalk": "^4.0.0",
"expect": "^27.2.0",
"expect": "^27.2.1",
"graceful-fs": "^4.2.4",
"jest-diff": "^27.2.0",
"jest-get-type": "^27.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-test-sequencer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/test-sequencer",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
"@jest/test-result": "^27.2.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.2.0",
"jest-runtime": "^27.2.0"
"jest-runtime": "^27.2.1"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/transform",
"version": "27.2.0",
"version": "27.2.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
Loading

0 comments on commit 50862b4

Please sign in to comment.