ioof-holdings / redux-subspace

Build decoupled, componentized Redux apps with a single global store
https://ioof-holdings.github.io/redux-subspace/
BSD 3-Clause "New" or "Revised" License
312 stars 33 forks source link

@types in redux-subspace-observable dependencies #101

Closed cronon closed 5 years ago

cronon commented 5 years ago

bug in redux-subspace-observable

redux-subspace-observable starting from version 3.0.0 contains @types as dependencies and they conflict with built-in typescript libraries.

Possible Solution

Move @types/es6-shim and @types/node to devDependencies

mpeyper commented 5 years ago

I'm sorry @cronon, this one has slipped past me.

I'm not a typescript user myself, so this sort of thing easily confuses me. I'm happy to accept pull requests to improve or fix type definitions for users.