Skip to content

Commit

Permalink
Remove unused dependencies (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
futurGH authored Mar 18, 2024
1 parent f45eef3 commit 0a2464c
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 92 deletions.
5 changes: 1 addition & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@
"@atproto/syntax": "workspace:^",
"@atproto/xrpc": "workspace:^",
"multiformats": "^9.9.0",
"tlds": "^1.234.0",
"typed-emitter": "^2.1.0",
"zod": "^3.21.4"
"tlds": "^1.234.0"
},
"devDependencies": {
"@atproto/lex-cli": "workspace:^",
"@atproto/dev-env": "workspace:^",
"common-tags": "^1.8.2",
"get-port": "^6.1.2"
}
}
4 changes: 0 additions & 4 deletions packages/bsky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,15 @@
"@connectrpc/connect-express": "^1.1.4",
"@connectrpc/connect-node": "^1.1.4",
"@did-plc/lib": "^0.0.1",
"@isaacs/ttlcache": "^1.4.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.2",
"express-async-errors": "^3.1.1",
"form-data": "^4.0.0",
"http-errors": "^2.0.0",
"http-terminator": "^3.2.0",
"ioredis": "^5.3.2",
"jose": "^5.0.1",
"kysely": "^0.22.0",
"multiformats": "^9.9.0",
"murmurhash": "^2.0.1",
"p-queue": "^6.6.2",
"pg": "^8.10.0",
"pino": "^8.15.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/bsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@
"@atproto/syntax": "workspace:^",
"@bufbuild/protobuf": "^1.5.0",
"@connectrpc/connect": "^1.1.4",
"@connectrpc/connect-express": "^1.1.4",
"@connectrpc/connect-node": "^1.1.4",
"http-terminator": "^3.2.0",
"kysely": "^0.22.0",
"pg": "^8.10.0",
"pino": "^8.15.0",
"pino-http": "^8.2.1",
"typed-emitter": "^2.1.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"cbor-x": "^1.5.1",
"iso-datestring-validator": "^2.2.2",
"multiformats": "^9.9.0",
"pino": "^8.15.0",
"zod": "3.21.4"
"pino": "^8.15.0"
}
}
1 change: 0 additions & 1 deletion packages/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@did-plc/server": "^0.0.1",
"axios": "^0.27.2",
"better-sqlite3": "^9.4.0",
"chalk": "^5.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"get-port": "^6.1.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/ozone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.2",
"express-async-errors": "^3.1.1",
"http-terminator": "^3.2.0",
"kysely": "^0.22.0",
"multiformats": "^9.9.0",
"p-queue": "^6.6.2",
"pg": "^8.10.0",
"pino": "^8.15.0",
"pino-http": "^8.2.1",
"typed-emitter": "^2.1.0",
"uint8arrays": "3.0.0"
Expand Down
4 changes: 0 additions & 4 deletions packages/pds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
"express": "^4.17.2",
"express-async-errors": "^3.1.1",
"file-type": "^16.5.4",
"form-data": "^4.0.0",
"handlebars": "^4.7.7",
"http-errors": "^2.0.0",
"http-terminator": "^3.2.0",
"ioredis": "^5.3.2",
"jose": "^5.0.1",
Expand All @@ -64,7 +62,6 @@
"nodemailer": "^6.8.0",
"nodemailer-html-to-text": "^3.2.0",
"p-queue": "^6.6.2",
"pg": "^8.10.0",
"pino": "^8.15.0",
"pino-http": "^8.2.1",
"sharp": "^0.32.6",
Expand All @@ -84,7 +81,6 @@
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.36",
"@types/nodemailer": "^6.4.6",
"@types/pg": "^8.6.6",
"@types/qs": "^6.9.7",
"axios": "^0.27.2",
"get-port": "^6.1.2",
Expand Down
3 changes: 0 additions & 3 deletions packages/syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"postbuild": "tsc --build tsconfig.build.json",
"update-main-to-dist": "node ../../update-main-to-dist.js packages/syntax"
},
"dependencies": {
"@atproto/common-web": "workspace:^"
},
"browser": {
"dns/promises": false
}
Expand Down
71 changes: 1 addition & 70 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 0a2464c

Please sign in to comment.