Skip to content

Commit

Permalink
fix: peer dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored Oct 29, 2024
1 parent 2f65016 commit 871957f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"commander": "^10.0.1"
},
"peerDependencies": {
"@sveltejs/vite-plugin-svelte": "3.x",
"@vardario/svelte-ast-printer": "2.x",
"@sveltejs/vite-plugin-svelte": "4.x",
"@vardario/svelte-ast-printer": "^2.0.3",
"acorn": "8.x",
"csv-parse": "5.x",
"csv-stringify": "6.x",
Expand Down

0 comments on commit 871957f

Please sign in to comment.