-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependencies to community-dev
#933
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,26 +36,26 @@ | |
}, | ||
"homepage": "https://github.com/Agoric/documentation#readme", | ||
"dependencies": { | ||
"@agoric/zoe": "beta", | ||
"@agoric/ertp": "beta", | ||
"@agoric/zoe": "community-dev", | ||
"@agoric/ertp": "community-dev", | ||
"@endo/far": "^0.2.19", | ||
"@endo/marshal": "^0.8.6", | ||
"@endo/patterns": "^0.2.3", | ||
"@endo/pass-style": "^0.1.6", | ||
"typescript": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@agoric/assert": "beta", | ||
"@agoric/cosmic-swingset": "beta", | ||
"@agoric/ertp": "beta", | ||
"@agoric/notifier": "beta", | ||
"@agoric/solo": "beta", | ||
"@agoric/vats": "beta", | ||
"@endo/bundle-source": "^2.1.1", | ||
"@endo/eventual-send": "^0.14.8", | ||
"@endo/init": "^0.5.43", | ||
"@endo/promise-kit": "^0.2.37", | ||
"@endo/ses-ava": "^0.2.27", | ||
"@agoric/assert": "community-dev", | ||
"@agoric/cosmic-swingset": "community-dev", | ||
"@agoric/ertp": "community-dev", | ||
"@agoric/notifier": "community-dev", | ||
"@agoric/solo": "community-dev", | ||
"@agoric/vats": "community-dev", | ||
"@endo/bundle-source": "2.5.2-upstream-rollup", | ||
"@endo/eventual-send": "^0.17.2", | ||
"@endo/init": "^0.5.56", | ||
"@endo/promise-kit": "^0.2.56", | ||
"@endo/ses-ava": "^0.2.40", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"ava": "^4.3.1", | ||
"eslint": "^7.27.0", | ||
|
@@ -67,7 +67,7 @@ | |
"eslint-plugin-prettier": "^3.4.0", | ||
"import-meta-resolve": "^1.1.1", | ||
"prettier": "^1.19.1", | ||
"ses": "^0.16.1", | ||
"ses": "^0.18.8", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This doesn't seem related to community-dev. hm. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This particular change is for Node 18.x compat. I can amend cf859c6 and add a separate commit for this to make it clear if you'd like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A separate commit might have been ideal but is probably not cost-effective now. This will change soon-ish anyway. Thanks for the details here in the PR comments. |
||
"vuepress": "^1.8.2", | ||
"vuepress-plugin-check-md": "0.0.2" | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not obvious how these are related to community-dev.
Are they from package.json files from u13? Got a pointer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I grabbed the versions from
yarn.lock
, lines 1323 - 1523:https://github.com/Agoric/agoric-sdk/blob/5a6cdeb0c18ae9700d706445acf402f8d1e873c3/yarn.lock#L1328
https://github.com/Agoric/agoric-sdk/blob/community-dev/yarn.lock#L1328