From 7bd72dd1c5e500671c97b90d928e643a0af26393 Mon Sep 17 00:00:00 2001 From: daishi Date: Sat, 25 May 2024 23:14:41 +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 935f284..7ae8e8a 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.0", - "jotai-optics": "link:", + "jotai-optics": "link:.", "optics-ts": "^2.4.1", "prettier": "^3.2.5", "react": "^18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9d9f14b..d529c8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,7 +57,7 @@ devDependencies: specifier: ^2.8.0 version: 2.8.0(@types/react@18.3.2)(react@18.3.1) jotai-optics: - specifier: 'link:' + specifier: link:. version: 'link:' optics-ts: specifier: ^2.4.1