Skip to content

Commit

Permalink
Merge pull request #27 from Agoric/ta/yarn-4.0.2
Browse files Browse the repository at this point in the history
bump Yarn to 4.0.2
  • Loading branch information
turadg authored Nov 14, 2023
2 parents 7faad5a + dd2c874 commit 3ed7ca8
Show file tree
Hide file tree
Showing 9 changed files with 2,358 additions and 1,326 deletions.
2 changes: 1 addition & 1 deletion proposals/34:upgrade-10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
"packageManager": "yarn@4.0.1"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion proposals/43:upgrade-11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
"packageManager": "yarn@4.0.1"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion proposals/49:smart-wallet-nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"ava": {
"timeout": "30s"
},
"packageManager": "yarn@4.0.1"
"packageManager": "yarn@4.0.2"
}
1 change: 1 addition & 0 deletions proposals/53:kread-start/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions proposals/53:kread-start/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"type": "module",
"license": "Apache-2.0",
"devDependencies": {},
"dependencies": {
"@endo/zip": "^0.2.35",
"ava": "^5.3.1",
Expand All @@ -14,5 +13,6 @@
},
"ava": {
"timeout": "300s"
}
},
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 3ed7ca8

Please sign in to comment.