when i run yarn
on my react app that uses firebase, i will get several warnings like...
@firebase/auth@npm:0.14.5 [c52f6] doesn't provide @firebase/[email protected] requested by @firebase/auth-types@npm:0.10.0
myapp@workspace:. doesn't provide @testing-library/dom@>=5 requested by @testing-library/user-event@npm:10.2.0
(fyi... i am using yarn v2)
does this mean i need to explicitly add those to my package.json?
@firebase/auth
– Perforce