Claude Bot
d75322ed05
Update lockfiles for react, react-dom, and next upgrades
...
Run bun install to regenerate lockfiles after updating:
- react: ^19.2.3
- react-dom: ^19.2.3
- next: ^16.1.0
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-19 09:50:21 +00:00
Claude Bot
b084d8e9bf
Update react, react-dom, and next to latest versions
...
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 >
2025-12-19 09:46:58 +00:00
Paweł Zatoka
f673ed8821
fix: fix broken scripts in the React templates after the index.ts rename ( #23472 )
2025-10-10 22:49:45 -07:00
Paweł Zatoka
a67ac081f1
fix: rename index.tsx in React project templates to index.ts ( #23469 )
2025-10-10 18:35:54 -07:00
Zack Radisic
a3cf974752
Update bun-plugin-tailwind ( #23396 )
...
### What does this PR do?
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-10-09 23:39:04 -07:00
Michael H
d181e19952
bun bake templates: --source-map -> --sourcemap ( #21130 )
2025-07-17 03:13:48 -07:00
Alistair Smith
b75eb0c7c6
Updates to bun init React templates: Electric boogaloo ( #21066 )
2025-07-15 00:10:02 -07:00
Michael Melesse
f5b42e1507
react-tailwind template fix ( #20410 )
2025-06-15 13:19:44 -07:00
Alistair Smith
6e063fa57b
Use "module": "Preserve" ( #19655 )
...
Co-authored-by: Matt Pocock <mattpocockvoice@gmail.com >
2025-05-14 18:43:15 -07:00
Jarred Sumner
14b439a115
Fix formatters not running in CI + delete unnecessary files ( #19433 )
2025-05-08 23:22:16 -07:00
Jarred Sumner
d26e140287
Make the development: setting slightly cleaner in the init templates
2025-05-03 16:57:53 -07:00
Jarred Sumner
570e6b7e6a
Add WebKit Inspector support to Bun's HTTP Server ( #19340 )
2025-05-03 03:11:55 -07:00
Alistair Smith
a001c584dd
@types/bun: more improvements that make reference better ( #19098 )
...
Co-authored-by: ctrl-cheeb-del <theredxer@gmail.com >
2025-04-18 17:04:03 -07:00
Alistair Smith
5d1ca1f371
Move svg imports to a bun-env.d.ts file that gets created with bun init ( #18838 )
2025-04-07 23:43:13 +01:00
Jake Boone
d474b54ad1
Avoid animations for prefers-reduced-motion in bun init templates ( #17565 )
2025-02-22 16:44:55 -08:00
Jarred Sumner
8c32eb8354
Fix create not working properly ( #17465 )
...
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com >
Co-authored-by: chloe caruso <git@paperclover.net >
2025-02-21 12:41:34 -08:00