equinor / esv-intersection

A reusable component to create intersection visualizations for wells
https://equinor.github.io/esv-intersection/storybook/latest
MIT License
12 stars 7 forks source link

chore(dependencies): Upgrade dependencies #546

Closed ovineq closed 1 year ago

ovineq commented 1 year ago

Can be rebased after https://github.com/equinor/esv-intersection/pull/545

Minor release of curve-interpolator has breaking changes. I went through the changeset of 3.0.1 => 3.1.1 and the following seems like the correct changes:

lookup => getIntersects lookup docs: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dL168 getIntersects doc: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dR449-R462

lookupPositions => getIntersectsAsPositions Implementation changed, docs stayed the same: https://github.com/kjerandp/curve-interpolator/compare/3.0.1..3.1.1#diff-425c2d7c81b652a656e544922478f4cd278885e96fa05b38597992953cbefb0dL185-R475