Skip to content

Commit 370df42

Browse files
authored
chore: Sync Endo versions 2025-07-22 (merge #1281)
2 parents 0953919 + 7db4208 commit 370df42

File tree

3 files changed

+1831
-2455
lines changed

3 files changed

+1831
-2455
lines changed

.github/workflows/test-getting-started.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
getting_started:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Use Node.js 18
14+
- name: Use Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818
- name: Creating Your Dapp From a Template
1919
run: yarn create @agoric/dapp offer-up
2020
- name: Install dependencies

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,30 @@
3535
},
3636
"homepage": "https://github.com/Agoric/documentation#readme",
3737
"dependencies": {
38-
"@agoric/ertp": "community-dev",
39-
"@agoric/zoe": "community-dev",
40-
"@agoric/zone": "community-dev",
41-
"@endo/errors": "^1.2.10",
42-
"@endo/far": "^1.1.11",
43-
"@endo/marshal": "^1.6.4",
44-
"@endo/pass-style": "^1.5.0",
45-
"@endo/patterns": "^1.5.0",
38+
"@agoric/ertp": "0.16.3-dev-25728ab.0",
39+
"@agoric/zoe": "0.26.3-dev-25728ab.0",
40+
"@agoric/zone": "0.2.3-dev-25728ab.0",
41+
"@endo/errors": "^1.2.13",
42+
"@endo/far": "^1.1.14",
43+
"@endo/marshal": "^1.8.0",
44+
"@endo/pass-style": "^1.6.3",
45+
"@endo/patterns": "^1.7.0",
4646
"typescript": "^4.9.5"
4747
},
4848
"devDependencies": {
49-
"@agoric/cosmic-swingset": "community-dev",
50-
"@agoric/ertp": "community-dev",
51-
"@agoric/notifier": "community-dev",
52-
"@agoric/solo": "community-dev",
53-
"@agoric/store": "community-dev",
54-
"@agoric/vats": "community-dev",
55-
"@endo/bundle-source": "^4.0.0",
56-
"@endo/eventual-send": "^1.3.1",
57-
"@endo/init": "^1.1.9",
58-
"@endo/promise-kit": "^1.1.10",
59-
"@endo/ses-ava": "^1.2.10",
49+
"@agoric/cosmic-swingset": "0.41.4-dev-25728ab.0",
50+
"@agoric/ertp": "0.16.3-dev-25728ab.0",
51+
"@agoric/notifier": "0.6.3-dev-25728ab.0",
52+
"@agoric/solo": "0.10.4-dev-25728ab.0",
53+
"@agoric/store": "0.9.3-dev-25728ab.0",
54+
"@agoric/vats": "0.15.2-dev-25728ab.0",
55+
"@endo/bundle-source": "^4.1.2",
56+
"@endo/eventual-send": "^1.3.4",
57+
"@endo/init": "^1.1.12",
58+
"@endo/promise-kit": "^1.1.13",
59+
"@endo/ses-ava": "^1.3.2",
6060
"@typescript-eslint/parser": "^4.33.0",
61-
"ava": "^4.3.3",
61+
"ava": "^6.4.1",
6262
"eslint": "^7.32.0",
6363
"eslint-config-airbnb-base": "^14.2.1",
6464
"eslint-config-jessie": "^0.0.6",
@@ -69,7 +69,7 @@
6969
"glob": "7.1.7",
7070
"import-meta-resolve": "^4.1.0",
7171
"prettier": "^3.3.3",
72-
"ses": "^1.12.0",
72+
"ses": "^1.14.0",
7373
"stylus": "^0.62.0",
7474
"vitepress": "1.3.4"
7575
},

0 commit comments

Comments
 (0)