Skip to content

Commit

Permalink
Update @apollo/experimental-nextjs-app-support to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Feb 7, 2024
1 parent f6c6b0c commit 100d538
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.5.1",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@faustwp/cli": "^2.0.0",
"@faustwp/core": "^2.1.2",
"@faustwp/experimental-app-router": "^0.2.2",
Expand Down
207 changes: 189 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/experimental-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"@apollo/client": ">=3.8.0",
"@apollo/experimental-nextjs-app-support": ">=0.5.0",
"@apollo/experimental-nextjs-app-support": ">=0.8.0",
"@faustwp/cli": ">=1.1.3",
"@faustwp/core": ">=1.1.2",
"next": ">=14.0.0",
Expand All @@ -57,7 +57,7 @@
},
"devDependencies": {
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.5.1",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@faustwp/cli": "^2.0.0",
"@faustwp/core": "^2.0.0",
"@testing-library/jest-dom": "^5.17.0",
Expand Down

0 comments on commit 100d538

Please sign in to comment.