From a2cbc722c742b2df2b11854cec921c680fa4e518 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Thu, 10 Jul 2025 15:34:33 +0200 Subject: [PATCH] chore --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 5e008416..f5c684d1 100644 --- a/bun.lock +++ b/bun.lock @@ -109,7 +109,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", @@ -1517,7 +1517,7 @@ "lines-and-columns": ["lines-and-columns@1.2.4", "", {}, "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="], - "lint-staged": ["lint-staged@16.1.0", "", { "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "debug": "^4.4.1", "lilconfig": "^3.1.3", "listr2": "^8.3.3", "micromatch": "^4.0.8", "nano-spawn": "^1.0.2", "pidtree": "^0.6.0", "string-argv": "^0.3.2", "yaml": "^2.8.0" }, "bin": { "lint-staged": "bin/lint-staged.js" } }, "sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ=="], + "lint-staged": ["lint-staged@16.1.2", "", { "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "debug": "^4.4.1", "lilconfig": "^3.1.3", "listr2": "^8.3.3", "micromatch": "^4.0.8", "nano-spawn": "^1.0.2", "pidtree": "^0.6.0", "string-argv": "^0.3.2", "yaml": "^2.8.0" }, "bin": { "lint-staged": "bin/lint-staged.js" } }, "sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q=="], "listr2": ["listr2@8.3.3", "", { "dependencies": { "cli-truncate": "^4.0.0", "colorette": "^2.0.20", "eventemitter3": "^5.0.1", "log-update": "^6.1.0", "rfdc": "^1.4.1", "wrap-ansi": "^9.0.0" } }, "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ=="], diff --git a/package.json b/package.json index a8f13e7b..96c7da99 100644 --- a/package.json +++ b/package.json @@ -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" ] }