Skip to content

Commit 7a7c724

Browse files
authored
Merge pull request #400 from ryoppippi/feature/fix-peer-deps
fix(package.json): peer deps
2 parents 4f506d9 + f148650 commit 7a7c724

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/unplugin-typia/package.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,18 @@
7878
"prepublishOnly": "bun run build"
7979
},
8080
"peerDependencies": {
81-
"typia": ">=8.0.0 <9.0.0"
81+
"svelte": "^5.0.0",
82+
"typescript": ">=4.8.0 <5.9.0",
83+
"typia": ">=8.0.0 <9.0.0",
84+
"vite": ">=3.0.0"
85+
},
86+
"peerDependenciesMeta": {
87+
"svelte": {
88+
"optional": true
89+
},
90+
"vite": {
91+
"optional": true
92+
}
8293
},
8394
"dependencies": {
8495
"@rollup/pluginutils": "^5.1.4",

0 commit comments

Comments
 (0)