microsoft / redux-micro-frontend

This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
MIT License
344 stars 64 forks source link

Update package.json (introduce peerDependencies) #23

Open Flooze-IT opened 3 years ago

Flooze-IT commented 3 years ago

Move redux and redux-devtools-extension to peerDependencies to avoid versions conflicts.

Related to https://github.com/microsoft/redux-micro-frontend/issues/22

Flooze-IT commented 3 years ago

This is possible to validate this pull request or there are some problems that appear with this changes ?

Flooze-IT commented 2 years ago

Please it's possible to approve this pull request !?