Skip to content

Commit

Permalink
Merge pull request #8873 from Agoric/ta/bump-a3p
Browse files Browse the repository at this point in the history
bump a3p
  • Loading branch information
mergify[bot] authored Feb 9, 2024
2 parents 4058117 + 1a7d9b3 commit 592f960
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 439 deletions.
6 changes: 3 additions & 3 deletions a3p-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"private": true,
"agoricSyntheticChain": {
"fromTag": "main"
"fromTag": "latest"
},
"scripts": {
"build": "./node_modules/.bin/synthetic-chain build",
"test": "./node_modules/.bin/synthetic-chain test",
"doctor": "./node_modules/.bin/synthetic-chain doctor"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.0.4-3",
"@agoric/synthetic-chain": "^0.0.5-3",
"tsx": "^4.7.0"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"license": "Apache-2.0"
}
4 changes: 2 additions & 2 deletions a3p-integration/proposals/a:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.4-3",
"@agoric/synthetic-chain": "^0.0.5-3",
"ava": "^5.3.1"
},
"scripts": {
"agops": "yarn --cwd /usr/src/agoric-sdk/ --silent agops"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 592f960

Please sign in to comment.