Skip to content

Commit 49b7073

Browse files
committed
Update dependencies in example and plugin package.json files
Upgraded Next.js, ESLint, and various related dependencies in multiple example and plugin package.json files to their latest versions. This ensures compatibility, improved performance, and security updates across the affected projects.
1 parent aeb24b2 commit 49b7073

File tree

15 files changed

+6979
-1055
lines changed

15 files changed

+6979
-1055
lines changed

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

Lines changed: 262 additions & 215 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.2.4",
16+
"next": "^15.5.2",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

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

Lines changed: 251 additions & 215 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.2.4",
13+
"next": "^15.5.2",
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.2.4",
13+
"next": "^15.5.2",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

0 commit comments

Comments
 (0)