Skip to content

Commit

Permalink
chore: include packages/experimental-app-router
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 22, 2024
1 parent 7b32fc1 commit 6698edd
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 9 deletions.
301 changes: 300 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"packages/blocks",
"packages/block-editor-utils",
"packages/faustwp-cli",
"packages/experimental-app-router",
"packages/faustwp-core",
"examples/next/faustwp-getting-started",
"plugins/faustwp"
Expand Down
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.11.5",
"@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.8.0",
"@apollo/experimental-nextjs-app-support": "^0.11.5",
"@testing-library/jest-dom": "^5.17.0",
"@types/node": "^20.4.6",
"concurrently": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-app-router/src/client/rsc.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// eslint-disable-next-line import/extensions
import { ApolloClient, InMemoryCache } from '@apollo/client';
// eslint-disable-next-line import/extensions
import { registerApolloClient } from '@apollo/experimental-nextjs-app-support/rsc';
import { registerApolloClient } from '@apollo/experimental-nextjs-app-support';
import { fetchAccessToken } from '../server/auth/fetchAccessToken.js';
import { createApolloConfig } from './config.js';

Expand Down
Loading

0 comments on commit 6698edd

Please sign in to comment.