Skip to content

Commit 53a2bcd

Browse files
committed
Update react monorepo to v19
1 parent 225eb2b commit 53a2bcd

File tree

3 files changed

+40
-49
lines changed

3 files changed

+40
-49
lines changed

package-lock.json

Lines changed: 34 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@private-captcha/react": "file:../private-captcha-react",
1313
"next": "15.4.5",
14-
"react": "^18.0.0",
15-
"react-dom": "^18.0.0"
14+
"react": "^19.0.0",
15+
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
1818
"typescript": "^5",
1919
"@types/node": "^20",
20-
"@types/react": "^18",
21-
"@types/react-dom": "^18",
20+
"@types/react": "^19.0.0",
21+
"@types/react-dom": "^19.0.0",
2222
"@tailwindcss/postcss": "^4",
2323
"tailwindcss": "^4",
2424
"eslint": "^9",

packages/private-captcha-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@private-captcha/private-captcha-js-core": "0.0.8"
1919
},
2020
"peerDependencies": {
21-
"react": "^18.0.0"
21+
"react": "^18.0.0 || ^19.0.0"
2222
},
2323
"devDependencies": {
24-
"@types/react": "^18"
24+
"@types/react": "^19.0.0"
2525
},
2626
"bugs": {
2727
"url": "https://github.com/PrivateCaptcha/private-captcha-react/issues"

0 commit comments

Comments
 (0)