Skip to content

Commit

Permalink
Merge pull request #230 from jaredwray/upgrading-typescript-and-jest-…
Browse files Browse the repository at this point in the history
…to-latest

upgrading typescript and jest to latest
  • Loading branch information
jaredwray committed Mar 26, 2023
2 parents d7d1011 + c886c09 commit bb3ab2e
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 @@ -48,21 +48,21 @@
"@keyv/sqlite": "^3.6.4",
"@types/delay": "^3.1.0",
"@types/get-stream": "^3.0.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.9",
"@types/responselike": "^1.0.0",
"@types/sqlite3": "^3.1.8",
"body-parser": "^1.20.2",
"delay": "^5.0.0",
"eslint-plugin-jest": "^27.2.1",
"express": "^4.18.2",
"jest": "^29.4.3",
"jest": "^29.5.0",
"pify": "^6.1.0",
"sqlite3": "^5.1.4",
"ts-jest": "^29.0.5",
"ts-jest-resolver": "^2.0.0",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"xo": "^0.53.1"
},
"jest": {
Expand Down

0 comments on commit bb3ab2e

Please sign in to comment.