Skip to content

Commit

Permalink
Try pnpm.overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 committed Jan 10, 2025
1 parent 6b5d8bc commit 0729122
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/test/config/react17/r17-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"overrides": {
"@types/react": "16.9.56",
"@types/react-dom": "16.9.18",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1",
"react-test-renderer": "17.0.2",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"@floating-ui/react@^0.26.28>react": "17.0.2",
"@floating-ui/[email protected]>react-dom": "17.0.2",
"react-transition-group@^4.4.5>react": "17.0.2",
"react-transition-group@^4.4.5>react-dom": "17.0.2"
}
}
}

0 comments on commit 0729122

Please sign in to comment.