Skip to content

Commit

Permalink
chore(nextjs): rename app-router to nextjs and update to v15 (#5520)
Browse files Browse the repository at this point in the history
* chore(nextjs): rename app-router to nextjs and update to v15

* chore: update lockfile
  • Loading branch information
joshblack authored Jan 27, 2025
1 parent eb0857d commit 6cfccdc
Show file tree
Hide file tree
Showing 9 changed files with 925 additions and 112 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "example-app-router",
"name": "example-nextjs",
"version": "0.0.0",
"private": true,
"scripts": {
Expand All @@ -11,14 +11,14 @@
},
"dependencies": {
"@primer/react": "37.11.0",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-components": "5.x",
"typescript": "^5.7.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
"@next/eslint-plugin-next": "^15.1.4",
"rimraf": "^5.0.5"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
{
"name": "next"
}
]
],
"target": "ES2017"
},
"include": [
"next-env.d.ts",
Expand Down
Loading

0 comments on commit 6cfccdc

Please sign in to comment.