Skip to content

Commit

Permalink
Add dev deps for app router example (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson authored Sep 20, 2023
1 parent 6b48533 commit 9528e0d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
7 changes: 6 additions & 1 deletion examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.4.1",
"@faustwp/cli": "1.1.3",
"@faustwp/core": "1.1.2",
"@faustwp/experimental-app-router": "^0.1.0",
"@apollo/experimental-nextjs-app-support": "^0.4.1",
"graphql": "^16.7.1",
"next": "^13.4.20-canary.18",
"react": "^18.2.0",
Expand All @@ -23,5 +23,10 @@
"engines": {
"node": ">=16",
"npm": ">=8"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"typescript": "^5.2.2"
}
}
41 changes: 38 additions & 3 deletions package-lock.json

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

1 comment on commit 9528e0d

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
faustjs canary https://hg…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.