Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export default [
'src/components/modals/SwapVerifyTermsModal.tsx',
'src/components/modals/TextInputModal.tsx',
'src/components/modals/TransferModal.tsx',
'src/components/modals/WalletListMenuModal.tsx',

'src/components/modals/WalletListSortModal.tsx',
'src/components/modals/WcSmartContractModal.tsx',
Expand Down Expand Up @@ -252,7 +251,6 @@ export default [
'src/components/scenes/DuressModeHowToScene.tsx',
'src/components/scenes/DuressModeSettingScene.tsx',

'src/components/scenes/EditTokenScene.tsx',
'src/components/scenes/ExtraTabScene.tsx',

'src/components/scenes/Fio/FioAddressListScene.tsx',
Expand All @@ -275,13 +273,11 @@ export default [
'src/components/scenes/LoadingScene.tsx',
'src/components/scenes/Loans/LoanCloseScene.tsx',

'src/components/scenes/Loans/LoanCreateScene.tsx',
'src/components/scenes/Loans/LoanDashboardScene.tsx',
'src/components/scenes/Loans/LoanDetailsScene.tsx',
'src/components/scenes/Loans/LoanManageScene.tsx',
'src/components/scenes/Loans/LoanStatusScene.tsx',

'src/components/scenes/ManageTokensScene.tsx',
'src/components/scenes/MigrateWalletCalculateFeeScene.tsx',
'src/components/scenes/MigrateWalletCompletionScene.tsx',

Expand Down Expand Up @@ -478,7 +474,6 @@ export default [
'src/reducers/ExchangeInfoReducer.ts',
'src/reducers/NetworkReducer.ts',

'src/selectors/getCreateWalletList.ts',
'src/selectors/SettingsSelectors.ts',
'src/state/createStateProvider.tsx',
'src/state/SceneFooterState.tsx',
Expand All @@ -492,8 +487,6 @@ export default [
'src/util/crypto.ts',
'src/util/CryptoAmount.ts',
'src/util/cryptoTextUtils.ts',
'src/util/CurrencyInfoHelpers.ts',
'src/util/CurrencyWalletHelpers.ts',

'src/util/exchangeRates.ts',

Expand All @@ -510,7 +503,6 @@ export default [
'src/util/otpReminder.tsx',
'src/util/scaling.ts',
'src/util/show-confetti.ts',
'src/util/stakeUtils.ts',

'src/util/ukComplianceUtils.ts',
'src/util/utils.ts',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"deprecated-react-native-prop-types": "^5.0.0",
"detect-bundler": "^1.1.0",
"disklet": "^0.5.2",
"edge-core-js": "^2.43.1",
"edge-core-js": "file:../edge-core-js",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Local file path dependency accidentally committed

High Severity

The edge-core-js dependency was changed from a versioned npm package (^2.43.1) to a local file path (file:../edge-core-js). This breaks builds for anyone who doesn't have a sibling edge-core-js checkout and will fail in CI. The resolved version in yarn.lock also downgraded from 2.43.1 to 2.42.0.

Additional Locations (1)

Fix in Cursor Fix in Web

"edge-currency-accountbased": "^4.75.2",
"edge-currency-monero": "^2.2.0",
"edge-currency-plugins": "^3.8.11",
Expand Down
Loading
Loading