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

Update dependencies #200

Merged
merged 4 commits into from Dec 8, 2022
Merged

Commits on Dec 8, 2022

  1. Update dependencies

    * Update to TS 4.9 and fix resulting issues
    * Add casts to prevent TS errors showing up when debugging apps that
      step into polyfill code
    * switch to @rollup/plugin-terser plugin
    * add version override for rollup-plugin-sourcemaps (verified in source
      that this seems OK)
    * Added JSON type assertion for importing package.json, because
      otherwise there were build errors.
    * Switched to using default imports for all rollup plugins
    justingrant committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    86362e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50eac14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a2a15b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e233017 View commit details
    Browse the repository at this point in the history