mirror of
https://github.com/graphql-hive/console
synced 2026-05-15 05:08:26 +00:00
Why? Few reasons: - tsup treats dependencies as external code and does not bundle them - without dependencies turborepo will always serve stale code when some of dependencies changed Moving internal dependencies to devDependencies makes tsup treat them as non-external and turborepo still keep tracks of relations
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"name": "@hive/usage-common",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graphql": "16.5.0"
|
|
}
|
|
}
|