Skip to content

Commit

Permalink
fix: remove peer dep and force svelte upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
stordahl committed Oct 28, 2023
1 parent b91941a commit 3b2284c
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 44 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"files": [
"dist"
],
"peerDependencies": {
"svelte": "^3.54.0"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-auto": "^2.1.0",
Expand All @@ -42,7 +39,7 @@
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"publint": "^0.1.16",
"svelte": "^3.59.2",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
Expand Down
Loading

0 comments on commit 3b2284c

Please sign in to comment.