Skip to content

Commit

Permalink
Merge pull request #217 from jaredwray/removing-@types/http-cache-sem…
Browse files Browse the repository at this point in the history
…antics-from-the-dependencies-and-moving-to-devDependencies

removing @types/http-cache-semantics from the dependencies and moving…
  • Loading branch information
jaredwray committed Dec 23, 2022
2 parents 4486808 + a731ff3 commit 41309f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -33,7 +33,6 @@
"compliant"
],
"dependencies": {
"@types/http-cache-semantics": "^4.0.1",
"get-stream": "^6.0.1",
"http-cache-semantics": "^4.1.0",
"keyv": "^4.5.2",
Expand All @@ -43,16 +42,14 @@
},
"devDependencies": {
"@keyv/sqlite": "^3.6.4",
"@types/create-test-server": "^3.0.1",
"@types/http-cache-semantics": "^4.0.1",
"@types/delay": "^3.1.0",
"@types/get-stream": "^3.0.2",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"@types/responselike": "^1.0.0",
"@types/sqlite3": "^3.1.8",
"body-parser": "^1.20.1",
"create-cert": "^1.0.6",
"create-test-server": "3.0.1",
"delay": "^5.0.0",
"eslint-plugin-jest": "^27.1.7",
"express": "^4.18.2",
Expand Down

0 comments on commit 41309f0

Please sign in to comment.