Skip to content

Commit

Permalink
fix: using @sveltejs/vite-plugin-svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar committed Apr 24, 2024
1 parent eaea9ba commit 42e801b
Show file tree
Hide file tree
Showing 4 changed files with 493 additions and 139 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"commander": "^10.0.1"
},
"peerDependencies": {
"@sveltejs/kit": "1.x",
"@vardario/svelte-ast-printer": "1.x",
"acorn": "8.x",
"astring": "1.x",
"csv-parse": "5.x",
"csv-stringify": "6.x",
"svelte": "4.x"
"svelte": "4.x",
"@sveltejs/vite-plugin-svelte": "3.x"
},
"devDependencies": {
"@sveltejs/kit": "^1.20.4",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/estree": "^1.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.5",
Expand Down
Loading

0 comments on commit 42e801b

Please sign in to comment.