Skip to content

Commit 1f5a9b2

Browse files
feat: Update React to v19 and add React v19 as an acceptable peerDependency
1 parent b1bff1c commit 1f5a9b2

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-node-resolve": "^16.0.0",
5353
"@testing-library/jest-dom": "^6.6.3",
5454
"@types/jest": "^29.5.14",
55-
"@types/react": "^18.3.18",
55+
"@types/react": "^19.0.7",
5656
"@typescript-eslint/eslint-plugin": "^8.20.0",
5757
"@typescript-eslint/parser": "^8.20.0",
5858
"commitizen": "^4.3.1",
@@ -68,14 +68,14 @@
6868
"jest-junit": "^16.0.0",
6969
"lint-staged": "^15.3.0",
7070
"prettier": "^3.4.2",
71-
"react": "^18.3.1",
71+
"react": "^19.0.0",
7272
"rollup": "^4.30.1",
7373
"rollup-plugin-peer-deps-external": "^2.2.4",
7474
"standard-version": "^9.5.0",
7575
"typescript": "^5.7.3"
7676
},
7777
"peerDependencies": {
78-
"react": "^17.0.0 || ^18.0.0"
78+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
7979
},
8080
"config": {
8181
"commitizen": {

0 commit comments

Comments
 (0)