Skip to content

Commit

Permalink
Update Jest and TypeScript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SPodjasek committed Jan 22, 2024
1 parent 9f4564d commit f7992d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
],
"devDependencies": {
"@inway/prettier-config": "^1.0.1",
"@jest/globals": "^29.5.0",
"@jest/globals": "^29.7.0",
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.0",
"@types/node": "^20.5.9",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
},
"resolutions": {
Expand Down

0 comments on commit f7992d2

Please sign in to comment.