diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e9a9b..8dab715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ## BREAKING CHANGES -- [#452](https://github.com/epaew/react-liff/pull/452) +- [#452](https://github.com/epaew/react-liff/pull/452) [#454](https://github.com/epaew/react-liff/pull/454) - Dropped supporting `react@16.x`, `react@17.x`. ## Others diff --git a/README.md b/README.md index 6118512..70fc42f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A react context provider for LIFF (LINE Front-end Framework) ## Requirements -- [React](https://reactjs.org/) v16.14 or later +- [React](https://reactjs.org/) v18.0 or later - React Native is not supported. - [LIFF SDK](https://developers.line.biz/en/docs/liff/release-notes/#liff-version-and-release-date) version >=2.9.0 diff --git a/package.json b/package.json index 68a7353..10aeb12 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,8 @@ }, "peerDependencies": { "prop-types": "*", - "react": ">=18.0.0 <19.0.0" + "react": ">=18.0.0 <19.0.0", + "react-dom": ">=18.0.0 <19.0.0" }, "optionalDependencies": { "@line/liff": ">=2.9.0 <2.21.0"