Skip to content

Commit

Permalink
v26.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 4, 2020
1 parent ce5d39d commit 2f6931e
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "26.6.2",
"version": "26.6.3",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion 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": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -24,8 +24,8 @@
"jest-each": "^26.6.2",
"jest-matcher-utils": "^26.6.2",
"jest-message-util": "^26.6.2",
"jest-runner": "^26.6.2",
"jest-runtime": "^26.6.2",
"jest-runner": "^26.6.3",
"jest-runtime": "^26.6.3",
"jest-snapshot": "^26.6.2",
"jest-util": "^26.6.2",
"pretty-format": "^26.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "26.6.2",
"version": "26.6.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^26.6.2",
"@jest/core": "^26.6.3",
"@jest/test-result": "^26.6.2",
"@jest/types": "^26.6.2",
"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.6.2",
"jest-config": "^26.6.3",
"jest-util": "^26.6.2",
"jest-validate": "^26.6.2",
"prompts": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,17 +19,17 @@
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^26.6.2",
"@jest/test-sequencer": "^26.6.3",
"@jest/types": "^26.6.2",
"babel-jest": "^26.6.2",
"babel-jest": "^26.6.3",
"chalk": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-environment-jsdom": "^26.6.2",
"jest-environment-node": "^26.6.2",
"jest-get-type": "^26.3.0",
"jest-jasmine2": "^26.6.2",
"jest-jasmine2": "^26.6.3",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.6.2",
"jest-util": "^26.6.2",
Expand Down
12 changes: 6 additions & 6 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": "26.6.2",
"version": "26.6.3",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
Expand All @@ -16,14 +16,14 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^26.6.2",
"jest-config": "^26.6.2",
"jest-config": "^26.6.3",
"jest-haste-map": "^26.6.2",
"jest-message-util": "^26.6.2",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.6.2",
"jest-resolve-dependencies": "^26.6.2",
"jest-runner": "^26.6.2",
"jest-runtime": "^26.6.2",
"jest-resolve-dependencies": "^26.6.3",
"jest-runner": "^26.6.3",
"jest-runtime": "^26.6.3",
"jest-snapshot": "^26.6.2",
"jest-util": "^26.6.2",
"jest-validate": "^26.6.2",
Expand All @@ -35,7 +35,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^26.6.2",
"@jest/test-sequencer": "^26.6.3",
"@jest/test-utils": "^26.6.2",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,7 +23,7 @@
"jest-each": "^26.6.2",
"jest-matcher-utils": "^26.6.2",
"jest-message-util": "^26.6.2",
"jest-runtime": "^26.6.2",
"jest-runtime": "^26.6.3",
"jest-snapshot": "^26.6.2",
"jest-util": "^26.6.2",
"pretty-format": "^26.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"@jest/transform": "^26.6.2",
"@jest/types": "^26.6.2",
"jest-config": "^26.6.2",
"jest-runtime": "^26.6.2",
"jest-config": "^26.6.3",
"jest-runtime": "^26.6.3",
"jest-validate": "^26.6.2",
"repl": "^0.1.3",
"yargs": "^15.4.1"
Expand Down
4 changes: 2 additions & 2 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": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
"@jest/test-utils": "^26.6.2",
"jest-haste-map": "^26.6.2",
"jest-resolve": "^26.6.2",
"jest-runtime": "^26.6.2"
"jest-runtime": "^26.6.3"
},
"engines": {
"node": ">= 10.14.2"
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": "26.6.2",
"version": "26.6.3",
"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.6.2",
"jest-config": "^26.6.3",
"jest-docblock": "^26.0.0",
"jest-haste-map": "^26.6.2",
"jest-leak-detector": "^26.6.2",
"jest-message-util": "^26.6.2",
"jest-resolve": "^26.6.2",
"jest-runtime": "^26.6.2",
"jest-runtime": "^26.6.3",
"jest-util": "^26.6.2",
"jest-worker": "^26.6.2",
"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.6.2"
"jest-circus": "^26.6.3"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -25,7 +25,7 @@
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.4",
"jest-config": "^26.6.2",
"jest-config": "^26.6.3",
"jest-haste-map": "^26.6.2",
"jest-message-util": "^26.6.2",
"jest-mock": "^26.6.2",
Expand Down
6 changes: 3 additions & 3 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": "26.6.2",
"version": "26.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -13,8 +13,8 @@
"@jest/test-result": "^26.6.2",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^26.6.2",
"jest-runner": "^26.6.2",
"jest-runtime": "^26.6.2"
"jest-runner": "^26.6.3",
"jest-runtime": "^26.6.3"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "26.6.2",
"version": "26.6.3",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/core": "^26.6.2",
"@jest/core": "^26.6.3",
"import-local": "^3.0.2",
"jest-cli": "^26.6.2"
"jest-cli": "^26.6.3"
},
"bin": "./bin/jest.js",
"engines": {
Expand Down

0 comments on commit 2f6931e

Please sign in to comment.