From a792d163e03b09a0309384362ef970a6a47f90d9 Mon Sep 17 00:00:00 2001 From: harlan Date: Mon, 15 Jul 2024 19:50:05 +1000 Subject: [PATCH] chore: bump pnpm resolutions --- packages/core/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 48b55c02..39a02261 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@puppeteer/browsers": "^2.2.3", - "@unlighthouse/client": "workspace:../client", + "@unlighthouse/client": "workspace:*", "@unrouted/core": "^0.6.0", "@unrouted/fetch": "^0.6.0", "@unrouted/plugins": "^0.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3714f9be..ee2901b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -189,7 +189,7 @@ importers: specifier: ^2.2.3 version: 2.2.3 '@unlighthouse/client': - specifier: workspace:../client + specifier: workspace:* version: link:../client '@unrouted/core': specifier: ^0.6.0