-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update dependencies. #375
Update dependencies. #375
Conversation
@tinola would these versions work for you? |
This is OK, but I still have to apply dirty hack to use swc-wasm edition because of this:
Dirty patch for
After this ztnet is building just fine.
This is strange - with this line prisma client was generated as version 5.6.0.
After this prisma was generated as v5.11.0.
Those two lines are just OK. |
BTW, so it seems, next-swc just did f**k up with builds packages for FreeBSD and some Linux archs... and here some details: I can't believe, what a mo..ns :( Now, the goal is how to prepare
|
its not possible to set conditions directly in package-json to my knowledge, but we could do these checks in the installer script. |
Understood. So analysing https://github.com/vercel/next.js/blob/4efe14238b5ab11935e73aa09631ef5ec8045b13/packages/next/src/build/swc/index.ts#L122 there're some triples which falling back to use wasm bindings. |
@sinamics, I think you can merge this PR into main anyway :) |
Updates: