Skip to content

Commit

Permalink
chore: update to yarn 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Willgg authored and st2dii0 committed May 19, 2022
1 parent c388fc9 commit 96bc553
Show file tree
Hide file tree
Showing 4 changed files with 25,461 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-app:start": "yarn workspace @tandem/react-app start",
"react-app:test": "yarn workspace @tandem/react-app test"
},
"packageManager": "yarn@3.1.1",
"packageManager": "yarn@3.2.1",
"workspaces": {
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
]
},
"dependencies": {
"@tandem/hardhat": "^1.0.0",
"@apollo/client": "^3.5.10",
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.0",
"@tandem/hardhat": "^1.0.0",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
Expand Down
Loading

0 comments on commit 96bc553

Please sign in to comment.