yuku / textcomplete

Autocomplete for HTMLTextAreaElement and more.
https://yuku.takahashi.coffee/textcomplete/
MIT License
1.74k stars 305 forks source link

Fix peerDependencies #324

Closed aki77 closed 4 years ago

aki77 commented 4 years ago

The following dependency errors have been fixed.

├─┬ UNMET PEER DEPENDENCY @textcomplete/core@0.1.2
│ └── eventemitter3@4.0.4
└─┬ @textcomplete/textarea@0.1.2
  ├── UNMET PEER DEPENDENCY @textcomplete/core@0.1.2 deduped
  ├── @textcomplete/utils@0.1.2
  ├── @types/textarea-caret@3.0.0
  ├── textarea-caret@3.1.0
  └── undate@0.3.0

npm ERR! peer dep missing: @textcomplete/core@^0.0.0, required by @textcomplete/textarea@0.1.2
npm ERR! peer dep missing: @textcomplete/core@^0.0.0, required by @textcomplete/textarea@0.1.2
aki77 commented 4 years ago

Thanks!