Skip to content

Commit d009803

Browse files
cleanup builder dependencies and use pnpm catalog for them
1 parent 525ce0e commit d009803

File tree

4 files changed

+38
-155
lines changed

4 files changed

+38
-155
lines changed

builder/package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,14 @@
2929
},
3030
"homepage": "https://github.com/flarelabs-net/poc-next",
3131
"devDependencies": {
32-
"@cloudflare/workers-types": "^4.20240909.0",
33-
"@types/node": "^22.2.0",
34-
"esbuild": "^0.23.0",
35-
"glob": "^11.0.0",
36-
"next": "14.2.5",
37-
"tsup": "^8.2.4",
38-
"typescript": "^5.5.4",
39-
"vitest": "^2.1.1"
32+
"@types/node": "catalog:",
33+
"esbuild": "catalog:",
34+
"glob": "catalog:",
35+
"tsup": "catalog:",
36+
"typescript": "catalog:",
37+
"vitest": "catalog:"
4038
},
4139
"dependencies": {
42-
"ts-morph": "^23.0.0"
40+
"ts-morph": "catalog:"
4341
}
4442
}

builder/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"forceConsistentCasingInFileNames": true,
88
"strict": true,
99
"skipLibCheck": true,
10-
"types": ["@cloudflare/workers-types"]
10+
"types": []
1111
}
1212
}

pnpm-lock.yaml

Lines changed: 25 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ catalog:
1414
"react-dom": ^18
1515
"typescript": ^5.5.4
1616
"wrangler": ^3.78.6
17+
"tsup": ^8.2.4
18+
"glob": ^11.0.0
19+
"esbuild": ^0.23.0
20+
"vitest": ^2.1.1
21+
"ts-morph": ^23.0.0

0 commit comments

Comments
 (0)