Skip to content

Commit

Permalink
chore(deps): update jest to v27.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 23, 2021
1 parent 68a300d commit 1ba2063
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/origin-backend/package.json
Expand Up @@ -91,7 +91,7 @@
"@types/websocket": "1.0.4",
"@types/ws": "8.2.0",
"chai": "4.3.0",
"jest": "27.3.0",
"jest": "27.3.1",
"mocha": "9.1.3",
"nodemailer": "6.7.0",
"polly-js": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/traceability/issuer-api/package.json
Expand Up @@ -73,7 +73,7 @@
"@types/supertest": "2.0.11",
"chai": "4.3.0",
"eslint-plugin-jest": "24.7.0",
"jest": "27.3.0",
"jest": "27.3.1",
"mocha": "9.1.3",
"polly-js": "1.8.2",
"prettier": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/trade/exchange-io-erc1888/package.json
Expand Up @@ -61,7 +61,7 @@
"chai": "4.3.0",
"class-validator": "0.13.1",
"eslint-plugin-jest": "24.7.0",
"jest": "27.3.0",
"jest": "27.3.1",
"mocha": "9.1.3",
"polly-js": "1.8.2",
"prettier": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/trade/exchange-irec/package.json
Expand Up @@ -80,7 +80,7 @@
"@types/supertest": "2.0.11",
"chai": "4.3.0",
"eslint-plugin-jest": "24.7.0",
"jest": "27.3.0",
"jest": "27.3.1",
"mocha": "9.1.3",
"polly-js": "1.8.2",
"prettier": "2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/trade/exchange/package.json
Expand Up @@ -68,7 +68,7 @@
"typeorm": "0.2.34"
},
"devDependencies": {
"@jest/globals": "27.3.0",
"@jest/globals": "27.3.1",
"@nestjs/cli": "8.1.4",
"@nestjs/schematics": "8.0.4",
"@types/bn.js": "5.1.0",
Expand All @@ -82,7 +82,7 @@
"chai": "4.3.0",
"eslint-plugin-jest": "24.7.0",
"ganache-cli": "6.12.2",
"jest": "27.3.0",
"jest": "27.3.1",
"mocha": "9.1.3",
"prettier": "2.4.1",
"supertest": "6.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Expand Up @@ -139,7 +139,7 @@
"@types/webpack": "4.41.31",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"babel-jest": "27.3.0",
"babel-jest": "27.3.1",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "1.13.3",
"cypress": "7.3.0",
Expand All @@ -152,7 +152,7 @@
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.25.3",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.3.0",
"jest": "27.3.1",
"jest-fetch-mock": "3.0.3",
"jest-localstorage-mock": "2.4.18",
"prettier": "2.4.1",
Expand Down

0 comments on commit 1ba2063

Please sign in to comment.