Skip to content

Commit

Permalink
chore: fix 'yarn update-project-references'
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed Nov 7, 2024
1 parent 0212041 commit d5cbbd0
Show file tree
Hide file tree
Showing 33 changed files with 72 additions and 15 deletions.
1 change: 1 addition & 0 deletions packages/blockchain-link-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{ "path": "../env-utils" },
{ "path": "../utils" },
{ "path": "../blockchain-link-types" },
{ "path": "../eslint" },
{ "path": "../type-utils" }
]
}
3 changes: 3 additions & 0 deletions packages/blockchain-link-utils/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
{
"path": "../blockchain-link-types"
},
{
"path": "../eslint"
},
{
"path": "../type-utils"
}
Expand Down
1 change: 1 addition & 0 deletions packages/blockchain-link/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{ "path": "../utils" },
{ "path": "../utxo-lib" },
{ "path": "../e2e-utils" },
{ "path": "../eslint" },
{ "path": "../type-utils" }
]
}
3 changes: 3 additions & 0 deletions packages/blockchain-link/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
{
"path": "../e2e-utils"
},
{
"path": "../eslint"
},
{
"path": "../type-utils"
}
Expand Down
1 change: 1 addition & 0 deletions packages/coinjoin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{ "path": "../blockchain-link" },
{ "path": "../blockchain-link-types" },
{ "path": "../blockchain-link-utils" },
{ "path": "../eslint" },
{ "path": "../utils" },
{ "path": "../utxo-lib" }
]
Expand Down
3 changes: 2 additions & 1 deletion packages/connect-explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{ "path": "../protobuf" },
{ "path": "../schema-utils" },
{ "path": "../theme" },
{ "path": "../utils" }
{ "path": "../utils" },
{ "path": "../eslint" }
]
}
3 changes: 2 additions & 1 deletion packages/connect-iframe/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{ "path": "../connect" },
{ "path": "../connect-analytics" },
{ "path": "../connect-common" },
{ "path": "../env-utils" }
{ "path": "../env-utils" },
{ "path": "../eslint" }
]
}
5 changes: 4 additions & 1 deletion packages/connect-plugin-stellar/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "./libDev" },
"include": ["."],
"references": [{ "path": "../utils" }]
"references": [
{ "path": "../utils" },
{ "path": "../eslint" }
]
}
3 changes: 3 additions & 0 deletions packages/connect-plugin-stellar/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"references": [
{
"path": "../utils"
},
{
"path": "../eslint"
}
]
}
1 change: 1 addition & 0 deletions packages/connect-popup/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{ "path": "../device-utils" },
{ "path": "../transport" },
{ "path": "../urls" },
{ "path": "../eslint" },
{ "path": "../node-utils" },
{ "path": "../trezor-user-env-link" },
{ "path": "../utils" }
Expand Down
3 changes: 2 additions & 1 deletion packages/connect-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"references": [
{ "path": "../connect" },
{ "path": "../connect-common" },
{ "path": "../utils" }
{ "path": "../utils" },
{ "path": "../eslint" }
]
}
3 changes: 3 additions & 0 deletions packages/connect-web/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
},
{
"path": "../utils"
},
{
"path": "../eslint"
}
]
}
1 change: 1 addition & 0 deletions packages/connect-webextension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{ "path": "../connect-common" },
{ "path": "../connect-web" },
{ "path": "../utils" },
{ "path": "../eslint" },
{ "path": "../node-utils" },
{ "path": "../trezor-user-env-link" }
]
Expand Down
3 changes: 3 additions & 0 deletions packages/connect-webextension/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
{
"path": "../utils"
},
{
"path": "../eslint"
},
{
"path": "../node-utils"
},
Expand Down
1 change: 1 addition & 0 deletions packages/connect/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{ "path": "../transport" },
{ "path": "../utils" },
{ "path": "../utxo-lib" },
{ "path": "../eslint" },
{ "path": "../trezor-user-env-link" }
]
}
3 changes: 3 additions & 0 deletions packages/connect/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
{
"path": "../utxo-lib"
},
{
"path": "../eslint"
},
{
"path": "../trezor-user-env-link"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/product-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{ "path": "../react-utils" },
{ "path": "../theme" },
{ "path": "../urls" },
{ "path": "../utils" }
{ "path": "../utils" },
{ "path": "../eslint" }
]
}
2 changes: 1 addition & 1 deletion packages/schema-utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": []
"references": [{ "path": "../eslint" }]
}
6 changes: 5 additions & 1 deletion packages/schema-utils/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"outDir": "lib"
},
"include": ["./src"],
"references": []
"references": [
{
"path": "../eslint"
}
]
}
3 changes: 2 additions & 1 deletion packages/suite-build/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"path": "../../suite-common/suite-config"
},
{ "path": "../suite" }
{ "path": "../suite" },
{ "path": "../eslint" }
]
}
1 change: 1 addition & 0 deletions packages/suite-storage/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"include": [".", "**/*.json"],
"references": [
{ "path": "../env-utils" },
{ "path": "../eslint" },
{ "path": "../utils" }
]
}
1 change: 1 addition & 0 deletions packages/suite-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
{ "path": "../e2e-utils" },
{ "path": "../env-utils" },
{ "path": "../eslint" },
{ "path": "../protobuf" },
{ "path": "../suite-analytics" },
{ "path": "../transport" },
Expand Down
3 changes: 2 additions & 1 deletion packages/suite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
{ "path": "../theme" },
{ "path": "../type-utils" },
{ "path": "../urls" },
{ "path": "../utils" }
{ "path": "../utils" },
{ "path": "../eslint" }
]
}
1 change: 1 addition & 0 deletions packages/transport-test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"references": [
{ "path": "../eslint" },
{ "path": "../protobuf" },
{ "path": "../transport" },
{ "path": "../transport-bridge" },
Expand Down
1 change: 1 addition & 0 deletions packages/transport/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{ "path": "../protobuf" },
{ "path": "../protocol" },
{ "path": "../utils" },
{ "path": "../eslint" },
{ "path": "../trezor-user-env-link" }
]
}
3 changes: 3 additions & 0 deletions packages/transport/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
{
"path": "../utils"
},
{
"path": "../eslint"
},
{
"path": "../trezor-user-env-link"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"outDir": "./libDev"
},
"include": ["."],
"references": []
"references": [{ "path": "../eslint" }]
}
6 changes: 5 additions & 1 deletion packages/utils/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"outDir": "lib"
},
"include": ["./src"],
"references": []
"references": [
{
"path": "../eslint"
}
]
}
5 changes: 4 additions & 1 deletion packages/utxo-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": { "outDir": "./libDev" },
"include": ["."],
"references": [{ "path": "../utils" }]
"references": [
{ "path": "../utils" },
{ "path": "../eslint" }
]
}
3 changes: 3 additions & 0 deletions packages/utxo-lib/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"references": [
{
"path": "../utils"
},
{
"path": "../eslint"
}
]
}
4 changes: 3 additions & 1 deletion scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"extends": "../tsconfig.base.json",
"compilerOptions": { "outDir": "libDev" },
"include": [".", "**/*.json"],
"references": []
"references": [
{ "path": "../packages/eslint" }
]
}
3 changes: 2 additions & 1 deletion suite-native/react-native-graph/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"references": [
{
"path": "../../suite-common/suite-utils"
}
},
{ "path": "../../packages/eslint" }
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
},
{ "path": "packages/crypto-utils" },
{ "path": "packages/device-utils" },
{ "path": "packages/eslint" },
{ "path": "packages/dom-utils" },
{ "path": "packages/e2e-utils" },
{ "path": "packages/env-utils" },
{ "path": "packages/eslint" },
{ "path": "packages/ipc-proxy" },
{ "path": "packages/node-utils" },
{ "path": "packages/product-components" },
Expand Down

0 comments on commit d5cbbd0

Please sign in to comment.