Skip to content

fix: remove typescript from peerDependencies#71

Open
rtabulov wants to merge 1 commit into
tisoap:mainfrom
rtabulov:fix/remove-typescript-peer
Open

fix: remove typescript from peerDependencies#71
rtabulov wants to merge 1 commit into
tisoap:mainfrom
rtabulov:fix/remove-typescript-peer

Conversation

@rtabulov

Copy link
Copy Markdown

Summary

  • Remove typescript from peerDependencies (build-time only; not a runtime peer)
  • Keep typescript in devDependencies; leave react / react-dom / @xyflow/react peers unchanged
  • Sync root package-lock.json peers to match

Fixes #70

Test plan

  • Inspect packed package.json peers: no typescript; runtime peers remain
  • Confirm devDependencies.typescript still present
  • Maintainer: patch release so npm consumers pick up the change

TypeScript is build-time only; declaring it as a peer
caused install conflicts (e.g. typescript@rc).

Fixes tisoap#70
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.

typescript should be removed from peer dependencies

1 participant