Skip to content

Commit 752864f

Browse files
authored
Merge pull request #555 from wpengine/copilot/update-nextjs-in-examples
chore: Update Next.js to 15.5.8 and regenerate package-lock.json files in example apps
2 parents 7c9bf9d + ed8da5d commit 752864f

File tree

25 files changed

+81
-89
lines changed

25 files changed

+81
-89
lines changed

examples/next/apollo-authentication/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"clsx": "^2.1.1",
1616
"graphql": "16.10.0",
1717
"lucide-react": "^0.477.0",
18-
"next": "^15.5.7",
18+
"next": "^15.5.8",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",
2121
"tailwind-merge": "^3.0.2",

examples/next/apollo-client-data-fetch/example-app/package-lock.json

Lines changed: 8 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next/apollo-client-data-fetch/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"crypto-hash": "^3.1.0",
1414
"debounce": "^2.2.0",
1515
"graphql": "^16.10.0",
16-
"next": "^15.5.7",
16+
"next": "^15.5.8",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

examples/next/apollo-client-filesystem-routing/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@apollo/client": "^3.13.4",
1313
"graphql": "^16.10.0",
14-
"next": "^15.5.7",
14+
"next": "^15.5.8",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

examples/next/client-app-router-fetch-data/example-app/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next/client-app-router-fetch-data/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prettier": "prettier --write ."
1111
},
1212
"dependencies": {
13-
"next": "^15.5.7",
13+
"next": "^15.5.8",
1414
"prettier": "^3.5.3",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"

examples/next/client-multisite-app-router-fetch-data/example-app/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next/client-multisite-app-router-fetch-data/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prettier": "prettier --write ."
1111
},
1212
"dependencies": {
13-
"next": "^15.5.7",
13+
"next": "^15.5.8",
1414
"prettier": "^3.5.3",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"

examples/next/custom-sitemap-apollo/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@apollo/client": "^3.13.5",
13-
"next": "^15.5.7",
13+
"next": "^15.5.8",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

examples/next/custom-sitemap-vanilla-wpgraphql/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@apollo/client": "^3.13.5",
13-
"next": "^15.5.7",
13+
"next": "^15.5.8",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

0 commit comments

Comments
 (0)