Skip to content

Commit

Permalink
v28.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and F3n67u committed May 2, 2022
1 parent 655383e commit 1f37178
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "28.0.2"
"version": "28.0.3"
}
4 changes: 2 additions & 2 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/transform": "^28.0.2",
"@jest/transform": "^28.0.3",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^28.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@jest/environment": "^28.0.2",
"@jest/expect": "^28.0.2",
"@jest/expect": "^28.0.3",
"@jest/test-result": "^28.0.2",
"@jest/types": "^28.0.2",
"@types/node": "*",
Expand All @@ -30,8 +30,8 @@
"jest-each": "^28.0.2",
"jest-matcher-utils": "^28.0.2",
"jest-message-util": "^28.0.2",
"jest-runtime": "^28.0.2",
"jest-snapshot": "^28.0.2",
"jest-runtime": "^28.0.3",
"jest-snapshot": "^28.0.3",
"jest-util": "^28.0.2",
"pretty-format": "^28.0.2",
"slash": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "28.0.2",
"version": "28.0.3",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -13,14 +13,14 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^28.0.2",
"@jest/core": "^28.0.3",
"@jest/test-result": "^28.0.2",
"@jest/types": "^28.0.2",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"import-local": "^3.0.2",
"jest-config": "^28.0.2",
"jest-config": "^28.0.3",
"jest-util": "^28.0.2",
"jest-validate": "^28.0.2",
"prompts": "^2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -32,18 +32,18 @@
"@babel/core": "^7.11.6",
"@jest/test-sequencer": "^28.0.2",
"@jest/types": "^28.0.2",
"babel-jest": "^28.0.2",
"babel-jest": "^28.0.3",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
"jest-circus": "^28.0.2",
"jest-circus": "^28.0.3",
"jest-environment-node": "^28.0.2",
"jest-get-type": "^28.0.2",
"jest-regex-util": "^28.0.2",
"jest-resolve": "^28.0.2",
"jest-runner": "^28.0.2",
"jest-resolve": "^28.0.3",
"jest-runner": "^28.0.3",
"jest-util": "^28.0.2",
"jest-validate": "^28.0.2",
"micromatch": "^4.0.4",
Expand Down
18 changes: 9 additions & 9 deletions packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "28.0.2",
"version": "28.0.3",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"@jest/console": "^28.0.2",
"@jest/reporters": "^28.0.2",
"@jest/reporters": "^28.0.3",
"@jest/test-result": "^28.0.2",
"@jest/transform": "^28.0.2",
"@jest/transform": "^28.0.3",
"@jest/types": "^28.0.2",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
Expand All @@ -24,15 +24,15 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "^28.0.2",
"jest-config": "^28.0.2",
"jest-config": "^28.0.3",
"jest-haste-map": "^28.0.2",
"jest-message-util": "^28.0.2",
"jest-regex-util": "^28.0.2",
"jest-resolve": "^28.0.2",
"jest-resolve-dependencies": "^28.0.2",
"jest-runner": "^28.0.2",
"jest-runtime": "^28.0.2",
"jest-snapshot": "^28.0.2",
"jest-resolve": "^28.0.3",
"jest-resolve-dependencies": "^28.0.3",
"jest-runner": "^28.0.3",
"jest-runtime": "^28.0.3",
"jest-snapshot": "^28.0.3",
"jest-util": "^28.0.2",
"jest-validate": "^28.0.2",
"jest-watcher": "^28.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-expect/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/expect",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"expect": "^28.0.2",
"jest-snapshot": "^28.0.2"
"jest-snapshot": "^28.0.3"
},
"devDependencies": {
"@tsd/typescript": "~4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/globals",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@jest/environment": "^28.0.2",
"@jest/expect": "^28.0.2",
"@jest/expect": "^28.0.3",
"@jest/types": "^28.0.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@jest/environment": "^28.0.2",
"@jest/expect": "^28.0.2",
"@jest/expect": "^28.0.3",
"@jest/source-map": "^28.0.2",
"@jest/test-result": "^28.0.2",
"@jest/types": "^28.0.2",
Expand All @@ -29,8 +29,8 @@
"jest-each": "^28.0.2",
"jest-matcher-utils": "^28.0.2",
"jest-message-util": "^28.0.2",
"jest-runtime": "^28.0.2",
"jest-snapshot": "^28.0.2",
"jest-runtime": "^28.0.3",
"jest-snapshot": "^28.0.3",
"jest-util": "^28.0.2",
"pretty-format": "^28.0.2",
"throat": "^6.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-repl/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,11 +21,11 @@
"dependencies": {
"@jest/console": "^28.0.2",
"@jest/environment": "^28.0.2",
"@jest/transform": "^28.0.2",
"@jest/transform": "^28.0.3",
"@jest/types": "^28.0.2",
"chalk": "^4.0.0",
"jest-config": "^28.0.2",
"jest-runtime": "^28.0.2",
"jest-config": "^28.0.3",
"jest-runtime": "^28.0.3",
"jest-util": "^28.0.2",
"jest-validate": "^28.0.2",
"repl": "^0.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-reporters/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "28.0.2",
"version": "28.0.3",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -15,7 +15,7 @@
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^28.0.2",
"@jest/test-result": "^28.0.2",
"@jest/transform": "^28.0.2",
"@jest/transform": "^28.0.3",
"@jest/types": "^28.0.2",
"@jridgewell/trace-mapping": "^0.3.7",
"@types/node": "*",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/istanbul-lib-source-maps": "^4.0.0",
"@types/istanbul-reports": "^3.0.0",
"@types/node-notifier": "^8.0.0",
"jest-resolve": "^28.0.2",
"jest-resolve": "^28.0.3",
"mock-fs": "^5.1.2",
"strip-ansi": "^6.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-resolve-dependencies/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,14 +18,14 @@
},
"dependencies": {
"jest-regex-util": "^28.0.2",
"jest-snapshot": "^28.0.2"
"jest-snapshot": "^28.0.3"
},
"devDependencies": {
"@jest/test-utils": "^28.0.2",
"@jest/types": "^28.0.2",
"jest-haste-map": "^28.0.2",
"jest-resolve": "^28.0.2",
"jest-runtime": "^28.0.2"
"jest-resolve": "^28.0.3",
"jest-runtime": "^28.0.3"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,7 +20,7 @@
"@jest/console": "^28.0.2",
"@jest/environment": "^28.0.2",
"@jest/test-result": "^28.0.2",
"@jest/transform": "^28.0.2",
"@jest/transform": "^28.0.3",
"@jest/types": "^28.0.2",
"@types/node": "*",
"chalk": "^4.0.0",
Expand All @@ -31,8 +31,8 @@
"jest-haste-map": "^28.0.2",
"jest-leak-detector": "^28.0.2",
"jest-message-util": "^28.0.2",
"jest-resolve": "^28.0.2",
"jest-runtime": "^28.0.2",
"jest-resolve": "^28.0.3",
"jest-runtime": "^28.0.3",
"jest-util": "^28.0.2",
"jest-watcher": "^28.0.2",
"jest-worker": "^28.0.2",
Expand All @@ -44,7 +44,7 @@
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.3",
"@types/source-map-support": "^0.5.0",
"jest-jasmine2": "^28.0.2",
"jest-jasmine2": "^28.0.3",
"tsd-lite": "^0.5.1"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,10 +19,10 @@
"dependencies": {
"@jest/environment": "^28.0.2",
"@jest/fake-timers": "^28.0.2",
"@jest/globals": "^28.0.2",
"@jest/globals": "^28.0.3",
"@jest/source-map": "^28.0.2",
"@jest/test-result": "^28.0.2",
"@jest/transform": "^28.0.2",
"@jest/transform": "^28.0.3",
"@jest/types": "^28.0.2",
"chalk": "^4.0.0",
"cjs-module-lexer": "^1.0.0",
Expand All @@ -34,8 +34,8 @@
"jest-message-util": "^28.0.2",
"jest-mock": "^28.0.2",
"jest-regex-util": "^28.0.2",
"jest-resolve": "^28.0.2",
"jest-snapshot": "^28.0.2",
"jest-resolve": "^28.0.3",
"jest-snapshot": "^28.0.3",
"jest-util": "^28.0.2",
"slash": "^3.0.0",
"strip-bom": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-snapshot/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,7 +23,7 @@
"@babel/traverse": "^7.7.2",
"@babel/types": "^7.3.3",
"@jest/expect-utils": "^28.0.2",
"@jest/transform": "^28.0.2",
"@jest/transform": "^28.0.3",
"@jest/types": "^28.0.2",
"@types/babel__traverse": "^7.0.6",
"@types/prettier": "^2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/transform",
"version": "28.0.2",
"version": "28.0.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down

0 comments on commit 1f37178

Please sign in to comment.