Closed ryanwolhuter closed 8 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:
package.json
"@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)
When using this method for creating a new document model lib:
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)