From e0c2d93e14e73935ae3b98add42a30e62c7b25cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:30:08 +0000 Subject: [PATCH] biome: Update to version 1.2.0 --- bucket/biome.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/biome.json b/bucket/biome.json index 0077174cbd..0474d75c3d 100644 --- a/bucket/biome.json +++ b/bucket/biome.json @@ -1,16 +1,16 @@ { - "version": "1.1.2", + "version": "1.2.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.1.2/biome-win32-x64.exe#/biome.exe", - "hash": "a5126aebb4366bb69ab32a3ae119b950ebba739feace6f68f4309cfaf7156063" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.2.0/biome-win32-x64.exe#/biome.exe", + "hash": "14b4c413c431b60d290ed371731f8949a3a97f063f59897374fd8f640d7fc8b5" }, "arm64": { - "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.1.2/biome-win32-arm64.exe#/biome.exe", - "hash": "32da1639cf2c8d71b37084b872d258a17583e33a0880edd2e0efceb29a4a5165" + "url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.2.0/biome-win32-arm64.exe#/biome.exe", + "hash": "76786255d8f7d8c5af20d9ef4252d10f4be26e51d07754ce64480dca1a3806fd" } }, "bin": "biome.exe",