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

Compatible with solid-start 1.1.0 (vite 6) #148

Open
birkskyum opened this issue Feb 10, 2025 · 0 comments
Open

Compatible with solid-start 1.1.0 (vite 6) #148

birkskyum opened this issue Feb 10, 2025 · 0 comments

Comments

@birkskyum
Copy link

birkskyum commented Feb 10, 2025

https://github.com/solidjs/solid-start/releases/tag/%40solidjs%2Fstart%401.1.0

There are a few packages here that need bumps, both in devDependencies and peerDependencies (vinxi, auth/core )

"types": "./dist/index.d.ts",
"devDependencies": {
"@auth/core": "^0.35.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.6",
"@types/node": "^20.14.9",
"@types/set-cookie-parser": "^2.4.9",
"@typescript-eslint/parser": "^7.14.1",
"rollup": "^4.18.0",
"rollup-preset-solid": "^2.0.1",
"solid-js": "^1.8.19",
"typescript": "^5.5.2",
"vinxi": "^0.4.3"
},
"dependencies": {
"@solid-mediakit/shared": "workspace:*",
"cookie": "^0.6.0",
"set-cookie-parser": "^2.6.0"
},
"peerDependencies": {
"@auth/core": "^0.37.3",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"

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

No branches or pull requests

1 participant