Removed upstreamed patch (#298)

* Removed upstreamed patch

* Removed styled-components patch

* Moved lint to pnpm
This commit is contained in:
Kris
2025-08-06 10:19:20 -04:00
committed by GitHub
parent 3afe403f4c
commit d46cbc1fd3
6 changed files with 15 additions and 160 deletions

View File

@@ -8,8 +8,7 @@
"ios": "react-native run-ios --scheme \"Fintunes\"",
"start": "react-native start",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx && tsc --noEmit",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"postinstall": "patch-package"
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@d11/react-native-fast-image": "^8.9.2",
@@ -51,7 +50,7 @@
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.17"
"styled-components": "^6.1.19"
},
"devDependencies": {
"@babel/core": "^7.27.1",
@@ -73,7 +72,6 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"metro-react-native-babel-transformer": "^0.77.0",
"patch-package": "^8.0.0",
"react-native-svg-transformer": "^1.5.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3"