Skip to content

Commit

Permalink
v26.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 20, 2020
1 parent 9ce81a5 commit e1d51de
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "26.4.0",
"version": "26.4.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -13,7 +13,7 @@
"@jest/types": "^26.3.0",
"ansi-styles": "^4.0.0",
"jest-get-type": "^26.3.0",
"jest-matcher-utils": "^26.4.0",
"jest-matcher-utils": "^26.4.1",
"jest-message-util": "^26.3.0",
"jest-regex-util": "^26.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,14 +18,14 @@
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"expect": "^26.4.0",
"expect": "^26.4.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^26.4.0",
"jest-matcher-utils": "^26.4.0",
"jest-matcher-utils": "^26.4.1",
"jest-message-util": "^26.3.0",
"jest-runner": "^26.4.0",
"jest-runtime": "^26.4.0",
"jest-snapshot": "^26.4.0",
"jest-runner": "^26.4.1",
"jest-runtime": "^26.4.1",
"jest-snapshot": "^26.4.1",
"jest-util": "^26.3.0",
"pretty-format": "^26.4.0",
"stack-utils": "^2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-cli/package.json
@@ -1,19 +1,19 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "26.4.0",
"version": "26.4.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^26.4.0",
"@jest/core": "^26.4.1",
"@jest/test-result": "^26.3.0",
"@jest/types": "^26.3.0",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^26.4.0",
"jest-config": "^26.4.1",
"jest-util": "^26.3.0",
"jest-validate": "^26.4.0",
"prompts": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^26.4.0",
"@jest/test-sequencer": "^26.4.1",
"@jest/types": "^26.3.0",
"babel-jest": "^26.3.0",
"chalk": "^4.0.0",
Expand All @@ -21,7 +21,7 @@
"jest-environment-jsdom": "^26.3.0",
"jest-environment-node": "^26.3.0",
"jest-get-type": "^26.3.0",
"jest-jasmine2": "^26.4.0",
"jest-jasmine2": "^26.4.1",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.4.0",
"jest-util": "^26.3.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-core/package.json
@@ -1,12 +1,12 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "26.4.0",
"version": "26.4.1",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^26.3.0",
"@jest/reporters": "^26.4.0",
"@jest/reporters": "^26.4.1",
"@jest/test-result": "^26.3.0",
"@jest/transform": "^26.3.0",
"@jest/types": "^26.3.0",
Expand All @@ -16,15 +16,15 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^26.3.0",
"jest-config": "^26.4.0",
"jest-config": "^26.4.1",
"jest-haste-map": "^26.3.0",
"jest-message-util": "^26.3.0",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.4.0",
"jest-resolve-dependencies": "^26.4.0",
"jest-runner": "^26.4.0",
"jest-runtime": "^26.4.0",
"jest-snapshot": "^26.4.0",
"jest-resolve-dependencies": "^26.4.1",
"jest-runner": "^26.4.1",
"jest-runtime": "^26.4.1",
"jest-snapshot": "^26.4.1",
"jest-util": "^26.3.0",
"jest-validate": "^26.4.0",
"jest-watcher": "^26.3.0",
Expand All @@ -35,7 +35,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^26.4.0",
"@jest/test-sequencer": "^26.4.1",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/globals",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@jest/environment": "^26.3.0",
"@jest/types": "^26.3.0",
"expect": "^26.4.0"
"expect": "^26.4.1"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,13 +18,13 @@
"@types/node": "*",
"chalk": "^4.0.0",
"co": "^4.6.0",
"expect": "^26.4.0",
"expect": "^26.4.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^26.4.0",
"jest-matcher-utils": "^26.4.0",
"jest-matcher-utils": "^26.4.1",
"jest-message-util": "^26.3.0",
"jest-runtime": "^26.4.0",
"jest-snapshot": "^26.4.0",
"jest-runtime": "^26.4.1",
"jest-snapshot": "^26.4.1",
"jest-util": "^26.3.0",
"pretty-format": "^26.4.0",
"throat": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-matcher-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"@jest/transform": "^26.3.0",
"@jest/types": "^26.3.0",
"jest-config": "^26.4.0",
"jest-runtime": "^26.4.0",
"jest-config": "^26.4.1",
"jest-runtime": "^26.4.1",
"jest-validate": "^26.4.0",
"repl": "^0.1.3",
"yargs": "^15.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "26.4.0",
"version": "26.4.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve-dependencies/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,12 +12,12 @@
"dependencies": {
"@jest/types": "^26.3.0",
"jest-regex-util": "^26.0.0",
"jest-snapshot": "^26.4.0"
"jest-snapshot": "^26.4.1"
},
"devDependencies": {
"jest-haste-map": "^26.3.0",
"jest-resolve": "^26.4.0",
"jest-runtime": "^26.4.0"
"jest-runtime": "^26.4.1"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,13 +19,13 @@
"emittery": "^0.7.1",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-config": "^26.4.0",
"jest-config": "^26.4.1",
"jest-docblock": "^26.0.0",
"jest-haste-map": "^26.3.0",
"jest-leak-detector": "^26.4.0",
"jest-message-util": "^26.3.0",
"jest-resolve": "^26.4.0",
"jest-runtime": "^26.4.0",
"jest-runtime": "^26.4.1",
"jest-util": "^26.3.0",
"jest-worker": "^26.3.0",
"source-map-support": "^0.5.6",
Expand All @@ -35,7 +35,7 @@
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/source-map-support": "^0.5.0",
"jest-circus": "^26.4.0"
"jest-circus": "^26.4.1"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -13,7 +13,7 @@
"@jest/console": "^26.3.0",
"@jest/environment": "^26.3.0",
"@jest/fake-timers": "^26.3.0",
"@jest/globals": "^26.4.0",
"@jest/globals": "^26.4.1",
"@jest/source-map": "^26.3.0",
"@jest/test-result": "^26.3.0",
"@jest/transform": "^26.3.0",
Expand All @@ -24,13 +24,13 @@
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.4",
"jest-config": "^26.4.0",
"jest-config": "^26.4.1",
"jest-haste-map": "^26.3.0",
"jest-message-util": "^26.3.0",
"jest-mock": "^26.3.0",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.4.0",
"jest-snapshot": "^26.4.0",
"jest-snapshot": "^26.4.1",
"jest-util": "^26.3.0",
"jest-validate": "^26.4.0",
"slash": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-snapshot/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -14,12 +14,12 @@
"@jest/types": "^26.3.0",
"@types/prettier": "^2.0.0",
"chalk": "^4.0.0",
"expect": "^26.4.0",
"expect": "^26.4.1",
"graceful-fs": "^4.2.4",
"jest-diff": "^26.4.0",
"jest-get-type": "^26.3.0",
"jest-haste-map": "^26.3.0",
"jest-matcher-utils": "^26.4.0",
"jest-matcher-utils": "^26.4.1",
"jest-message-util": "^26.3.0",
"jest-resolve": "^26.4.0",
"natural-compare": "^1.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-test-sequencer/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/test-sequencer",
"version": "26.4.0",
"version": "26.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -13,8 +13,8 @@
"@jest/test-result": "^26.3.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^26.3.0",
"jest-runner": "^26.4.0",
"jest-runtime": "^26.4.0"
"jest-runner": "^26.4.1",
"jest-runtime": "^26.4.1"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,13 +1,13 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "26.4.0",
"version": "26.4.1",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/core": "^26.4.0",
"@jest/core": "^26.4.1",
"import-local": "^3.0.2",
"jest-cli": "^26.4.0"
"jest-cli": "^26.4.1"
},
"bin": "./bin/jest.js",
"engines": {
Expand Down

0 comments on commit e1d51de

Please sign in to comment.