Skip to content

Commit

Permalink
feat(package.json): move ts-patch to devDependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryoppippi committed Aug 13, 2024
1 parent c07cf4d commit 2c93558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 2c93558

Please sign in to comment.