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

fix: npm release github action issue #4112

Merged
merged 3 commits into from Oct 16, 2022
Merged

fix: npm release github action issue #4112

merged 3 commits into from Oct 16, 2022

Conversation

wingkwong
Copy link
Member

Change Summary

npm ERR! npm ERR! Could not resolve dependency:
npm ERR! npm ERR! dev typedoc@"^0.22.17" from the root project
npm ERR! npm ERR! 
npm ERR! npm ERR! Conflicting peer dependency: typescript@4.7.4
npm ERR! npm ERR! node_modules/typescript
npm ERR! npm ERR!   peer typescript@"4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x" from typedoc@0.22.18
npm ERR! npm ERR!   node_modules/typedoc
npm ERR! npm ERR!     dev typedoc@"^0.22.17" from the root project

bump typedoc version.

Change type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

Test/ Verification

Provide summary of changes.

Additional information / screenshots (optional)

Anything for maintainers to be made aware of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants