Skip to content

Commit

Permalink
Update @apollo/experimental-nextjs-app-support to v0.8.0-NEW (#1796)
Browse files Browse the repository at this point in the history
* Test CI/CD

* Update package.json

* Chore: Update package.json

* Update client.ts

* Added experimental app router to script build

---------

Co-authored-by: Teresa (Terri) Gobble <[email protected]>
  • Loading branch information
theodesp and TeresaGobble authored Feb 9, 2024
1 parent f6c6b0c commit f4ae2eb
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 20 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
205 changes: 188 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"scripts": {
"build": "npm run build --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next --workspace=@faustwp/cli --workspace=@faustwp/core --workspace=@faustwp/blocks --workspace=@faustwp/block-editor-utils",
"build": "npm run build --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next --workspace=@faustwp/cli --workspace=@faustwp/core --workspace=@faustwp/blocks --workspace=@faustwp/block-editor-utils --workspace=@faustwp/experimental-app-router",
"build:core": "npm run build --workspace=@faustjs/core",
"build:next": "npm run build --workspace=@faustjs/next",
"build:react": "npm run build --workspace=@faustjs/react",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 f4ae2eb

Please sign in to comment.