From 04cff07c76b3182a576be144d6afd3e8e040435e Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer Date: Fri, 1 Aug 2025 16:32:46 +0200 Subject: [PATCH] Update typescript version constraint --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45c7db3..f5e390b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "husky": "^9.1.7", "knip": "^5.40.0", "lint-staged": "^16.0.0", - "typescript": "~5.8.3", + "typescript": "^5.8.3", "unocss": "^66.3.3", "vite": "^7.0.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2baa95..973e588 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,7 +61,7 @@ importers: specifier: ^16.0.0 version: 16.1.2 typescript: - specifier: ~5.8.3 + specifier: ^5.8.3 version: 5.8.3 unocss: specifier: ^66.3.3