Skip to content

Commit da9a0b6

Browse files
authored
allow 3.x peer dep (#132)
1 parent 67c6675 commit da9a0b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@
104104
"peerDependencies": {
105105
"prop-types": "^15.7.2",
106106
"react": "16.x || 17.x || 18.x || 19.x",
107-
"rollbar": "^2.26.4"
107+
"rollbar": "^2.26.4 || ^3.0.0-alpha.3"
108108
}
109109
}

0 commit comments

Comments
 (0)