From 152a82d74154395b70b05f44acad09e16ddf3fc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:33:03 +0000 Subject: [PATCH] biome: Update to version 1.1.0 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index c91b1b5e8d..8e53e66236 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.0.0", + "version": "1.1.0", "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.0.0/biome-win32-x64.exe#/biome.exe", - "hash": "09c7e30ebd00da2ba26de88d4a3c404932b84838fb441a1fe9ba725e481c78b4" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.1.0/biome-win32-x64.exe#/biome.exe", + "hash": "33e4ccf95fa48f0d7e8edee6fc4926dd2c30d8604843c53d52d9e9a3bc9f503b" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.0.0/biome-win32-arm64.exe#/biome.exe", - "hash": "31edc423a5845a58581a94ec3a4713c8e8273ce45b31cee6410466b6387a51d9" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.1.0/biome-win32-arm64.exe#/biome.exe", + "hash": "f8e221f704125d3bbcf3200d5e32a12bfb6e04975fea042fdba38496c93224a2" } }, "bin": "biome.exe",