Skip to content

Commit

Permalink
chore(deps): bumps react-select to v5.9.0 to surpress react 19 warnin…
Browse files Browse the repository at this point in the history
…gs (#9967)

When installing Payload, `react-select` currently throws a dependency
warning because `v5.8.0` does not include React 19 in its peer deps. As
of `v5.9.0`, it now does thanks to
JedWatson/react-select#5984.
  • Loading branch information
jacobsfletch authored Dec 13, 2024
1 parent e073183 commit 4dc5003
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.41.0",
"react-select": "^5.8.0"
"react-select": "^5.9.0"
},
"devDependencies": {
"@payloadcms/graphql": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"qs-esm": "7.0.2",
"react-datepicker": "7.5.0",
"react-image-crop": "10.1.8",
"react-select": "5.8.3",
"react-select": "5.9.0",
"scheduler": "0.25.0",
"sonner": "^1.7.0",
"ts-essentials": "10.0.3",
Expand Down
73 changes: 51 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4dc5003

Please sign in to comment.