Skip to content

Commit

Permalink
Merge pull request #290 from jaredwray/upgrading-typescript-to-5.4.3
Browse files Browse the repository at this point in the history
upgrading typescript to 5.4.3
  • Loading branch information
jaredwray committed Mar 22, 2024
2 parents de01485 + 9951af1 commit a9c86fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@keyv/sqlite": "^3.6.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/node": "^20.11.30",
"@types/responselike": "^1.0.3",
"@types/sqlite3": "^3.1.11",
"body-parser": "^1.20.2",
Expand All @@ -61,7 +61,7 @@
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"xo": "^0.58.0"
},
"jest": {
Expand Down

0 comments on commit a9c86fb

Please sign in to comment.