also looking at this
chore(deps): update dependency fastify to 5.6.1
#170
2 files
+2
-2
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -0,0 +1,19 @@ | ||
| 1 | { | |
| 2 | "name": "bun-package-manager-versioned", | |
| 3 | "version": "1.0.0", | |
| 4 | "packageManager": "bun@1.2.20", | |
| 5 | "description": "Test environment for versioned Bun package manager", | |
| 6 | "scripts": { | |
| 7 | "dev": "bun run src/index.ts", | |
| 8 | "build": "bun build src/index.ts --outdir dist", | |
| 9 | "test": "bun test", | |
| 10 | "lint": "bunx eslint src/ --fix" | |
| 11 | }, | |
| 12 | "dependencies": { | |
| 13 | "fastify": "^5.6.1" | |
| 14 | }, | |
| 15 | "devDependencies": { | |
| 16 | "@types/node": "^20.0.0", | |
| 17 | "eslint": "^8.0.0" | |
| 18 | } | |
| 19 | } | |