From 7e1c7096ce1cdb9e32fcc8e2ca33e35d482fc8a2 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sun, 20 Jul 2025 12:28:11 +0200 Subject: [enh] theme/simple: package.json revision Set minor versioning for most of the packages that iterate fast or we know won't cause problems, and fixed versioning for the rest. Packages going into bundles should be placed in "dependencies". The inspection of prod bundles is necessary. Although it does not make a lot of sense right now, it will be useful in later PR and will give us a reference to start with. --- client/simple/biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/simple/biome.json') diff --git a/client/simple/biome.json b/client/simple/biome.json index 5f27799c1..1c0769fe9 100644 --- a/client/simple/biome.json +++ b/client/simple/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json", + "$schema": "https://biomejs.dev/schemas/2.1.2/schema.json", "files": { "includes": ["**", "!dist/**", "!node_modules/**"], "ignoreUnknown": true -- cgit v1.2.3