Skip to content

Commit 536d1c0

Browse files
author
Coltin Kifer
committed
chore: merge 4.0.4 tag into master
2 parents 40c9f17 + aa9d5fd commit 536d1c0

File tree

2 files changed

+16
-23
lines changed

2 files changed

+16
-23
lines changed

package-lock.json

Lines changed: 12 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-smooth",
3-
"version": "4.0.2",
3+
"version": "4.0.4",
44
"description": "react animation library",
55
"main": "lib/index",
66
"module": "es6/index",
@@ -44,12 +44,12 @@
4444
},
4545
"homepage": "https://github.com/recharts/react-smooth#readme",
4646
"peerDependencies": {
47-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
48-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
47+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
48+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4949
},
5050
"dependencies": {
51+
"fast-equals": "^5.0.1",
5152
"prop-types": "^15.8.1",
52-
"react-fast-compare": "^3.2.2",
5353
"react-transition-group": "^4.4.5"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)