Skip to content
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

add support for @solidjs/meta ^0.29.0 peer dep #1101

Closed
wants to merge 1 commit into from

Conversation

rpivo
Copy link
Contributor

@rpivo rpivo commented Oct 29, 2023

solid-start 0.3.8 does not allow for @solidjs/meta ^0.29.0 peer dep.

@@ -142,7 +142,7 @@
"vitest": "^0.20.3"
},
"peerDependencies": {
"@solidjs/meta": "^0.28.0",
"@solidjs/meta": "^0.28.0 || ^0.29.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@solidjs/meta": "^0.28.0 || ^0.29.0",
"@solidjs/meta": "^0.29.0",

@ryansolid
Copy link
Member

v0.29.x actually doesn't work with SolidStart currently. I can update SolidStart but then everyone would need to 0.29

@ryansolid
Copy link
Member

I did.. see v0.3.9.. keep in mind it needs Solid 1.8.4 or later.

@ryansolid ryansolid closed this Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants