From ed5af5d53ea3064035c52ad336e88eec0a773c47 Mon Sep 17 00:00:00 2001 From: daishi Date: Sat, 25 May 2024 23:17:48 +0900 Subject: [PATCH] fix link protocol --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59d6bac..5573e6d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "happy-dom": "^14.11.0", "jotai": "^2.8.1", - "jotai-valtio": "link:", + "jotai-valtio": "link:.", "prettier": "^3.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5faddcb..d68f670 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,7 +57,7 @@ devDependencies: specifier: ^2.8.1 version: 2.8.1(@types/react@18.3.3)(react@18.3.1) jotai-valtio: - specifier: 'link:' + specifier: link:. version: 'link:' prettier: specifier: ^3.2.5