Skip to content

Commit d6be3fa

Browse files
committed
Try using latest agoric packages from npm
1 parent 69b3b12 commit d6be3fa

File tree

2 files changed

+2805
-1122
lines changed

2 files changed

+2805
-1122
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
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",
38+
"@agoric/ertp": "^0.16.2",
39+
"@agoric/zoe": "^0.26.2",
40+
"@agoric/zone": "^0.2.2",
4141
"@endo/errors": "^1.2.13",
4242
"@endo/far": "^1.1.14",
4343
"@endo/marshal": "^1.8.0",
@@ -46,12 +46,12 @@
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",
49+
"@agoric/cosmic-swingset": "^0.41.3",
50+
"@agoric/ertp": "^0.16.2",
51+
"@agoric/notifier": "^0.6.2",
52+
"@agoric/solo": "^0.10.3",
53+
"@agoric/store": "^0.9.2",
54+
"@agoric/vats": "^0.15.1",
5555
"@endo/bundle-source": "^4.1.2",
5656
"@endo/eventual-send": "^1.3.4",
5757
"@endo/init": "^1.1.12",

0 commit comments

Comments
 (0)