Skip to content

Commit 6203df1

Browse files
committed
chore: ignore entire .yarn directory and update yarn to 4.12.0
- Simplify .gitignore to ignore all of .yarn (removes binary from repo) - Update yarn from 4.11.0 to 4.12.0 via corepack
1 parent 83b218d commit 6203df1

3 files changed

Lines changed: 2 additions & 942 deletions

File tree

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ node_modules
22
dist
33
coverage
44
.idea
5-
.yarn/*
6-
!.yarn/patches
7-
!.yarn/plugins
8-
!.yarn/releases
9-
!.yarn/sdks
10-
!.yarn/versions
5+
.yarn
116
.turbo
127
.DS_Store
138

.yarn/releases/yarn-4.7.0.cjs

Lines changed: 0 additions & 935 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@
9797
"engines": {
9898
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
9999
},
100-
"packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54"
100+
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
101101
}

0 commit comments

Comments
 (0)