Skip to content

Commit

Permalink
fix: @vardario/svelte-ast-printer upgrade (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored Dec 14, 2024
1 parent 1beecd3 commit fc483c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"watch": "tsc --watch"
},
"dependencies": {
"@vardario/svelte-ast-printer": "^2.1.1",
"@vardario/svelte-ast-printer": "^2.1.2",
"acorn": "^8.8.2",
"commander": "^10.0.1",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"estree-walker": "^3.0.3",
"lodash": "^4.17.21",
"prettier-plugin-svelte": "^3.3.2",
"prettier": "^3.4.2"
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2"
},
"devDependencies": {
"@types/estree": "^1.0.6",
Expand Down
18 changes: 9 additions & 9 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 fc483c2

Please sign in to comment.