create-bw-app 0.26.1 → 0.26.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-bw-app",
3
3
  "private": false,
4
- "version": "0.26.1",
4
+ "version": "0.26.2",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "create-bw-app": "bin/create-bw-app.mjs",
package/src/constants.mjs CHANGED
@@ -186,14 +186,14 @@ export const PLATFORM_STARTER_FILES = [
186
186
  ];
187
187
 
188
188
  export const APP_DEPENDENCY_DEFAULTS = {
189
- "@brightweblabs/app-shell": "^0.16.0",
189
+ "@brightweblabs/app-shell": "^0.16.1",
190
190
  "@brightweblabs/core-auth": "^0.12.0",
191
191
  "@brightweblabs/infra": "^0.7.0",
192
- "@brightweblabs/module-admin": "^0.9.4",
193
- "@brightweblabs/module-crm": "^0.18.1",
194
- "@brightweblabs/module-marketing": "^0.4.24",
195
- "@brightweblabs/module-orgs": "^0.7.0",
196
- "@brightweblabs/module-projects": "^0.19.0",
192
+ "@brightweblabs/module-admin": "^0.9.5",
193
+ "@brightweblabs/module-crm": "^0.18.2",
194
+ "@brightweblabs/module-marketing": "^0.4.25",
195
+ "@brightweblabs/module-orgs": "^0.7.1",
196
+ "@brightweblabs/module-projects": "^0.19.1",
197
197
  "@brightweblabs/theme": "^0.8.3",
198
198
  "@brightweblabs/ui": "^1.5.4",
199
199
  "geist": "1.7.2",