Skip to content

Commit

Permalink
Update Jest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 26, 2024
1 parent d67e686 commit 5fc9bd3
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 22 deletions.
12 changes: 7 additions & 5 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"jest": "^29.5.0",
"@swc/core": "^1.3.30",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.5.0"
"dependencies": {
"@swc/core": "^1.3.106",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
}
}
174 changes: 157 additions & 17 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 5fc9bd3

Please sign in to comment.