Skip to content

Commit

Permalink
Merge pull request #64 from mCaptcha/fix-63
Browse files Browse the repository at this point in the history
fix: update peerDependencies to react ^18.2
  • Loading branch information
realaravinth authored Nov 1, 2023
2 parents 8bdc897 + 0f66a22 commit 1ba0f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcaptcha/react-glue",
"version": "0.1.0-rc2",
"version": "0.1.0-rc3",
"description": "glue code to setup mCaptcha on your React website",
"author": "Aravinth Manivannan <realaravinth@batsense.net>",
"license": "(MIT OR Apache-2.0)",
Expand Down Expand Up @@ -59,7 +59,7 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
Expand Down

0 comments on commit 1ba0f45

Please sign in to comment.