Skip to content

Commit

Permalink
chore: update package deps/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jan 8, 2025
1 parent c3c9a15 commit eb2d98b
Show file tree
Hide file tree
Showing 8 changed files with 17,985 additions and 12,769 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ dist-ssr
# Synpress directories and files
screenshots
videos
contract/,tx.json
contract/start-offer-up-plan.json
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
Empty file removed _agstate/.keep
Empty file.
19 changes: 0 additions & 19 deletions _agstate/agoric-servers/package.json

This file was deleted.

24 changes: 17 additions & 7 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,22 @@
"typescript": "~5.2.2"
},
"dependencies": {
"@agoric/zone": "0.2.3-u12.0",
"@agoric/ertp": "^0.16.3-u12.0",
"@agoric/zoe": "^0.26.3-u12.0",
"@endo/far": "^0.2.22",
"@endo/marshal": "^0.8.9",
"@endo/patterns": "^0.2.5"
"@agoric/ertp": "^0.16.3-u18.0",
"@agoric/governance": "^0.10.4-u17.1",
"@agoric/internal": "^0.4.0-u18.0",
"@agoric/orchestration": "0.2.0-u18.0",
"@agoric/store": "^0.9.3-u18.0",
"@agoric/time": "^0.3.3-u18.0",
"@agoric/vat-data": "^0.5.3-u18.0",
"@agoric/vats": "^0.16.0-u18.0",
"@agoric/zoe": "^0.26.3-u18.0",
"@agoric/zone": "^0.3.0-u18.1",
"@endo/bundle-source": "^3.4.0",
"@endo/errors": "^1.2.7",
"@endo/far": "^1.1.8",
"@endo/init": "^1.1.3",
"@endo/marshal": "^1.6.1",
"@endo/patterns": "^1.4.6"
},
"ava": {
"files": [
Expand Down Expand Up @@ -84,4 +94,4 @@
"arrowParens": "avoid",
"singleQuote": true
}
}
}
31 changes: 2 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,6 @@
"ui"
],
"resolutions-note": "work-around for https://github.com/Agoric/agoric-sdk/issues/8621",
"resolutions": {
"ses": "1.7.0",
"@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": "1.5.2",
"@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": "1.2.4",
"@endo/patterns": "1.4.2",
"@endo/stream": "0.3.25",
"@endo/exo": "1.5.2",
"@endo/pass-style": "1.4.2",
"@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"
},
"scripts": {
"start:docker": "cd contract && docker compose up -d",
"docker:logs": "cd contract; docker compose logs --tail 200 -f",
Expand All @@ -57,6 +31,5 @@
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-ui-testing": "^2.0.1",
"serve": "^14.2.1"
},
"dependencies": {}
}
}
}
9 changes: 3 additions & 6 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"@agoric/rpc": "0.9.1-dev-f471a83.0",
"@agoric/store": "^0.9.2",
"@agoric/ui-components": "^0.9.0",
"@agoric/web-components": "^0.15.0",
"@agoric/web-components": "^0.16.0",
"@agoric/zoe": "^0.26.3-u18.0",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
Expand All @@ -43,13 +44,9 @@
"vitest": "^1.2.1",
"zustand": "^4.4.1"
},
"resolutions": {
"**/ses": "^1.3.0",
"**/@agoric/xsnap": "0.14.3-dev-9f085d3.0"
},
"prettier": {
"trailingComma": "all",
"arrowParens": "avoid",
"singleQuote": true
}
}
}
Loading

0 comments on commit eb2d98b

Please sign in to comment.