react-motion has a dependency of performance-now@^0.2.0
It also has a dependency on raf@^3.1.0 which currently resolves to [email protected]
[email protected] has a dependency on performance-now@^2.1.0
This means that including react-motion as a dependency introduces 2 major versions of raf.
Can react-motion be updated to use performance-now@^2.1.0? Or a range that includes both 0.2.0 and 2.1.0?
+1 can someone merge this PR? @nkbt
Bump. Can you please merge this? Currently react-motion is pulling in two copies of this dependency:
$ npm ls performance-now
[email protected] C:\Oreo\oreo-main
`-- [email protected]
+-- [email protected]
`-- [email protected]
`-- [email protected]
This is merged in 4222c5c61ad4d4e0d8abc71c49bfc4fe1d1efb74
@chenglou can we cut a new npm release now? It seems like there are some very desirable changes in the library (raf versions, memory-leak fix, etc)
@chenglou is there any chance to have master published to npm? Thank you.
Most helpful comment
This is merged in 4222c5c61ad4d4e0d8abc71c49bfc4fe1d1efb74
@chenglou can we cut a new npm release now? It seems like there are some very desirable changes in the library (raf versions, memory-leak fix, etc)