Skip to content

Commit

Permalink
chore(deps): add missing peer dependency "jest/types" (#719)
Browse files Browse the repository at this point in the history
- fix failure identified by Renovate because "@jest/types" is now a peer dependency in "ts-jest"
  • Loading branch information
ghiscoding authored Jul 14, 2022
1 parent 52c673e commit 5c79cd2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"new-version": "To create a new version with lerna, run the following scripts (1) 'bundle', (2) 'new-version' and (3) 'new-publish' to send it over to NPM."
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@lerna-lite/cli": "^1.6.0",
"@lerna-lite/run": "^1.6.0",
"@types/jest": "^28.1.5",
Expand All @@ -62,7 +63,7 @@
"rimraf": "^3.0.2",
"rxjs": "^7.5.6",
"serve": "^14.0.1",
"ts-jest": "^28.0.5",
"ts-jest": "^28.0.6",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]",
Expand Down
39 changes: 21 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c79cd2

Please sign in to comment.