mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 22:57:17 +01:00
chore(dependencies): remove unnecessary exception for no-extraneous-dependencies
- react native dependencies are currently bundled in suite destkop anyway, we have to fix it in some other way
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
"prepublish": "yarn tsx ../../scripts/prepublish.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo-localization": "^14.1.1",
|
||||
"react-native": "0.71.8",
|
||||
"react-native-config": "^1.5.0",
|
||||
"ua-parser-js": "^1.0.35"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies -- react-native and expo-localization have been excluded from the package.json file as a workaround, ensuring that they are not bundled with the suite-desktop app */
|
||||
|
||||
import { Dimensions, Platform } from 'react-native';
|
||||
import Config from 'react-native-config';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user