diff --git a/package.json b/package.json index 6f0abc6..cd19311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-toast-notifications", - "version": "2.5.1", + "version": "3.0.0", "description": "A configurable, composable, toast notification system for react.", "main": "dist/index.js", "typings": "./index.d.ts", @@ -70,7 +70,7 @@ "webpack-dev-server": "^3.1.3" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" + "react": "^16.8.0 || ^17.0.0" || "^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0" || "^18.0.0" } }