|
43 | 43 | "@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" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "@types/http-cache-semantics": "4.0.4", |
47 | | - "get-stream": "9.0.1", |
48 | | - "http-cache-semantics": "4.2.0", |
49 | | - "keyv": "5.5.4", |
50 | | - "mimic-response": "4.0.0", |
51 | | - "normalize-url": "8.1.0", |
52 | | - "responselike": "4.0.2" |
| 46 | + "@types/http-cache-semantics": "^4.0.4", |
| 47 | + "get-stream": "^9.0.1", |
| 48 | + "http-cache-semantics": "^4.2.0", |
| 49 | + "keyv": "^5.5.4", |
| 50 | + "mimic-response": "^4.0.0", |
| 51 | + "normalize-url": "^8.1.0", |
| 52 | + "responselike": "^4.0.2" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@biomejs/biome": "2.3.8", |
56 | | - "@keyv/sqlite": "4.0.6", |
57 | | - "@types/express": "5.0.6", |
58 | | - "@types/node": "24.10.0", |
59 | | - "@types/responselike": "1.0.3", |
60 | | - "@vitest/coverage-v8": "4.0.15", |
61 | | - "body-parser": "2.2.0", |
62 | | - "delay": "7.0.0", |
63 | | - "express": "5.2.1", |
64 | | - "pify": "6.1.0", |
65 | | - "rimraf": "6.1.0", |
66 | | - "sqlite3": "5.1.7", |
67 | | - "tsup": "8.5.0", |
68 | | - "typescript": "5.9.3", |
69 | | - "vitest": "4.0.15" |
| 55 | + "@biomejs/biome": "^2.3.8", |
| 56 | + "@keyv/sqlite": "^4.0.6", |
| 57 | + "@types/express": "^5.0.6", |
| 58 | + "@types/node": "^24.10.0", |
| 59 | + "@types/responselike": "^1.0.3", |
| 60 | + "@vitest/coverage-v8": "^4.0.15", |
| 61 | + "body-parser": "^2.2.0", |
| 62 | + "delay": "^7.0.0", |
| 63 | + "express": "^5.2.1", |
| 64 | + "pify": "^6.1.0", |
| 65 | + "rimraf": "^6.1.0", |
| 66 | + "sqlite3": "^5.1.7", |
| 67 | + "tsup": "^8.5.0", |
| 68 | + "typescript": "^5.9.3", |
| 69 | + "vitest": "^4.0.15" |
70 | 70 | } |
71 | 71 | } |
0 commit comments