Skip to content

Commit

Permalink
Merge pull request #281 from jaredwray/request---upgrading-types-to-l…
Browse files Browse the repository at this point in the history
…atest-versions

request - upgrading types to latest versions
  • Loading branch information
jaredwray committed Nov 16, 2023
2 parents d93a03e + 05d8388 commit d7ac062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/request/package.json
Expand Up @@ -36,7 +36,7 @@
"@types/http-cache-semantics": "It needs to be in the dependencies list and not devDependencies because otherwise projects that use this one will be getting `Could not find a declaration file for module 'http-cache-semantics'` error when running `tsc`, see https://github.com/jaredwray/cacheable-request/issues/194 for details"
},
"dependencies": {
"@types/http-cache-semantics": "^4.0.2",
"@types/http-cache-semantics": "^4.0.4",
"get-stream": "^6.0.1",
"http-cache-semantics": "^4.1.1",
"keyv": "^4.5.4",
Expand All @@ -48,7 +48,7 @@
"@keyv/sqlite": "^3.6.6",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/responselike": "^1.0.1",
"@types/responselike": "^1.0.3",
"@types/sqlite3": "^3.1.9",
"body-parser": "^1.20.2",
"delay": "^6.0.0",
Expand Down

0 comments on commit d7ac062

Please sign in to comment.