From aba6e4a31178353c4271798853f804d3ca6267ee Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 13 Oct 2023 23:56:59 +0200 Subject: [PATCH] cool --- examples/sse/package.json | 5 +++-- knip.jsonc | 1 + pnpm-lock.yaml | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/sse/package.json b/examples/sse/package.json index c28b7f96..4a408608 100644 --- a/examples/sse/package.json +++ b/examples/sse/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "description": "SSE example", + "license": "MIT", "scripts": { "build": "next build", "dev": "next dev", @@ -12,7 +13,8 @@ "dependencies": { "next": "13.5.4", "react": "^18", - "react-dom": "^18" + "react-dom": "^18", + "tupleson": "latest" }, "devDependencies": { "@types/node": "^20", @@ -21,7 +23,6 @@ "autoprefixer": "^10", "postcss": "^8", "tailwindcss": "^3", - "tupleson": "latest", "typescript": "^5" } } diff --git a/knip.jsonc b/knip.jsonc index 7a4edad8..a63c985c 100644 --- a/knip.jsonc +++ b/knip.jsonc @@ -1,6 +1,7 @@ { "$schema": "https://unpkg.com/knip@latest/schema.json", "ignoreExportsUsedInFile": { "interface": true, "type": true }, + "ignoreWorkspaces": ["examples/sse"], "workspaces": { ".": { "entry": ["src/index.ts!"], diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 99c15f0a..facffd79 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -185,6 +185,9 @@ importers: react-dom: specifier: ^18 version: 18.2.0(react@18.2.0) + tupleson: + specifier: link:../.. + version: link:../.. devDependencies: '@types/node': specifier: ^20 @@ -204,9 +207,6 @@ importers: tailwindcss: specifier: ^3 version: 3.3.3 - tupleson: - specifier: link:../.. - version: link:../.. typescript: specifier: ^5 version: 5.2.2