Skip to content

Commit

Permalink
Add React 19 support (#2131)
Browse files Browse the repository at this point in the history
* Add React 19 support

* Update changelog

* Update package-lock.json

* Disable node_modules cache

* Revert "Disable node_modules cache"

This reverts commit 9826e02.

* Test

* Revert "Test"

This reverts commit 12edbff.

* Update build.yml

* mark rollup dependency as optional

* Update build.yml

* Update playwright.yml

---------

Co-authored-by: Joe Tannenbaum <joe.tannenbaum@laravel.com>
  • Loading branch information
reinink and joetannenbaum authored Dec 13, 2024
1 parent 29ff557 commit a341f53
Show file tree
Hide file tree
Showing 8 changed files with 1,157 additions and 2,265 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
- name: Build Inertia
run: |
rm package-lock.json
npm install
cd packages/core && npm run build
cd ../${{ matrix.adapter }} && npm run build
# - name: Build Playground
# run: |
# cd playgrounds/${{ matrix.adapter }} && npm run build
1 change: 0 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Build Inertia
run: |
rm package-lock.json
npm install
cd packages/core
npm run build
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.

## [Unreleased](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.3...HEAD)

- Nothing yet!
- [2.x] Add React 19 support ([#2131](https://github.com/inertiajs/inertia/pull/2131))

## [v2.0.0-beta.3](https://github.com/inertiajs/inertia/compare/v2.0.0-beta.2...v2.0.0-beta.3)

Expand Down
Loading

0 comments on commit a341f53

Please sign in to comment.