From 2c935581b3776af1621698d038efe1b7e717c7a9 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:42:49 +0100 Subject: [PATCH] feat(package.json): move ts-patch to devDependencies The 'ts-patch' package, previously listed under dependencies, has been moved to devDependencies. This change reflects its use in the development process rather than in the final product. --- packages/unplugin-typia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index 7a212de5..6e198e93 100644 --- a/packages/unplugin-typia/package.json +++ b/packages/unplugin-typia/package.json @@ -51,7 +51,6 @@ "magic-string": "^0.30.11", "pathe": "^1.1.2", "pkg-types": "^1.1.3", - "ts-patch": "^3.2.1", "type-fest": "^4.23.0", "typescript": "~5.5.4", "typia": "^6.7.0", @@ -69,6 +68,7 @@ "eslint": "^9.8.0", "eslint-plugin-format": "^0.1.2", "rollup": "^4.20.0", + "ts-patch": "^3.2.1", "vite": "^5.4.0", "vitest": "^2.0.5" }