Skip to content

Commit

Permalink
build: lock down endo package versions (WIP)
Browse files Browse the repository at this point in the history
to avoid a huge bundle
Agoric/agoric-sdk#8621 (comment)
  • Loading branch information
dckc committed Dec 29, 2023
1 parent 33f5dde commit fef70ae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
"@agoric/deploy-script-support": "^0.10.4-u13.0",
"@agoric/vats": "^0.15.2-u13.0"
},
"resolutions": {
"@babel/code-frame": "7.18.6",
"@babel/highlight": "7.22.5"
},
"ava": {
"files": [
"test/**/test-*.js"
Expand Down
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,28 @@
"@typescript-eslint/parser": "^5.55.0"
},
"resolutions": {
"ses": "0.18.4",
"@endo/bundle-source": "2.5.2-upstream-rollup",
"@endo/captp": "3.1.1",
"@endo/compartment-mapper": "0.8.4",
"@endo/far": "0.2.18",
"@endo/init": "0.5.56",
"@endo/marshal": "0.8.5",
"@endo/nat": "4.1.27",
"@endo/promise-kit": "0.2.56",
"@endo/lockdown": "0.1.28",
"@endo/import-bundle": "0.3.4",
"@endo/base64": "0.2.31",
"@endo/zip": "0.2.31",
"@endo/eventual-send": "0.17.2",
"@endo/patterns": "0.2.2",
"@endo/stream": "0.3.25",
"@endo/exo": "0.2.2",
"@endo/pass-style": "0.1.3",
"@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"
},
Expand Down

0 comments on commit fef70ae

Please sign in to comment.