Skip to content

Commit

Permalink
chore: move deps to packages that use them
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Nov 13, 2024
1 parent 603724d commit 56874cb
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"packageManager": "pnpm@9.9.0",
"devDependencies": {
"@swc-node/register": "^1.10.9",
"prettier": "^3.3.3"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/fetch-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@mjackson/headers": "workspace:^"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@types/node": "^20.14.10",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
1 change: 1 addition & 0 deletions packages/file-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"@mjackson/lazy-file": "workspace:^"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@types/node": "^20.14.10",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
1 change: 1 addition & 0 deletions packages/form-data-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@mjackson/multipart-parser": "workspace:^"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@types/node": "^22.4.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
1 change: 1 addition & 0 deletions packages/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@types/node": "^20.14.10",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
1 change: 1 addition & 0 deletions packages/lazy-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"mrmime": "^2.0.0"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@types/node": "^22.5.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
1 change: 1 addition & 0 deletions packages/multipart-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@mjackson/headers": "workspace:^"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@types/node": "^20.14.10",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
1 change: 1 addition & 0 deletions packages/node-fetch-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@swc-node/register": "^1.10.9",
"@types/node": "^22.5.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
26 changes: 22 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56874cb

Please sign in to comment.