create-bw-app 0.26.0 → 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 +1 -1
- package/src/constants.mjs +6 -6
package/package.json
CHANGED
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.
|
|
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.
|
|
193
|
-
"@brightweblabs/module-crm": "^0.18.
|
|
194
|
-
"@brightweblabs/module-marketing": "^0.4.
|
|
195
|
-
"@brightweblabs/module-orgs": "^0.7.
|
|
196
|
-
"@brightweblabs/module-projects": "^0.19.
|
|
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",
|