Skip to content

Commit

Permalink
fix: peer dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar committed Dec 10, 2024
1 parent 871957f commit 5a542dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@sveltejs/vite-plugin-svelte": "4.x",
"@vardario/svelte-ast-printer": "^2.0.3",
"@vardario/svelte-ast-printer": "2.0.3",
"acorn": "8.x",
"csv-parse": "5.x",
"csv-stringify": "6.x",
Expand All @@ -43,7 +43,7 @@
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vardario/svelte-ast-printer": "^2.0.3",
"@vardario/svelte-ast-printer": "2.0.3",
"acorn": "^8.8.2",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a542dd

Please sign in to comment.