chore
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

This commit is contained in:
Fredrik Burmester
2025-07-10 15:34:33 +02:00
parent bc7c612cca
commit a2cbc722c7
2 changed files with 4 additions and 4 deletions

View File

@@ -123,7 +123,7 @@
"@types/uuid": "^10.0.0",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"lint-staged": "^16.1.2",
"postinstall-postinstall": "^2.1.0",
"react-test-renderer": "19.0.0",
"typescript": "~5.7.3"
@@ -140,7 +140,7 @@
"*.{js,jsx,ts,tsx}": [
"biome check --write --unsafe"
],
"*.{json}": [
"*.json": [
"biome format --write"
]
}