Remove yarn package from dependencies
The yarn package, previously a dependency, has been removed from both pnpm-lock.yaml and package.json files. The removal is consistent across the application and the lockfile, ensuring that yarn will not be installed or used in any part of the project.
This commit is contained in:
@@ -38,8 +38,7 @@
|
||||
"pnpm": "^9.4.0",
|
||||
"prettier": "^3.3.2",
|
||||
"turbo": "2.0.4",
|
||||
"typescript": "^5.4.5",
|
||||
"yarn": "^1.22.22"
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
||||
Reference in New Issue
Block a user