Skip to content

Commit

Permalink
Merge pull request #648 from appsignal/support-react-19
Browse files Browse the repository at this point in the history
Support React 19
  • Loading branch information
unflxw authored Jan 2, 2025
2 parents c4ba6af + 30bf30b commit 47108e6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ blocks:
commands:
- script/install_packages react@latest react-dom@latest
- mono test --package=@appsignal/react
- name: "@appsignal/react - [email protected]"
commands:
- script/install_packages [email protected] [email protected]
- mono test --package=@appsignal/react
- name: "@appsignal/react - [email protected]"
commands:
- script/install_packages [email protected] [email protected]
Expand Down
4 changes: 4 additions & 0 deletions build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ matrix:
packages:
react: "latest"
react-dom: "latest"
- name: "[email protected]"
packages:
react: "19.0.0"
react-dom: "19.0.0"
- name: "[email protected]"
packages:
react: "18.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/react/.changesets/add-support-for-react-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: patch
type: add
---

Add support for React 19
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@appsignal/core": "=1.1.24"
},
"peerDependencies": {
"react": ">= 16.8.6 < 19"
"react": ">= 16.8.6 < 20"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 47108e6

Please sign in to comment.