Skip to content

Commit

Permalink
chore: merge 4.0.4 tag into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed Jan 29, 2025
2 parents 40c9f17 + aa9d5fd commit 536d1c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
31 changes: 12 additions & 19 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-smooth",
"version": "4.0.2",
"version": "4.0.4",
"description": "react animation library",
"main": "lib/index",
"module": "es6/index",
Expand Down Expand Up @@ -44,12 +44,12 @@
},
"homepage": "https://github.com/recharts/react-smooth#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"fast-equals": "^5.0.1",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.2",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
Expand Down

0 comments on commit 536d1c0

Please sign in to comment.