Skip to content

Commit

Permalink
v26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 4, 2020
1 parent 075854a commit 343532a
Show file tree
Hide file tree
Showing 50 changed files with 254 additions and 254 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"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": "26.0.0-alpha.2",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,11 +11,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"@jest/transform": "^26.0.0",
"@jest/types": "^26.0.0",
"@types/babel__core": "^7.1.7",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^26.0.0-alpha.0",
"babel-preset-jest": "^26.0.0",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
"slash": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "26.0.0-alpha.0",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "26.0.0-alpha.0",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^26.0.0-alpha.0",
"babel-plugin-jest-hoist": "^26.0.0",
"babel-preset-current-node-syntax": "^0.1.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-sequences/package.json
@@ -1,6 +1,6 @@
{
"name": "diff-sequences",
"version": "26.0.0-alpha.0",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-fb-strict/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fb-strict",
"version": "26.0.0-alpha.0",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
14 changes: 7 additions & 7 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,15 +10,15 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0",
"ansi-styles": "^4.0.0",
"jest-get-type": "^26.0.0-alpha.0",
"jest-matcher-utils": "^26.0.0-alpha.2",
"jest-message-util": "^26.0.0-alpha.2",
"jest-regex-util": "^26.0.0-alpha.1"
"jest-get-type": "^26.0.0",
"jest-matcher-utils": "^26.0.0",
"jest-message-util": "^26.0.0",
"jest-regex-util": "^26.0.0"
},
"devDependencies": {
"@jest/test-utils": "^26.0.0-alpha.1",
"@jest/test-utils": "^26.0.0",
"chalk": "^4.0.0",
"fast-check": "^1.13.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": "26.0.0-alpha.2",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0",
"execa": "^4.0.0",
"throat": "^5.0.0"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,28 +11,28 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^26.0.0-alpha.2",
"@jest/test-result": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"@jest/environment": "^26.0.0",
"@jest/test-result": "^26.0.0",
"@jest/types": "^26.0.0",
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"expect": "^26.0.0-alpha.2",
"expect": "^26.0.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^26.0.0-alpha.2",
"jest-matcher-utils": "^26.0.0-alpha.2",
"jest-message-util": "^26.0.0-alpha.2",
"jest-runtime": "^26.0.0-alpha.2",
"jest-snapshot": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"pretty-format": "^26.0.0-alpha.2",
"jest-each": "^26.0.0",
"jest-matcher-utils": "^26.0.0",
"jest-message-util": "^26.0.0",
"jest-runtime": "^26.0.0",
"jest-snapshot": "^26.0.0",
"jest-util": "^26.0.0",
"pretty-format": "^26.0.0",
"stack-utils": "^2.0.2",
"throat": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/register": "^7.0.0",
"@jest/test-utils": "^26.0.0-alpha.1",
"@jest/test-utils": "^26.0.0",
"@types/babel__traverse": "^7.0.4",
"@types/co": "^4.6.0",
"@types/dedent": "^0.7.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,26 +1,26 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^26.0.0-alpha.2",
"@jest/test-result": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"@jest/core": "^26.0.0",
"@jest/test-result": "^26.0.0",
"@jest/types": "^26.0.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.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jest-validate": "^26.0.0-alpha.2",
"jest-config": "^26.0.0",
"jest-util": "^26.0.0",
"jest-validate": "^26.0.0",
"prompts": "^2.0.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"@jest/test-utils": "^26.0.0-alpha.1",
"@jest/test-utils": "^26.0.0",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.3",
"@types/is-ci": "^2.0.0",
Expand Down
26 changes: 13 additions & 13 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,23 +11,23 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"babel-jest": "^26.0.0-alpha.2",
"@jest/test-sequencer": "^26.0.0",
"@jest/types": "^26.0.0",
"babel-jest": "^26.0.0",
"chalk": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-environment-jsdom": "^26.0.0-alpha.2",
"jest-environment-node": "^26.0.0-alpha.2",
"jest-get-type": "^26.0.0-alpha.0",
"jest-jasmine2": "^26.0.0-alpha.2",
"jest-regex-util": "^26.0.0-alpha.1",
"jest-resolve": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jest-validate": "^26.0.0-alpha.2",
"jest-environment-jsdom": "^26.0.0",
"jest-environment-node": "^26.0.0",
"jest-get-type": "^26.0.0",
"jest-jasmine2": "^26.0.0",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.0.0",
"jest-util": "^26.0.0",
"jest-validate": "^26.0.0",
"micromatch": "^4.0.2",
"pretty-format": "^26.0.0-alpha.2"
"pretty-format": "^26.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,10 +10,10 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0",
"chalk": "^4.0.0",
"jest-message-util": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jest-message-util": "^26.0.0",
"jest-util": "^26.0.0",
"slash": "^3.0.0"
},
"devDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions packages/jest-core/package.json
@@ -1,40 +1,40 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^26.0.0-alpha.2",
"@jest/reporters": "^26.0.0-alpha.2",
"@jest/test-result": "^26.0.0-alpha.2",
"@jest/transform": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"@jest/console": "^26.0.0",
"@jest/reporters": "^26.0.0",
"@jest/test-result": "^26.0.0",
"@jest/transform": "^26.0.0",
"@jest/types": "^26.0.0",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^26.0.0-alpha.2",
"jest-config": "^26.0.0-alpha.2",
"jest-haste-map": "^26.0.0-alpha.2",
"jest-message-util": "^26.0.0-alpha.2",
"jest-regex-util": "^26.0.0-alpha.1",
"jest-resolve": "^26.0.0-alpha.2",
"jest-resolve-dependencies": "^26.0.0-alpha.2",
"jest-runner": "^26.0.0-alpha.2",
"jest-runtime": "^26.0.0-alpha.2",
"jest-snapshot": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jest-validate": "^26.0.0-alpha.2",
"jest-watcher": "^26.0.0-alpha.2",
"jest-changed-files": "^26.0.0",
"jest-config": "^26.0.0",
"jest-haste-map": "^26.0.0",
"jest-message-util": "^26.0.0",
"jest-regex-util": "^26.0.0",
"jest-resolve": "^26.0.0",
"jest-resolve-dependencies": "^26.0.0",
"jest-runner": "^26.0.0",
"jest-runtime": "^26.0.0",
"jest-snapshot": "^26.0.0",
"jest-util": "^26.0.0",
"jest-validate": "^26.0.0",
"jest-watcher": "^26.0.0",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^26.0.0-alpha.2",
"@jest/test-sequencer": "^26.0.0",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,12 +11,12 @@
"types": "build/index.d.ts",
"dependencies": {
"chalk": "^4.0.0",
"diff-sequences": "^26.0.0-alpha.0",
"jest-get-type": "^26.0.0-alpha.0",
"pretty-format": "^26.0.0-alpha.2"
"diff-sequences": "^26.0.0",
"jest-get-type": "^26.0.0",
"pretty-format": "^26.0.0"
},
"devDependencies": {
"@jest/test-utils": "^26.0.0-alpha.1",
"@jest/test-utils": "^26.0.0",
"strip-ansi": "^6.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-docblock/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-docblock",
"version": "26.0.0-alpha.0",
"version": "26.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "26.0.0-alpha.2",
"version": "26.0.0",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -18,11 +18,11 @@
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
"dependencies": {
"@jest/types": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0",
"chalk": "^4.0.0",
"jest-get-type": "^26.0.0-alpha.0",
"jest-util": "^26.0.0-alpha.2",
"pretty-format": "^26.0.0-alpha.2"
"jest-get-type": "^26.0.0",
"jest-util": "^26.0.0",
"pretty-format": "^26.0.0"
},
"engines": {
"node": ">= 10.14.2"
Expand Down

0 comments on commit 343532a

Please sign in to comment.