chore(deps): bumps payload-admin-bar to v1.0.7 to suppress react 19 warnings (#11499)

The `payload-admin-bar` now supports React 19 as a result of
https://github.com/payloadcms/payload-admin-bar/pull/13. This will
suppress the React 19 warnings on install within the website templates
and various examples that rely on this package.
This commit is contained in:
Jacob Fletcher
2025-03-03 10:13:24 -05:00
committed by GitHub
parent fd1a4f689e
commit bf4fa59026
6 changed files with 4405 additions and 8008 deletions

View File

@@ -25,7 +25,7 @@
"graphql": "^16.9.0",
"next": "^15.0.0",
"payload": "latest",
"payload-admin-bar": "^1.0.6",
"payload-admin-bar": "^1.0.7",
"react": "19.0.0",
"react-dom": "19.0.0"
},