Skip to content

Commit

Permalink
refactor: update svelte version in dependencies
Browse files Browse the repository at this point in the history
This commit updates the svelte version in the dependencies of the
unplugin-typia package. The svelte version is now set to be
greater than or equal to 4.0.0 and less than 6.0.0. This change
also removes svelte from the peerDependencies.
  • Loading branch information
ryoppippi committed Jul 14, 2024
1 parent 5f2e65a commit ef9eb67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"peerDependencies": {
"esbuild": "*",
"rollup": "^3",
"svelte": "^3 || ^4 || ^5",
"vite": ">=3.2.10",
"webpack": "^4 || ^5"
},
Expand Down Expand Up @@ -91,6 +90,7 @@
"@rollup/pluginutils": "^5.1.0",
"magic-string": "^0.30.10",
"pathe": "^1.1.2",
"svelte": ">=4.0.0 < 6.0.0",
"ts-patch": "^3.2.1",
"typescript": "~5.5.3",
"unplugin": "^1.11.0"
Expand Down

0 comments on commit ef9eb67

Please sign in to comment.