Skip to content

Commit

Permalink
remove popmotion from dependency
Browse files Browse the repository at this point in the history
popmotion is not a direct dependency, so remove it from package.json's
dependencies. But instead force the version to 11.0.5 via overrides
due to motiondivision/motion#1543.

Change-Id: I515d532fd6f9ff64e83b0c3dcf96c5d24454dc4b
  • Loading branch information
sonnysasaka committed Oct 16, 2024
1 parent b0bbdd4 commit 689e0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@
"date-fns": "^3.6.0",
"lodash.debounce": "^4.0.8",
"next": "^14.1.0",
"popmotion": "^11.0.5",
"preact-render-to-string": "^6.4.0",
"react-datepicker": "^7.3.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1"
},
"overrides": {
"popmotion": "11.0.5"
}
}

0 comments on commit 689e0e6

Please sign in to comment.