Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent f55806b commit 429dbda
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 362 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .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 @@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch",
"typescript": "5.6.3"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}
2 changes: 1 addition & 1 deletion docs/snippets/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch",
"typescript": "5.6.3"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"renovate-config-algolia": "2.2.0",
"typescript": "5.6.3"
},
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@4.5.1",
"engines": {
"node": "^20.0.0",
"yarn": "^4.0.0"
Expand Down

0 comments on commit 429dbda

Please sign in to comment.