Skip to content

Commit 043a8fd

Browse files
committed
feat: Support React 19
1 parent 6f4c065 commit 043a8fd

File tree

2 files changed

+49
-58
lines changed

2 files changed

+49
-58
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@
3737
},
3838
"peerDependencies": {
3939
"@types/react": "^18.0.0",
40-
"react": "^18.0.0",
41-
"react-dom": "^18.0.0"
40+
"react": "^18.0.0 || ^19.0.0",
41+
"react-dom": "^18.0.0 || ^19.0.0"
4242
},
4343
"devDependencies": {
4444
"@nighttrax/eslint-config-tsx": "~12.0.0-alpha.3",
4545
"@tdd-buffet/jest-config": "~6.0.0",
4646
"@tdd-buffet/tsconfig": "~1.0.5",
4747
"@testing-library/dom": "~10.4.0",
48-
"@testing-library/react": "~16.0.0",
48+
"@testing-library/react": "~16.1.0",
4949
"@types/jest": "~29.5.0",
5050
"@types/node": "~22.10.0",
51-
"@types/react": "~18.3.0",
52-
"@types/react-dom": "~18.3.0",
51+
"@types/react": "~19.0.2",
52+
"@types/react-dom": "~19.0.2",
5353
"@types/sinon": "~17.0.0",
5454
"eslint": "~8.57.0",
5555
"jest": "~29.7.0",
56-
"react": "~18.3.0",
57-
"react-dom": "~18.3.0",
56+
"react": "~19.0.0",
57+
"react-dom": "~19.0.0",
5858
"standard-version": "~9.5.0",
5959
"typescript": "~5.7.0"
6060
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)