From df801d2ffe0166f1033382d8ec6515d54f6fb9b3 Mon Sep 17 00:00:00 2001 From: daishi Date: Tue, 21 May 2024 13:36:44 +0900 Subject: [PATCH] no downlevel --- examples/01_counter/tsconfig.json | 1 - examples/02_methods/tsconfig.json | 1 - package.json | 3 ++- pnpm-lock.yaml | 3 +++ tsconfig.json | 1 - 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/01_counter/tsconfig.json b/examples/01_counter/tsconfig.json index d387817..f9e0a7e 100644 --- a/examples/01_counter/tsconfig.json +++ b/examples/01_counter/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "target": "es2018", - "downlevelIteration": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", diff --git a/examples/02_methods/tsconfig.json b/examples/02_methods/tsconfig.json index d387817..f9e0a7e 100644 --- a/examples/02_methods/tsconfig.json +++ b/examples/02_methods/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "target": "es2018", - "downlevelIteration": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", diff --git a/package.json b/package.json index 2923421..983da8b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,8 @@ "valtio": "^1.13.2", "vite": "^5.2.10", "vitest": "^1.5.0", - "zustand": "^4.5.2" + "zustand": "^4.5.2", + "zustand-valtio": "link:." }, "peerDependencies": { "react": ">=18.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index df2420d..56fd1fa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,6 +80,9 @@ devDependencies: zustand: specifier: ^4.5.2 version: 4.5.2(@types/react@18.2.79)(react@18.2.0) + zustand-valtio: + specifier: link:. + version: 'link:' packages: diff --git a/tsconfig.json b/tsconfig.json index bddec0d..134b020 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "target": "es2018", - "downlevelIteration": true, "esModuleInterop": true, "module": "nodenext", "skipLibCheck": true,