Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove resolutions field from @examples-query-react/graphql-codegen as it is ignored #4343

Merged
3 changes: 0 additions & 3 deletions examples/query/react/graphql-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
"ts-node": "^10.0.0",
"typescript": "4.1.3"
},
"resolutions": {
"@typescript-eslint/parser": "4.4.1"
},
"scripts": {
"develop": "cross-env CHOKIDAR_USEPOLLING=true yarn start",
"start": "concurrently --restart-tries 20 'npm:watch-*'",
Expand Down