Skip to content

Commit

Permalink
docs(templates): update Next.js templates to React 19 (#6733)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored Dec 12, 2024
1 parent e84c089 commit 3a01005
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 117 deletions.
93 changes: 42 additions & 51 deletions templates/nextjs-app/package-lock.json

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

12 changes: 5 additions & 7 deletions templates/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
"@ui5/webcomponents-fiori": "2.5.0",
"@ui5/webcomponents-react": "2.5.0",
"@types/node": "22.10.1",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"next": "15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2"
},
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}
93 changes: 42 additions & 51 deletions templates/nextjs-pages/package-lock.json

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

12 changes: 4 additions & 8 deletions templates/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@
"@ui5/webcomponents-fiori": "2.5.0",
"@ui5/webcomponents-react": "2.5.0",
"@types/node": "22.10.1",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"next": "15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}

0 comments on commit 3a01005

Please sign in to comment.