Skip to content

Commit

Permalink
Expand peer dep range to support 14 (#6264)
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDanLu committed Apr 29, 2024
1 parent 434b636 commit 233b650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/@react-aria/test-utils/package.json
Expand Up @@ -25,8 +25,8 @@
"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.0.0",
"@testing-library/react": "^13.0.0 || ^14.0.0",
"@testing-library/user-event": "^13.0.0 || ^14.0.0",
"jest": "^27.0.0",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-spectrum/test-utils/package.json
Expand Up @@ -28,8 +28,8 @@
"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.0.0",
"@testing-library/react": "^13.0.0 || ^14.0.0",
"@testing-library/user-event": "^13.0.0 || ^14.0.0",
"jest": "^27.0.0",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
},
Expand Down

1 comment on commit 233b650

@rspbot
Copy link

@rspbot rspbot commented on 233b650 Apr 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.