From 2b474031fa6dac197a358e6038773f35c1647d40 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 19 Jul 2024 12:20:53 -0700 Subject: [PATCH] Move tshy to devDeps --- package.json | 4 +--- pnpm-lock.yaml | 7 +++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d44801c4d..8d8229a7b 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "rollup": "^4.18.0", "tinybench": "^2.8.0", "ts-morph": "^14.0.0", + "tshy": "^3.0.2", "tslib": "^2.3.1", "tsx": "^4.15.4", "typescript": "5.5.3", @@ -61,8 +62,5 @@ "bench": "pnpm run build:cjs && tsx benchmarks/index.ts", "prepare": "husky install", "publish:jsr": "jsr publish --dry-run" - }, - "dependencies": { - "tshy": "^3.0.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6b09a657..97e90610a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,10 +7,6 @@ settings: importers: .: - dependencies: - tshy: - specifier: ^3.0.2 - version: 3.0.2 devDependencies: '@biomejs/biome': specifier: ^1.7.3 @@ -72,6 +68,9 @@ importers: ts-morph: specifier: ^14.0.0 version: 14.0.0 + tshy: + specifier: ^3.0.2 + version: 3.0.2 tslib: specifier: ^2.3.1 version: 2.6.3