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:
Matej Kriz
2023-06-28 14:26:36 +02:00
committed by Matěj Kříž
parent 00ada8a7d8
commit 21f1424b01
3 changed files with 4 additions and 2 deletions

View File

@@ -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"
},

View File

@@ -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';

View File

@@ -8187,6 +8187,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/env-utils@workspace:packages/env-utils"
dependencies:
expo-localization: ^14.1.1
react-native: 0.71.8
react-native-config: ^1.5.0
rimraf: ^5.0.1
tsx: ^3.12.7