Skip to content

Commit

Permalink
Upped clien
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Nov 12, 2024
1 parent 7fc6a7a commit bf7ea80
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crates/scaffold_tnesh_zome/template/docs/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@api-viewer/demo": "1.0.0-pre.10",
"@api-viewer/docs": "1.0.0-pre.10",
"@holochain/client": "^0.17.1",
"@holochain/client": "^0.18.0-rc",
"@darksoil-studio/profiles-zome": "github:darksoil-studio/profiles-zome#main-0.4&path:ui",
"@{{npm_organization}}/{{kebab_case zome_name}}-zome": "workspace:*",
"@shoelace-style/shoelace": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion crates/scaffold_tnesh_zome/template/ui/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./locales/*": "./locales/*"
},
"dependencies": {
"@holochain/client": "^0.17.1",
"@holochain/client": "^0.18.0-rc",
"@darksoil-studio/profiles-zome": "github:darksoil-studio/profiles-zome#main-0.4&path:ui",
"@tnesh-stack/elements": "^0.400.0-rc",
"@tnesh-stack/signals": "^0.400.0-rc",
Expand Down
2 changes: 1 addition & 1 deletion templates/app/web-app/tests/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"@holochain/client": "^0.17.1",
"@holochain/client": "^0.18.0-rc",
"@holochain/tryorama": "{{tryorama_version}}",
"@tnesh-stack/signals": "^0.400.0-rc",
"@tnesh-stack/utils": "^0.400.0-rc",
Expand Down
2 changes: 1 addition & 1 deletion templates/app/web-app/ui/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"localize:build": "lit-localize build"
},
"dependencies": {
"@holochain/client": "^0.17.1",
"@holochain/client": "^0.18.0-rc",
"@tnesh-stack/elements": "^0.400.0-rc",
"@tnesh-stack/signals": "^0.400.0-rc",
"@tnesh-stack/utils": "^0.400.0-rc",
Expand Down
2 changes: 1 addition & 1 deletion templates/zome/web-app/docs/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@api-viewer/demo": "1.0.0-pre.10",
"@api-viewer/docs": "1.0.0-pre.10",
"@holochain/client": "^0.17.1",
"@holochain/client": "^0.18.0-rc",
"@darksoil-studio/profiles-zome": "github:darksoil-studio/profiles-zome#main-0.4&path:ui",
"@darksoil-studio/{{kebab_case app_name}}": "workspace:*",
"@shoelace-style/shoelace": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/zome/web-app/tests/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"@holochain/client": "^0.17.1",
"@holochain/client": "^0.18.0-rc",
"@holochain/tryorama": "{{tryorama_version}}",
"@tnesh-stack/signals": "^0.400.0-rc",
"@tnesh-stack/utils": "^0.400.0-rc",
Expand Down
2 changes: 1 addition & 1 deletion templates/zome/web-app/ui/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./locales/*": "./locales/*"
},
"dependencies": {
"@holochain/client": "^0.17.1",
"@holochain/client": "^0.18.0-rc",
"@darksoil-studio/profiles": "github:darksoil-studio/profiles-zome#main-0.4&path:ui",
"@tnesh-stack/elements": "^0.400.0-rc",
"@tnesh-stack/signals": "^0.400.0-rc",
Expand Down

0 comments on commit bf7ea80

Please sign in to comment.