You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove duplicate dataloader dependency from indexer-agent
- dataloader is already declared in indexer-common package.json
- indexer-agent gets dataloader through its indexer-common dependency
- resolves version conflict between exact (2.2.2) and range (^2.2.2)
0 commit comments