fix: drop svelte as peer dependency (#7989)

* optionally bumped to svelte 4.0

* removed redundancy

* Update package.json

* Update package.json

---------

Co-authored-by: Balázs Orbán <info@balazsorban.com>
This commit is contained in:
Dahoom152
2023-07-10 19:10:29 +03:00
committed by GitHub
parent 78964c115b
commit dc1a79e547

View File

@@ -48,7 +48,6 @@
"@auth/core": "workspace:*"
},
"peerDependencies": {
"svelte": "^3.54.0",
"@sveltejs/kit": "^1.0.0"
},
"type": "module",
@@ -69,4 +68,4 @@
},
"./package.json": "./package.json"
}
}
}