ultracite 4.2.10 → 4.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scripts/run.mjs +1 -1
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  "type": "git",
40
40
  "url": "git+https://github.com/haydenbleasel/ultracite.git"
41
41
  },
42
- "version": "4.2.10",
42
+ "version": "4.2.12",
43
43
  "devDependencies": {
44
44
  "@biomejs/biome": "1.9.4"
45
45
  },
package/scripts/run.mjs CHANGED
@@ -72,7 +72,7 @@ program
72
72
  }
73
73
 
74
74
  // Install dependencies
75
- execSync('pnpm add -D --save-exact ultracite @biomejs/biome');
75
+ execSync('pnpm add -D --save-exact ultracite @biomejs/biome@1.9.4');
76
76
 
77
77
  // Write the config files
78
78
  execSync('mkdir -p .vscode');