From d890486a8ff58bac48e87f5d60cfdcc669cb3145 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Fri, 19 Jul 2024 18:34:14 +0200 Subject: [PATCH] pnpm-lock --- package.json | 3 ++- pnpm-lock.yaml | 10 +++++----- ui/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0705ad92..e982f240 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,6 @@ "type": "module", "engines": { "pnpm": ">=9.0.0" - } + }, + "packageManager": "pnpm@9.2.0+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390" } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dce22a19..2137cb05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: ^0.300.1 version: 0.300.1(@types/react@18.3.3) '@holochain-open-dev/profiles': - specifier: github:holochain-open-dev/profiles#b2459a19ede0e0fbeb6440783df0ce3047852c92&path:ui - version: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/b2459a19ede0e0fbeb6440783df0ce3047852c92#path:ui(@types/react@18.3.3) + specifier: github:holochain-open-dev/profiles#d443bd0c49817ed6a0d237ed1e6de3f1e4fbf53f&path:ui + version: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/d443bd0c49817ed6a0d237ed1e6de3f1e4fbf53f#path:ui(@types/react@18.3.3) '@holochain-open-dev/signals': specifier: ^0.300.6 version: 0.300.6(@types/react@18.3.3) @@ -669,8 +669,8 @@ packages: resolution: {path: ui, tarball: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/748bb4879e247eff44a4a23a8d2aaa02a585578a} version: 0.300.0 - '@holochain-open-dev/profiles@https://codeload.github.com/holochain-open-dev/profiles/tar.gz/b2459a19ede0e0fbeb6440783df0ce3047852c92#path:ui': - resolution: {path: ui, tarball: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/b2459a19ede0e0fbeb6440783df0ce3047852c92} + '@holochain-open-dev/profiles@https://codeload.github.com/holochain-open-dev/profiles/tar.gz/d443bd0c49817ed6a0d237ed1e6de3f1e4fbf53f#path:ui': + resolution: {path: ui, tarball: https://codeload.github.com/holochain-open-dev/profiles/tar.gz/d443bd0c49817ed6a0d237ed1e6de3f1e4fbf53f} version: 0.300.0 '@holochain-open-dev/signals@0.300.3': @@ -3434,7 +3434,7 @@ snapshots: - bufferutil - utf-8-validate - '@holochain-open-dev/profiles@https://codeload.github.com/holochain-open-dev/profiles/tar.gz/b2459a19ede0e0fbeb6440783df0ce3047852c92#path:ui(@types/react@18.3.3)': + '@holochain-open-dev/profiles@https://codeload.github.com/holochain-open-dev/profiles/tar.gz/d443bd0c49817ed6a0d237ed1e6de3f1e4fbf53f#path:ui(@types/react@18.3.3)': dependencies: '@holochain-open-dev/elements': 0.300.1(@types/react@18.3.3) '@holochain-open-dev/signals': 0.300.6(@types/react@18.3.3) diff --git a/ui/package.json b/ui/package.json index 13d46c09..79551af2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@holochain-open-dev/elements": "^0.300.1", - "@holochain-open-dev/profiles": "github:holochain-open-dev/profiles#b2459a19ede0e0fbeb6440783df0ce3047852c92&path:ui", + "@holochain-open-dev/profiles": "github:holochain-open-dev/profiles#d443bd0c49817ed6a0d237ed1e6de3f1e4fbf53f&path:ui", "@holochain-open-dev/signals": "^0.300.6", "@holochain-open-dev/utils": "^0.300.2", "@holochain/client": "^0.17.1",