Created
May 4, 2020 14:08
-
-
Save keithlayne/de67c8634befd0d926c8c862a4999b04 to your computer and use it in GitHub Desktop.
(Post)graphile package extensions for yarn 2 (works in strict mode)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I left stuff related to apollo and next.js in here, may be helpful to anyone using the starter.