From 5fa29237e77b3ae22bf145d5bfaa05b5843b5d7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:31:20 +0000 Subject: [PATCH] biome: Update to version 1.8.2 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index 7c8f4ed92f..7c519ec3b6 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.8.1", + "version": "1.8.2", "description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.", "homepage": "https://biomejs.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.8.1/biome-win32-x64.exe#/biome.exe", - "hash": "ae12100af43da3c188b59889baf2f7a9748dc62fb3eff15f48feb082351e288c" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.8.2/biome-win32-x64.exe#/biome.exe", + "hash": "cffd0c862eb02b0c574a550ac47c213e0d48121fee23ffcaee4098de08cbdab8" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.8.1/biome-win32-arm64.exe#/biome.exe", - "hash": "e865748ffeee8c81f4556a60d389c631eb6c93d29875006524f422024f3a174a" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.8.2/biome-win32-arm64.exe#/biome.exe", + "hash": "ea3c0de73e3f7aa1b95cf5e26694a5427914771e2f47f7b5e5742a16c19088e1" } }, "bin": "biome.exe",