powerhouse-inc / codegen

0 stars 0 forks source link

bug: out of date document model deps in template #18

Closed ryanwolhuter closed 8 months ago

ryanwolhuter commented 10 months ago

When using this method for creating a new document model lib:

yarn create document-model-lib "PROJECT_NAME"
cd "PROJECT_NAME"

the package.json file that is generated from the template has out-of-date dependencies for:

"@acaldas/powerhouse": "^1.0.10" -> latest is 1.0.14 "document-model": "^1.0.5" -> latest is 1.0.19 peer dependency "document-model": "^1.0.5" -> latest is 1.0.19 (same as above)