Skip to content

Commit

Permalink
build: match resolutions to agoric-upgrade-14
Browse files Browse the repository at this point in the history
... to avoid duplicate modules in mint (sell...) contract
  • Loading branch information
dckc committed Mar 7, 2024
1 parent f649c16 commit 0ded3d3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
],
"resolutions-note": "work-around for https://github.com/Agoric/agoric-sdk/issues/8621",
"resolutions": {
"ses": "1.3.0",
"ses": "0.18.4",
"@agoric/assert": "0.6.1-u11wf.0",
"@agoric/ertp": "0.16.3-u14.0",
"@agoric/store": "0.9.3-u14.0",
"@agoric/xsnap": "0.14.3-u14.0",
"@agoric/vat-data": "0.5.3-u14.0",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/captp": "3.1.1",
"@endo/compartment-mapper": "0.8.4",
Expand All @@ -31,9 +36,7 @@
"@endo/check-bundle": "0.2.18",
"@endo/ses-ava": "0.2.40",
"@endo/netstring": "0.3.26",
"@endo/stream-node": "0.2.26",
"@babel/code-frame": "7.18.6",
"@babel/highlight": "7.22.5"
"@endo/stream-node": "0.2.26"
},
"scripts": {
"start:docker": "cd contract && docker compose up -d",
Expand Down

0 comments on commit 0ded3d3

Please sign in to comment.