Skip to content

Commit

Permalink
Add support for React 19 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos authored Jan 15, 2025
1 parent 34673fe commit d712003
Show file tree
Hide file tree
Showing 8 changed files with 1,527 additions and 15,095 deletions.
16,214 changes: 1,326 additions & 14,888 deletions examples/csr-app/package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions examples/csr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"react-scripts": "^5.0.1",
"typescript": "^4.8.4"
},
"overrides": {
"nth-check": "^2.1.1",
"postcss":"^8.4.38"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
200 changes: 101 additions & 99 deletions examples/next-csr-app/package-lock.json

Large diffs are not rendered by default.

90 changes: 49 additions & 41 deletions examples/next-ssr-app/package-lock.json

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

91 changes: 38 additions & 53 deletions package-lock.json

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

Loading

0 comments on commit d712003

Please sign in to comment.