accords-library.com/.ncurc.json

14 lines
430 B
JSON
Raw Normal View History

2023-04-08 15:30:08 +00:00
/*
COMMENTS
- graphql-request: we are stuck at version 5.1.0 because 5.2.0 has a typescript bug
see https://github.com/dotansimha/graphql-code-generator/issues/9046
- react-hotkeys-hook: we are stuck at version 3.4.7 because 4.X is not working well.
Need more experimenting.
*/
{
"upgrade": false,
2023-04-08 15:30:08 +00:00
"reject": ["react-hotkeys-hook", "graphql-request"]
}