Merge branch 'vs/add-fe-graphql-apollo-lint' into 'master'
Add new CI task for linting GraphQL with Apollo tooling See merge request gitlab-org/gitlab!74013
Showing
config/apollo.config.js
0 → 100644
... | ... | @@ -209,6 +209,7 @@ |
"@testing-library/dom": "^7.16.2", | ||
"@vue/test-utils": "1.2.0", | ||
"acorn": "^6.3.0", | ||
"apollo": "^2.33.8", | ||
"axios-mock-adapter": "^1.15.0", | ||
"babel-jest": "^26.5.2", | ||
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
... | ... | @@ -263,7 +264,8 @@ |
}, | ||
"resolutions": { | ||
"chokidar": "^3.4.0", | ||
"@types/node": "14.17.5" | ||
"@types/node": "14.17.5", | ||
"graphql": "^15.4.0" | ||
}, | ||
"engines": { | ||
"node": ">=12.22.1", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment