Skip to content

Commit

Permalink
chore(): pin jest monorepo v29 dev
Browse files Browse the repository at this point in the history
| datasource | package     | from   | to     |
| ---------- | ----------- | ------ | ------ |
| npm        | @types/jest | 28.1.8 | 29.5.6 |
| npm        | jest        | 28.1.3 | 29.7.0 |
| npm        | jest-mock   | 28.1.3 | 29.7.0 |
| npm        | jest-util   | 28.1.3 | 29.7.0 |
| npm        | ts-jest     | 28.0.8 | 29.1.1 |
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent bb5b045 commit eeaf422
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@nestjs/testing": "^9.0.11",
"@types/common-tags": "^1.8.1",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.8",
"@types/jest": "^29.5.6",
"@types/jsonwebtoken": "^8.5.9",
"@types/multer": "^1.4.7",
"@types/node": "^18.6.2",
Expand All @@ -124,17 +124,17 @@
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unicorn": "^43.0.2",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-mock": "^28.1.3",
"jest-util": "^28.1.3",
"jest": "^29.7.0",
"jest-mock": "^29.7.0",
"jest-util": "^29.7.0",
"markdownlint-cli": "^0.32.2",
"p-memoize": "^4.0.4",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"run-script-webpack-plugin": "^0.1.1",
"source-map-support": "^0.5.21",
"supertest": "^6.2.4",
"ts-jest": "^28.0.8",
"ts-jest": "^29.1.1",
"ts-loader": "^9.3.1",
"typedoc": "^0.23.11",
"typescript": "^4.7.4",
Expand Down

0 comments on commit eeaf422

Please sign in to comment.