Skip to content

Commit

Permalink
fix: remove unnecessary tslib dependency (#12453)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrozatier authored Jul 9, 2024
1 parent e09a2f1 commit 6f15fe4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-beans-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-svelte": patch
---

fix: remove unnecessary `tslib` dependency
1 change: 0 additions & 1 deletion packages/create-svelte/shared/+typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
},
"devDependencies": {
"typescript": "^5.0.0",
"tslib": "^2.4.1",
"svelte-check": "^3.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"publint": "^0.1.9",
"svelte": "^4.2.7",
"tslib": "^2.4.1",
"typescript": "^5.3.2",
"vite": "^5.0.11"
},
Expand Down

0 comments on commit 6f15fe4

Please sign in to comment.