mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Update all package.json files to use the latest versions: - react: ^19.2.3 - react-dom: ^19.2.3 - @types/react: ^19.2.3 - @types/react-dom: ^19.2.3 - next: ^16.1.0 (where applicable) - eslint-config-next: ^16.1.0 (where applicable) Updated files: - src/init/react-app/package.json - src/init/react-tailwind/package.json - src/init/react-shadcn/package.json - test/integration/next-pages/package.json - test/js/third_party/next-auth/fixture/package.json - test/bake/fixtures/react-spa-simple/package.json - bench/install/package.json - bench/package.json - bench/react-hello-world/package.json - package.json (root) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
79 B
JSON
7 lines
79 B
JSON
{
|
|
"dependencies": {
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
}
|
|
}
|