You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We currently have two package.json in the Styleguide project. One is for the npm publish (the one in the root folder) and one for the VTEX IO publish (the one in the react folder). This forces us to maintain the source of truth for the dependencies, what could very possibly lead to an error (as seen in #458)
Expected behavior
Only declare depencies once and maintain only one package.json.