Skip to content

Commit

Permalink
Update dependency ts-jest to v29.2.3 (#851)
Browse files Browse the repository at this point in the history
* Update dependency ts-jest to v29.2.3

* Use @tsconfig/recommended

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hidetake Iwata <int128@gmail.com>
  • Loading branch information
renovate[bot] and int128 authored Jul 21, 2024
1 parent 10e9928 commit e9455d7
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@actions/core": "1.10.1"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@tsconfig/recommended": "^1.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@vercel/ncc": "0.38.1",
"eslint": "9.7.0",
"eslint-plugin-jest": "28.6.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"ts-jest": "29.2.0",
"ts-jest": "29.2.3",
"typescript": "5.5.3",
"typescript-eslint": "7.16.1"
},
Expand Down
64 changes: 53 additions & 11 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node20/tsconfig.json"
"extends": "@tsconfig/recommended/tsconfig.json"
}

0 comments on commit e9455d7

Please sign in to comment.