Skip to content

Commit

Permalink
fix: Move dataloader to a devDependency. (#877)
Browse files Browse the repository at this point in the history
Only a small minority of users (if any) need the dataloader
dependency for client-side de-N+1-ing of RPC calls.
  • Loading branch information
stephenh authored Jul 12, 2023
1 parent bb5b2fc commit dbe1a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@
"@tsconfig/strictest": "^2.0.1",
"@types/jest": "^29.5.2",
"@types/node": "^16.18.38",
"@types/object-hash": "^3.0.2",
"chokidar": "^3.5.3",
"dataloader": "^1.4.0",
"jest": "^29.5.0",
"jest-ts-webcompat-resolver": "^1.0.0",
"mongodb": "^4.3.0",
"nice-grpc": "^2.1.4",
"object-hash": "^3.0.0",
"prettier": "^2.8.8",
"protobufjs-cli": "^1.1.1",
"reflect-metadata": "^0.1.13",
Expand All @@ -62,10 +65,7 @@
"uglify-js": "^3.17.4"
},
"dependencies": {
"@types/object-hash": "^3.0.2",
"case-anything": "^2.1.10",
"dataloader": "^1.4.0",
"object-hash": "^3.0.0",
"protobufjs": "^7.2.4",
"ts-poet": "^6.4.1",
"ts-proto-descriptors": "1.11.0"
Expand Down

0 comments on commit dbe1a96

Please sign in to comment.