From 8856f6cdca0712a867e410f994121097dee4a53e Mon Sep 17 00:00:00 2001 From: martin veillette Date: Sun, 14 Jun 2026 15:21:44 -0400 Subject: [PATCH] docs: bump Biome version in README tech-stack table to ^2.5 Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e092da..afd956a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ New sims start at `version: "0.0.0"` in `package.json`. Bump only when cutting a | [SceneryStack](https://scenerystack.org/) | ^3.0.0 | Simulation framework | | [Vite](https://vitejs.dev/) | ^8 | Build tool + dev server | | [TypeScript](https://www.typescriptlang.org/) | ^6 | Type-safe JavaScript | -| [Biome](https://biomejs.dev/) | ^2.4 | Linting + formatting | +| [Biome](https://biomejs.dev/) | ^2.5 | Linting + formatting | | [vite-plugin-pwa](https://vite-pwa-org.netlify.app/) | ^1 | PWA + service worker | ## License