Skip to content

Commit

Permalink
chore: update dependencies to endo latest, agoric-upgrade-16, etc.
Browse files Browse the repository at this point in the history
node scripts/update-dependencies.js ses latest
node scripts/update-dependencies.js endo latest
node scripts/update-dependencies.js agoric agoric-upgrade-16

then copied some resolutions and devDependencies from dapp-offer-up,
esp. as of Agoric/dapp-offer-up#99

then

yarn && yarn dedupe
  • Loading branch information
dckc committed Sep 10, 2024
1 parent e714a82 commit 2ac86d4
Show file tree
Hide file tree
Showing 5 changed files with 16,652 additions and 12,500 deletions.
2 changes: 1 addition & 1 deletion _agstate/agoric-servers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {
"@agoric/cosmic-swingset": "^0.41.3"
"@agoric/cosmic-swingset": "^0.42.0-u16.2"
}
}
46 changes: 24 additions & 22 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"devDependencies": {
"@agoric/deploy-script-support": "^0.10.4-u12.0",
"@agoric/eslint-config": "dev",
"@endo/bundle-source": "^2.8.0",
"@endo/eslint-plugin": "^0.5.2",
"@endo/init": "^0.5.60",
"@endo/ses-ava": "^0.2.44",
"@agoric/eslint-config": "^0.4.1-u16.0",
"@endo/bundle-source": "^3.4.0",
"@endo/eslint-plugin": "^2.2.1",
"@endo/init": "^1.1.4",
"@endo/ses-ava": "^1.2.5",
"@jessie.js/eslint-plugin": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
Expand All @@ -39,31 +39,33 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-prettier": "^5.0.0",
"import-meta-resolve": "^2.2.1",
"immutable": "5.0.0-beta.5",
"import-meta-resolve": "^2.2.1",
"prettier": "^3.0.3",
"prettier-plugin-jsdoc": "^1.0.0",
"type-coverage": "^2.26.3",
"typescript": "^5.5.0-dev.20240327"
},
"dependencies": {
"@agoric/ertp": "^0.16.3-u14.0",
"@agoric/internal": "0.4.0-u14.0",
"@agoric/notifier": "0.6.3-u14.0",
"@agoric/store": "^0.9.2",
"@agoric/vat-data": "0.5.3-u14.0",
"@agoric/vats": "0.15.2-u14.1",
"@agoric/time": "0.3.3-u14.0",
"@agoric/zoe": "0.26.3-u14.0",
"@agoric/zone": "0.2.3-u14.0",
"@agoric/deploy-script-support": "^0.10.4-u16.2",
"@agoric/ertp": "^0.16.3-u16.1",
"@agoric/internal": "^0.4.0-u16.1",
"@agoric/notifier": "^0.7.0-u16.1",
"@agoric/store": "^0.9.3-u16.0",
"@agoric/time": "^0.3.3-u16.0",
"@agoric/vat-data": "^0.5.3-u16.1",
"@agoric/vats": "^0.16.0-u16.2",
"@agoric/zoe": "^0.26.3-u16.1",
"@agoric/zone": "^0.3.0-u16.1",
"@cosmjs/amino": "0.32.3",
"@cosmjs/crypto": "0.32.3",
"@endo/base64": "^1.0.4",
"@endo/far": "^0.2.22",
"@endo/nat": "5.0.6",
"@endo/marshal": "^0.8.9",
"@endo/patterns": "^0.2.5",
"@endo/promise-kit": "0.2.56",
"@endo/base64": "^1.0.7",
"@endo/check-bundle": "^1.0.9",
"@endo/far": "^1.1.5",
"@endo/marshal": "^1.5.3",
"@endo/nat": "^5.0.10",
"@endo/patterns": "^1.4.3",
"@endo/promise-kit": "^1.1.5",
"@noble/secp256k1": "^2.1.0",
"bech32": "^2.0.0"
},
Expand Down Expand Up @@ -108,4 +110,4 @@
"arrowParens": "avoid",
"singleQuote": true
}
}
}
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,30 @@
],
"resolutions-note": "work-around for https://github.com/Agoric/agoric-sdk/issues/8621",
"resolutions": {
"ses": "1.3.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": "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",
"agoric": "^0.22.0-u16.2",
"ses": "1.8.0",
"@agoric/notifier": "^0.7.0-u16.1",
"@endo/bundle-source": "^3.4.0",
"@endo/captp": "^4.3.0",
"@endo/compartment-mapper": "^1.2.2",
"@endo/far": "^1.1.5",
"@endo/init": "^1.1.4",
"@endo/marshal": "^1.5.3",
"@endo/nat": "^5.0.10",
"@endo/promise-kit": "^1.1.5",
"@endo/lockdown": "^1.0.10",
"@endo/import-bundle": "^1.2.2",
"@endo/base64": "^1.0.7",
"@endo/zip": "^1.0.7",
"@endo/eventual-send": "^1.2.5",
"@endo/patterns": "^1.4.3",
"@endo/stream": "^1.2.5",
"@endo/exo": "^1.5.3",
"@endo/pass-style": "^1.4.3",
"@endo/check-bundle": "^1.0.9",
"@endo/ses-ava": "^1.2.5",
"@endo/netstring": "^1.0.10",
"@endo/stream-node": "^1.1.5",
"@babel/code-frame": "7.18.6",
"@babel/highlight": "7.22.5"
},
Expand Down Expand Up @@ -59,5 +61,5 @@
"eslint-plugin-ui-testing": "^2.0.1",
"serve": "^14.2.1"
},
}
"packageManager": "yarn@4.4.1"
}
22 changes: 8 additions & 14 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,33 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@agoric/eventual-send": "^0.14.1",
"@agoric/notifier": "^0.6.2",
"@agoric/rpc": "0.9.1-dev-f471a83.0",
"@agoric/store": "^0.9.2",
"@agoric/notifier": "^0.7.0-u16.1",
"@agoric/rpc": "0.10.0",
"@agoric/store": "^0.9.3-u16.0",
"@agoric/ui-components": "^0.9.0",
"@agoric/web-components": "^0.15.0",
"@agoric/web-components": "^0.16.0",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"happy-dom": "^13.3.1",
"prettier": "^3.2.4",
"puppeteer": "^21.9.0",
"ses": "^1.3.0",
"ses": "^1.8.0",
"typescript": "^5.0.2",
"typescript-eslint": "^7.13.1",
"vite": "^4.4.5",
"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 2ac86d4

Please sign in to comment.