Skip to content

Commit

Permalink
fix: sourcemap complaint script tag handling (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored Jun 30, 2024
1 parent 7ca3ea8 commit fe827a2
Show file tree
Hide file tree
Showing 5 changed files with 2,899 additions and 2,409 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"peerDependencies": {
"@vardario/svelte-ast-printer": "1.x",
"acorn": "8.x",
"astring": "1.x",
"csv-parse": "5.x",
"csv-stringify": "6.x",
"svelte": "4.x",
Expand All @@ -45,7 +44,6 @@
"@typescript-eslint/parser": "^6.11.0",
"@vardario/svelte-ast-printer": "^1.0.0",
"acorn": "^8.8.2",
"astring": "^1.8.6",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"eslint": "^8.54.0",
Expand All @@ -67,5 +65,5 @@
"*": "prettier --write --ignore-unknown",
"package.json": "prettier-package-json --write"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@9.1.0"
}
Loading

0 comments on commit fe827a2

Please sign in to comment.