From 6eba2fd22ff2dacdeff90328692e706d27d06d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:26:31 +0000 Subject: [PATCH] Bump the tooling group with 2 updates Bumps the tooling group with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `@biomejs/biome` from 2.4.15 to 2.4.16 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.16/packages/@biomejs/biome) Updates `lint-staged` from 17.0.2 to 17.0.7 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v17.0.2...v17.0.7) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling - dependency-name: lint-staged dependency-version: 17.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tooling ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d03ccff..4d979d7 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,13 @@ "prepare": "husky" }, "devDependencies": { - "@biomejs/biome": "2.4.15", + "@biomejs/biome": "2.4.16", "@tailwindcss/vite": "4.2.1", "@types/bun": "1.3.5", "@types/node": "24.1.0", "@vitejs/plugin-react": "6.0.1", "husky": "9.1.7", - "lint-staged": "17.0.2", + "lint-staged": "17.0.7", "tailwindcss": "4.2.4", "typescript": "6.0.3", "vite": "8.0.10"