Update package json from expo doctor update (#846)
Some checks are pending
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run

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 GitHub
parent 073110fac9
commit ef0880695e
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"