Skip to content

Commit

Permalink
v27.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 30, 2021
1 parent 62da61d commit 7965591
Show file tree
Hide file tree
Showing 42 changed files with 248 additions and 248 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "27.4.1",
"version": "27.4.2",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,8 +18,8 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/transform": "^27.4.1",
"@jest/types": "^27.4.1",
"@jest/transform": "^27.4.2",
"@jest/types": "^27.4.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.4.0",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@jest/test-utils": "^27.4.1",
"@jest/test-utils": "^27.4.2",
"@types/graceful-fs": "^4.1.3"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,15 +19,15 @@
"./build/matchers": "./build/matchers.js"
},
"dependencies": {
"@jest/types": "^27.4.1",
"@jest/types": "^27.4.2",
"ansi-styles": "^5.0.0",
"jest-get-type": "^27.4.0",
"jest-matcher-utils": "^27.4.1",
"jest-message-util": "^27.4.1",
"jest-matcher-utils": "^27.4.2",
"jest-message-util": "^27.4.2",
"jest-regex-util": "^27.4.0"
},
"devDependencies": {
"@jest/test-utils": "^27.4.1",
"@jest/test-utils": "^27.4.2",
"chalk": "^4.0.0",
"fast-check": "^2.0.0",
"immutable": "^4.0.0-rc.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-changed-files/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^27.4.1",
"@jest/types": "^27.4.2",
"execa": "^5.0.0",
"throat": "^6.0.1"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,30 +18,30 @@
"./runner": "./runner.js"
},
"dependencies": {
"@jest/environment": "^27.4.1",
"@jest/test-result": "^27.4.1",
"@jest/types": "^27.4.1",
"@jest/environment": "^27.4.2",
"@jest/test-result": "^27.4.2",
"@jest/types": "^27.4.2",
"@types/node": "*",
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"expect": "^27.4.1",
"expect": "^27.4.2",
"is-generator-fn": "^2.0.0",
"jest-each": "^27.4.1",
"jest-matcher-utils": "^27.4.1",
"jest-message-util": "^27.4.1",
"jest-runtime": "^27.4.1",
"jest-snapshot": "^27.4.1",
"jest-util": "^27.4.1",
"pretty-format": "^27.4.1",
"jest-each": "^27.4.2",
"jest-matcher-utils": "^27.4.2",
"jest-message-util": "^27.4.2",
"jest-runtime": "^27.4.2",
"jest-snapshot": "^27.4.2",
"jest-util": "^27.4.2",
"pretty-format": "^27.4.2",
"slash": "^3.0.0",
"stack-utils": "^2.0.3",
"throat": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/register": "^7.0.0",
"@jest/test-utils": "^27.4.1",
"@jest/test-utils": "^27.4.2",
"@types/co": "^4.6.0",
"@types/dedent": "^0.7.0",
"@types/graceful-fs": "^4.1.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "27.4.1",
"version": "27.4.2",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -13,21 +13,21 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^27.4.1",
"@jest/test-result": "^27.4.1",
"@jest/types": "^27.4.1",
"@jest/core": "^27.4.2",
"@jest/test-result": "^27.4.2",
"@jest/types": "^27.4.2",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"jest-config": "^27.4.1",
"jest-util": "^27.4.1",
"jest-validate": "^27.4.1",
"jest-config": "^27.4.2",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"prompts": "^2.0.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@jest/test-utils": "^27.4.1",
"@jest/test-utils": "^27.4.2",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.3",
"@types/prompts": "^2.0.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -26,26 +26,26 @@
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^27.4.1",
"@jest/types": "^27.4.1",
"babel-jest": "^27.4.1",
"@jest/test-sequencer": "^27.4.2",
"@jest/types": "^27.4.2",
"babel-jest": "^27.4.2",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-circus": "^27.4.1",
"jest-environment-jsdom": "^27.4.1",
"jest-environment-node": "^27.4.1",
"jest-circus": "^27.4.2",
"jest-environment-jsdom": "^27.4.2",
"jest-environment-node": "^27.4.2",
"jest-get-type": "^27.4.0",
"jest-jasmine2": "^27.4.1",
"jest-jasmine2": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.1",
"jest-runner": "^27.4.1",
"jest-util": "^27.4.1",
"jest-validate": "^27.4.1",
"jest-resolve": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"micromatch": "^4.0.4",
"pretty-format": "^27.4.1",
"pretty-format": "^27.4.2",
"slash": "^3.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,15 +17,15 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^27.4.1",
"@jest/types": "^27.4.2",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "^27.4.1",
"jest-util": "^27.4.1",
"jest-message-util": "^27.4.2",
"jest-util": "^27.4.2",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "^27.4.1",
"@jest/test-utils": "^27.4.2",
"@types/node": "*"
},
"engines": {
Expand Down
40 changes: 20 additions & 20 deletions packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "27.4.1",
"version": "27.4.2",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"exports": {
Expand All @@ -12,38 +12,38 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/console": "^27.4.1",
"@jest/reporters": "^27.4.1",
"@jest/test-result": "^27.4.1",
"@jest/transform": "^27.4.1",
"@jest/types": "^27.4.1",
"@jest/console": "^27.4.2",
"@jest/reporters": "^27.4.2",
"@jest/test-result": "^27.4.2",
"@jest/transform": "^27.4.2",
"@jest/types": "^27.4.2",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"emittery": "^0.8.1",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.4.1",
"jest-config": "^27.4.1",
"jest-haste-map": "^27.4.1",
"jest-message-util": "^27.4.1",
"jest-changed-files": "^27.4.2",
"jest-config": "^27.4.2",
"jest-haste-map": "^27.4.2",
"jest-message-util": "^27.4.2",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.1",
"jest-resolve-dependencies": "^27.4.1",
"jest-runner": "^27.4.1",
"jest-runtime": "^27.4.1",
"jest-snapshot": "^27.4.1",
"jest-util": "^27.4.1",
"jest-validate": "^27.4.1",
"jest-watcher": "^27.4.1",
"jest-resolve": "^27.4.2",
"jest-resolve-dependencies": "^27.4.2",
"jest-runner": "^27.4.2",
"jest-runtime": "^27.4.2",
"jest-snapshot": "^27.4.2",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.2",
"jest-watcher": "^27.4.2",
"micromatch": "^4.0.4",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^27.4.1",
"@jest/test-utils": "^27.4.1",
"@jest/test-sequencer": "^27.4.2",
"@jest/test-utils": "^27.4.2",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-create-cache-key-function/package.json
@@ -1,17 +1,17 @@
{
"name": "@jest/create-cache-key-function",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-create-cache-key-function"
},
"dependencies": {
"@jest/types": "^27.4.1"
"@jest/types": "^27.4.2"
},
"devDependencies": {
"@types/node": "*",
"jest-util": "^27.4.1"
"jest-util": "^27.4.2"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "27.4.1",
"version": "27.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,10 +20,10 @@
"chalk": "^4.0.0",
"diff-sequences": "^27.4.0",
"jest-get-type": "^27.4.0",
"pretty-format": "^27.4.1"
"pretty-format": "^27.4.2"
},
"devDependencies": {
"@jest/test-utils": "^27.4.1",
"@jest/test-utils": "^27.4.2",
"strip-ansi": "^6.0.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "27.4.1",
"version": "27.4.2",
"description": "Parameterised tests for Jest",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -25,11 +25,11 @@
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
"dependencies": {
"@jest/types": "^27.4.1",
"@jest/types": "^27.4.2",
"chalk": "^4.0.0",
"jest-get-type": "^27.4.0",
"jest-util": "^27.4.1",
"pretty-format": "^27.4.1"
"jest-util": "^27.4.2",
"pretty-format": "^27.4.2"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down

0 comments on commit 7965591

Please sign in to comment.