stackblitz / tutorialkit

TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API
https://tutorialkit.dev
MIT License
513 stars 49 forks source link

chore: use swapFunctions from astro:transitions/client #291

Closed martrapp closed 3 months ago

martrapp commented 3 months ago

With Astro 4.15.0, the experimental support for custom swap functions to be used with Astro's view transitions is no officially exported via the astro:transitions/client module.

Closes #235

I changed the dependency of astro to ^4.15.0 in the package.json of packages/astro. Wanted to ask first before also updating other package.json files.

stackblitz[bot] commented 3 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Nemikolh commented 3 months ago

Hey @martrapp! Thanks a ton for the PR and doing the work upstream! 😍🥰

Feel free to update the other places where astro is directly referenced 😃

martrapp commented 3 months ago

You are welcome, was a pleasure!

Nemikolh commented 3 months ago

Oh looks like we need to update the pnpm lock file

martrapp commented 3 months ago

Sorry, my bad. Local build and test now pass successfully. Could you please restart the checks once more?