Skip to content

Commit

Permalink
chore(deps): update yarn to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent db87147 commit 0f6a498
Show file tree
Hide file tree
Showing 5 changed files with 928 additions and 897 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.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
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-jest": "29.2.4",
"typescript": "5.1.6"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-federation-subgraph-compatibility",
"version": "1.0.0",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"test:docker": "yarn build && fedtest docker --compose docker-compose.yml --schema schema.graphql",
Expand Down

0 comments on commit 0f6a498

Please sign in to comment.