Skip to content

Commit

Permalink
feat: remove examples/next/app-router
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 21, 2024
1 parent 9011492 commit 2997a94
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 301 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ module.exports = {
'react/require-default-props': 0,
'@typescript-eslint/no-unsafe-assignment': 0,
'@typescript-eslint/no-unsafe-member-access': 0,
'@typescript-eslint/no-unsafe-call': 0,
'@typescript-eslint/no-unsafe-argument': 0,
'jsx-a11y/anchor-is-valid': 0,
'no-console': ['error', { allow: ['warn', 'error', 'debug'] }],
'no-underscore-dangle': ['error', { 'allow': ['__schema'] }],
Expand Down
16 changes: 8 additions & 8 deletions examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"start": "faust start"
},
"dependencies": {
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@apollo/client": "^3.11.8",
"@apollo/experimental-nextjs-app-support": "^0.11.4",
"@faustwp/cli": "^3.1.0",
"@faustwp/core": "^3.1.0",
"@faustwp/experimental-app-router": "^0.4.0",
"graphql": "^16.7.1",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"graphql": "^16.9.0",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"next-secure-headers": "^2.2.0",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit 2997a94

Please sign in to comment.