Skip to content

Commit

Permalink
chore: Upgrade yarn to 4.5.1 (#458)
Browse files Browse the repository at this point in the history
### Description

Upgrade to use the same yarn version as the monorepo

### Backward compatibility

Yes
  • Loading branch information
jmrossy authored Jan 4, 2025
1 parent fac1e34 commit 69f3abb
Show file tree
Hide file tree
Showing 6 changed files with 2,072 additions and 2,026 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-papayas-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Upgrade yarn to 4.5.1
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enableScripts: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
"version:prepare": "yarn changeset version && yarn install --no-immutable",
"version:check": "yarn changeset status"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit 69f3abb

Please sign in to comment.