Skip to content

Commit d500c5a

Browse files
committed
Added support for React 19.
1 parent 458c9e1 commit d500c5a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ modify components that you may not have access to.
1919

2020
---
2121

22-
This project is an up-to-date reincarnation of https://github.com/mshafir/react-element-replace. It supports contemporary React versions (16.0.0-18.x) and contains bug fixes.
22+
This project is an up-to-date reincarnation of https://github.com/mshafir/react-element-replace. It supports contemporary React versions (16.0.0-19.x) and contains bug fixes.
2323

2424
---
2525

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
},
3030
"homepage": "https://github.com/gapotchenko/react-element-replace",
3131
"peerDependencies": {
32-
"react": "16 - 18",
33-
"react-dom": "16 - 18"
32+
"react": "16 - 19",
33+
"react-dom": "16 - 19"
3434
},
3535
"devDependencies": {
3636
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
3737
"@types/jest": "^24.0.20",
38-
"@types/react": "16 - 18",
39-
"@types/react-dom": "16 - 18",
40-
"@types/react-test-renderer": "16 - 18",
38+
"@types/react": "16 - 19",
39+
"@types/react-dom": "16 - 19",
40+
"@types/react-test-renderer": "16 - 19",
4141
"jest": "^29.7.0",
4242
"prettier": "^3.0.3",
4343
"react": "^16.0.0",
4444
"react-dom": "^16.0.0",
45-
"react-test-renderer": "16 - 18",
45+
"react-test-renderer": "16 - 19",
4646
"rollup": "^1.26.0",
4747
"rollup-plugin-commonjs": "^10.1.0",
4848
"rollup-plugin-node-resolve": "^5.2.0",

0 commit comments

Comments
 (0)