diff --git a/package-lock.json b/package-lock.json index bf857b8..bf6e439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,8 +61,8 @@ }, "peerDependencies": { "prop-types": "^15.7.2", - "react": "16.x || 17.x || 18.x", - "rollbar": "^2.26.4" + "react": "16.x || 17.x || 18.x || 19.x", + "rollbar": "^2.26.4 || ^3.0.0-alpha.3" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 4a9eaa3..3850f2a 100644 --- a/package.json +++ b/package.json @@ -104,6 +104,6 @@ "peerDependencies": { "prop-types": "^15.7.2", "react": "16.x || 17.x || 18.x || 19.x", - "rollbar": "^2.26.4" + "rollbar": "^2.26.4 || ^3.0.0-alpha.3" } }