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

regenerate lockfile #433

Merged
merged 3 commits into from Dec 2, 2022
Merged

Commits on Dec 2, 2022

  1. regenerate lockfile

    - delete node_modules
    - remove auto install peers from npmrc
    - add missing peers manually based on output
    - fix a gatsby issue with the graphql-compose override
    CobyPear committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e06c0d9 View commit details
    Browse the repository at this point in the history
  2. Use @rollup/plugin-typescript for nextjs-kit

    vite-plugin-dts was failing to bundle the jsx runtime properly, but the
    @rollup/typescript-plugin works better.
    CobyPear committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    09c249e View commit details
    Browse the repository at this point in the history
  3. Add changeset

    CobyPear committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    a529abf View commit details
    Browse the repository at this point in the history