Skip to content

Commit 1a558f5

Browse files
committed
Support React 19.0.0 peer dependency
1 parent 2d65671 commit 1a558f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/react",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"description": "i18n React framework using Transifex Native",
55
"keywords": [
66
"transifex",
@@ -40,7 +40,7 @@
4040
"peerDependencies": {
4141
"@transifex/native": "^7.0.0",
4242
"prop-types": "^15.0.0",
43-
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
43+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4444
},
4545
"devDependencies": {
4646
"@testing-library/jest-dom": "^6.2.0",
@@ -62,4 +62,4 @@
6262
"files": [
6363
"dist"
6464
]
65-
}
65+
}

0 commit comments

Comments
 (0)