Skip to content

Commit

Permalink
chore: use corepack yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Nov 19, 2024
1 parent fde1513 commit d55280c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 940 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ dist

# yarn v2
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/patches
!.yarn/versions
Expand Down
934 changes: 0 additions & 934 deletions .yarn/releases/yarn-4.5.1.cjs

This file was deleted.

6 changes: 2 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ packageExtensions:
pkg-conf: ^3.0.0
chalk@5.0.1:
dependencies:
"#ansi-styles": "npm:ansi-styles@6.1.0"
"#supports-color": "npm:supports-color@9.2.2"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
"#ansi-styles": npm:ansi-styles@6.1.0
"#supports-color": npm:supports-color@9.2.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
},
"packageManager": "yarn@4.5.1",
"volta": {
"node": "22.9.0"
"node": "22.11.0"
}
}

0 comments on commit d55280c

Please sign in to comment.