Update package json from expo doctor update (#846)

Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local>
This commit is contained in:
Alex
2025-07-12 04:38:16 +10:00
committed by Alex Kim
parent a40dfd0d6f
commit 8f943786af
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/material-top-tabs": "^7.1.0",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "1.8.3",
"@shopify/flash-list": "1.7.3",
"@tanstack/react-query": "^5.66.0",
"add": "^2.0.6",
"axios": "^1.7.9",
@@ -138,7 +138,7 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"biome check --write --unsafe"
"biome check --write --unsafe --no-errors-on-unmatched"
],
"*.json": [
"biome format --write"