Skip to content

Commit 42f3de9

Browse files
committed
Fixed deps
1 parent 0b2ecad commit 42f3de9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
"new-sandbox:mem" : "RUST_LOG=warn WASM_LOG=warn echo \"pass\" | $npm_package_config_bin/hc s --piped -f=$HC_ADMIN_PORT generate artifacts/files.happ --run=$HC_APP_PORT -a Files network mem",
5555
"new-sandbox:local" : "RUST_LOG=warn WASM_LOG=warn echo \"pass\" | $npm_package_config_bin/hc s --piped -f=$HC_ADMIN_PORT generate artifacts/files.happ --run=$HC_APP_PORT -a Files network --bootstrap http://127.0.0.1:$BOOT_PORT webrtc ws://127.0.0.1:$BOOT_PORT",
5656

57-
"spintest" : " UI_PORT=$(port) HC_APP_PORT=$(port) HAPP_BUILD_MODE='Debug' concurrently \"npm run build:watch -w webcomponents\" \"npm run spin\" \"sleep 5 && npm run start -w webapp\"",
58-
"spin" : "hc-spin -n 2 --ui-port $UI_PORT artifacts/files.happ",
59-
6057
"serve:run" : "$npm_package_config_bin/kitsune2-bootstrap-srv --listen 127.0.0.1:$BOOT_PORT",
6158
"serve:save" : "echo SIGNAL_PORT=$SIGNAL_PORT && echo $SIGNAL_PORT > .hc_signalenv && echo $BOOT_PORT > .hc_bootenv && echo BOOT_PORT=$BOOT_PORT",
6259
"serve" : "BOOT_PORT=$(cat .hc_bootenv) SIGNAL_PORT=$(cat .hc_bootenv) npm run serve:run",
@@ -97,8 +94,7 @@
9794
},
9895
"devDependencies": {
9996
"@ddd-qc/hc-prebuilt": "0.506.2",
100-
"@theweave/cli": "0.14.4",
101-
"@holochain/hc-spin": "0.500.1",
97+
"@theweave/cli": "=0.15.2",
10298
"@types/jest": "^29.5.1",
10399
"@types/ws": "^8.5.3",
104100
"bestzip": "^2.2.0",
@@ -112,16 +108,16 @@
112108
},
113109
"dependencies": {
114110
"@holochain/client": "^0.20.0-dev.2",
115-
"@theweave/api": "=0.5.2",
111+
"@holochain-open-dev/core-types": "0.600.0-dev.2",
112+
"@holochain-open-dev/profiles": "0.600.0-dev.2",
113+
"@holochain-open-dev/elements": "0.600.0-dev.0",
114+
"@theweave/api": "=0.6.0",
116115
"@ddd-qc/cell-proxy": "=0.33.0",
117116
"@ddd-qc/lit-happ": "=0.33.0",
118117
"@ddd-qc/profiles-dvm": "=0.33.0",
119-
"@ddd-qc/we-utils": "=0.33.0",
118+
"@ddd-qc/we-utils": "=0.33.1",
120119
"@ddd-qc/path-explorer": "=0.10.0",
121120
"@ddd-qc/delivery": "=0.20.0",
122-
"@holochain-open-dev/core-types": "0.600.0-dev.2",
123-
"@holochain-open-dev/profiles": "0.600.0-dev.2",
124-
"@holochain-open-dev/elements": "0.600.0-dev.0",
125121
"@shoelace-style/shoelace": "2.11.2",
126122
"@lit/context": "1.0.1",
127123
"@lit/localize": "0.12.1",

0 commit comments

Comments
 (0)