fix(deps): move ajv from devDepenencies to dependencies
@epoberezkin I believe ajv should be added as a dependency to this project. Can you approve the workflow ?
@epoberezkin Would you have time to take a look on this PR, it's a small one ?
can this be merged? it fixes this error:
Error: Cannot find module 'ajv/dist/compile/codegen'
Require stack:
- /some/project/node_modules/ajv-errors/dist/index.js
I think this PR is really important, we have an issue with the submodule which depends on ajv-errors and on the main module, it points to the outdated version of ajv because it is already installed by other modules which install the outdated version. Our current solution is to install it directly on the main module and then remove it to make sure ajv on node_modules is compatible with ajv-errors but we think it is not scalable solution.