Skip to content

Commit

Permalink
removing @types/http-cache-semantics from the dependencies and moving…
Browse files Browse the repository at this point in the history
… to devDependencies
  • Loading branch information
jaredwray committed Dec 22, 2022
1 parent 4486808 commit a731ff3
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 a731ff3

Please sign in to comment.