stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.07k stars 158 forks source link

Update packages #96

Closed dbudwin closed 2 years ago

dbudwin commented 3 years ago

Many packages were out-of-date...often deprecated. I was having a lot of issues trying to run yarn install and had to update the package dependencies to get it all working.

Most versions were updated to their latest with the exception of react and react-dom. This was to satisfy some version constraints imposed by other packages. Even though everything would likely work nicely with React 17, I upped to the latest version of React 16 to play it safe.

This removes one dependency, @babel/preset-es2015. It gives the following message: "We've deprecated any official yearly presets in 6.x in favor or babel-preset-env. For 7.x it would be @babel/preset-env."

This also adds one dependency, eslint-plugin-react-hooks. This is to satisfy a new constraint imposed by eslint-config-airbnb.

codecov-io commented 3 years ago

Codecov Report

Merging #96 (6cc4356) into master (9524971) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #96   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           14        14           
  Branches         5         5           
=========================================
  Hits            14        14           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9524971...6cc4356. Read the comment docs.