-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch: Fix docs build #1712
Patch: Fix docs build #1712
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
|
docs/package.json
Outdated
@@ -47,6 +47,7 @@ | |||
}, | |||
"type": "module", | |||
"dependencies": { | |||
"@sveltejs/adapter-static": "^2.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be a devDep and we can remove the adapter-auto
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
No description provided.