Skip to content

Instantly share code, notes, and snippets.

@keithlayne
Created May 4, 2020 14:08
Show Gist options
  • Select an option

  • Save keithlayne/de67c8634befd0d926c8c862a4999b04 to your computer and use it in GitHub Desktop.

Select an option

Save keithlayne/de67c8634befd0d926c8c862a4999b04 to your computer and use it in GitHub Desktop.
(Post)graphile package extensions for yarn 2 (works in strict mode)
packageExtensions:
"@apollo/react-hooks@*":
peerDependencies:
apollo-utilities: "*"
"@apollo/react-ssr@*":
peerDependencies:
"@types/react": "*"
apollo-client: "*"
apollo-utilities: "*"
graphql: "*"
"@graphile-contrib/pg-omit-archived@*":
peerDependencies:
graphile-build: "*"
graphile-build-pg: "*"
tslib: '*'
"@graphql-codegen/cli@*":
peerDependenciesMeta:
"@graphql-codegen/add":
optional: true
"@graphql-codegen/typescript":
optional: true
"@graphql-codegen/typescript-graphql-request":
optional: true
"@graphql-codegen/typescript-operations":
optional: true
"@graphql-codegen/typescript-react-apollo":
optional: true
apollo-link-error@*:
peerDependencies:
graphql: "*"
apollo-link-ws@*:
peerDependencies:
graphql: "*"
apollo-upload-client@*:
peerDependencies:
graphql: "*"
debug@*:
peerDependenciesMeta:
supports-color:
optional: true
graphile-build-pg@*:
peerDependencies:
graphql: "*"
graphile-utils@*:
peerDependencies:
tslib: "*"
next-optimized-images@*:
peerDependencies:
webpack: "*"
peerDependenciesMeta:
imagemin-optipng:
optional: true
next@*:
dependencies:
cacache: "*"
schema-utils: "*"
peerDependencies:
"@types/react": "*"
postgraphile@*:
peerDependencies:
graphile-build: "*"
graphile-build-pg: "*"
promise-inflight@*:
peerDependenciesMeta:
bluebird:
optional: true
webpack@*:
peerDependenciesMeta:
webpack-cli:
optional: true
pnpMode: strict
@keithlayne
Copy link
Copy Markdown
Author

I left stuff related to apollo and next.js in here, may be helpful to anyone using the starter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment