Merge pull request #20 from stevedylandev/fix/biome-setup a0836689
fix: bump biome and update schema version to match
Steve Simkins · 2025-09-20 19:27 2 file(s) · +2 −2
package.json +1 −1
35 35
	"author": "Steve Simkins",
36 36
	"license": "MIT",
37 37
	"devDependencies": {
38 -
		"@biomejs/biome": "2.1.1",
38 +
		"@biomejs/biome": "2.2.4",
39 39
		"@types/degit": "^2.8.6",
40 40
		"@types/figlet": "^1.7.0",
41 41
		"@types/fs-extra": "^11.0.4",
src/lib/setup-biome.ts +1 −1
35 35
		// Create biome.json in the root of the project
36 36
		spinner.text = "Creating biome.json...";
37 37
		const biomeConfig = {
38 -
			$schema: "https://biomejs.dev/schemas/1.7.3/schema.json",
38 +
			$schema: "https://biomejs.dev/schemas/2.2.4/schema.json",
39 39
			vcs: {
40 40
				enabled: true,
41 41
				clientKind: "git",