create-sonicjs 3.0.0-beta.24 → 3.0.0-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.js +1 -1
- package/templates/starter/package.json +1 -1
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -409,7 +409,7 @@ async function copyTemplate(templateName, targetDir, options) {
|
|
|
409
409
|
|
|
410
410
|
// Add @sonicjs-cms/core dependency
|
|
411
411
|
packageJson.dependencies = {
|
|
412
|
-
'@sonicjs-cms/core': '^3.0.0-beta.
|
|
412
|
+
'@sonicjs-cms/core': '^3.0.0-beta.26',
|
|
413
413
|
...packageJson.dependencies
|
|
414
414
|
}
|
|
415
415
|
|