Skip to content

Commit

Permalink
Last syn version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Nov 2, 2023
1 parent cda86c9 commit b55e0f0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"local-services": "hc run-local-services --bootstrap-port $BOOTSTRAP_PORT --signal-port $SIGNAL_PORT",
"playground": "holochain-playground",
"test:applet": "cross-env BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) concurrently -k \"npm run local-services\" \"npm run launch:applet\" \"npm run launch:applet\"",
"launch:applet": "we-alpha --test-applets workdir/notebooks.webhapp --test-applets-network-seed test "
"launch:applet": "we-alpha --test-applets workdir/notebooks.webhapp --network-seed test "
},
"devDependencies": {
"@holochain-playground/cli": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@holochain-open-dev/stores": "^0.7.7",
"@holochain-open-dev/utils": "^0.16.0",
"@holochain/client": "^0.16.1",
"@holochain-syn/core": "^0.7.0",
"@holochain-syn/text-editor": "^0.7.0",
"@holochain-syn/core": "^0.8.0",
"@holochain-syn/text-editor": "^0.8.0",
"@lightningrodlabs/we-applet": "^0.10.0",
"@lit-labs/context": "^0.2.0",
"@lit/localize": "^0.11.4",
Expand Down

0 comments on commit b55e0f0

Please sign in to comment.