diff --git a/.changeset/beige-sloths-raise.md b/.changeset/beige-sloths-raise.md new file mode 100644 index 00000000..0a68861c --- /dev/null +++ b/.changeset/beige-sloths-raise.md @@ -0,0 +1,5 @@ +--- +'@hono/auth-js': patch +--- + +added react as peer dependency diff --git a/packages/auth-js/package.json b/packages/auth-js/package.json index fc6a7439..cbdcd5ac 100644 --- a/packages/auth-js/package.json +++ b/packages/auth-js/package.json @@ -53,7 +53,8 @@ "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "@auth/core": "0.*", - "hono": "3.*" + "hono": "3.*", + "react": ">=18" }, "devDependencies": { "@auth/core": "^0.19.0", diff --git a/yarn.lock b/yarn.lock index 35e24fd3..bac29ca5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1361,6 +1361,7 @@ __metadata: peerDependencies: "@auth/core": 0.* hono: 3.* + react: ">=18" languageName: unknown linkType: soft