Closed
Description
Is your feature request related to a problem? Please describe.
- CodeGen updates in chore: copy package.json properly #900 changes the order of dependencies
- This was noticed in commit 09659da of chore: codegen for adding react-native target #903
Describe the solution you'd like
CodeGen retains the order of dependencies/devDependencies same as that done by lerna
Describe alternatives you've considered
changing the order after running codegen as in #900, and it being updated when release is run