c2pa-js icon indicating copy to clipboard operation
c2pa-js copied to clipboard

Update dependency versions

Open dkozma opened this issue 2 years ago • 2 comments

Changes in this pull request

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [ ] All applicable changes have been documented
  • [ ] Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment

dkozma avatar Jul 19 '23 20:07 dkozma

❌ No changeset has been found!

This means no version will be published on merge.

If you would like this PR to create a new version on merge, please run rush change and commit the generated change description files to this branch.

github-actions[bot] avatar Jul 19 '23 20:07 github-actions[bot]

This is currently breaking due to the fact that we had to upgrade to TypeScript 4.7.4 which contains a TrustedHTML declaration which older packages (@types/[email protected], @types/[email protected]) are trying to re-declare.

dkozma avatar Jul 19 '23 21:07 dkozma