mirror of
https://github.com/HDInnovations/UNIT3D.git
synced 2026-01-31 01:35:31 +01:00
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.
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"laravel-vite-plugin": "^1.1.1",
|
||||
"vite-plugin-static-copy": "^2.2.0",
|
||||
"prettier": "3.3.3",
|
||||
"prettier-plugin-blade": "2.0.0",
|
||||
"vite": "^6.0.6"
|
||||
"vite": "^6.0.6",
|
||||
"vite-plugin-static-copy": "^2.2.0"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user