Skip to content

Commit 5833035

Browse files
committed
fix: install exact prettier dev dependency
CI keeps changing prettier's SCSS formatting. Specify the exact version of prettier that it was first installed with, to maintain a consistent style. Previously, it was only installed as a transitive dependency.
1 parent c2063b8 commit 5833035

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

bun.lockb

344 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"laravel-vite-plugin": "^1.1.1",
26+
"prettier": "3.3.3",
2627
"prettier-plugin-blade": "2.0.0",
2728
"pusher-js": "^8.4.0",
2829
"vite": "^6.0.6",

0 commit comments

Comments
 (0)