From 71135298cbb250d3d52982c94f3952cad5716974 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 23 May 2025 10:06:51 -0700 Subject: [PATCH] fix: remove typescript from dependencies --- package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cba0d58..5663681 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "url": "https://github.com/better-auth/utils" }, "dependencies": { - "typescript": "^5.8.2", "uncrypto": "^0.1.3" }, "devDependencies": { @@ -32,6 +31,7 @@ "@types/node": "^22.10.1", "bumpp": "^9.9.0", "happy-dom": "^15.11.7", + "typescript": "^5.8.2", "unbuild": "^2.0.0", "vitest": "^2.1.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 435579f..bab6683 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,6 @@ importers: .: dependencies: - typescript: - specifier: ^5.8.2 - version: 5.8.2 uncrypto: specifier: ^0.1.3 version: 0.1.3 @@ -27,6 +24,9 @@ importers: happy-dom: specifier: ^15.11.7 version: 15.11.7 + typescript: + specifier: ^5.8.2 + version: 5.8.2 unbuild: specifier: ^2.0.0 version: 2.0.0(typescript@5.8.2)