diff --git a/README.md b/README.md index 3282386..221e241 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,6 @@ Please note that [react](www.npmjs.com/package/react) and [react-dom](www.npmjs. ```json "peerDependencies": { "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" }, ``` #### Package Manager diff --git a/package.json b/package.json index c6ac35f..ac5c0b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@optum/react-hooks", - "version": "1.1.0-next.0", + "version": "1.1.0-next.1", "description": "A reusable set of React hooks", "repository": "https://github.com/Optum/react-hooks", "license": "Apache 2.0", @@ -35,8 +35,7 @@ "typescript": "^5.1.3" }, "peerDependencies": { - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" + "react": "^17.0.0 || ^18.0.0" }, "dependencies": { "tslib": "^2.3.1" diff --git a/yarn.lock b/yarn.lock index 715c446..f3ebafe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1859,7 +1859,6 @@ __metadata: typescript: ^5.1.3 peerDependencies: react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft