create-bw-app 0.24.8 → 0.24.9
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 +8 -8
package/package.json
CHANGED
package/src/constants.mjs
CHANGED
|
@@ -176,16 +176,16 @@ export const PLATFORM_STARTER_FILES = [
|
|
|
176
176
|
];
|
|
177
177
|
|
|
178
178
|
export const APP_DEPENDENCY_DEFAULTS = {
|
|
179
|
-
"@brightweblabs/app-shell": "^0.15.
|
|
180
|
-
"@brightweblabs/core-auth": "^0.10.
|
|
179
|
+
"@brightweblabs/app-shell": "^0.15.9",
|
|
180
|
+
"@brightweblabs/core-auth": "^0.10.11",
|
|
181
181
|
"@brightweblabs/infra": "^0.7.0",
|
|
182
|
-
"@brightweblabs/module-admin": "^0.9.
|
|
183
|
-
"@brightweblabs/module-crm": "^0.17.
|
|
184
|
-
"@brightweblabs/module-marketing": "^0.4.
|
|
185
|
-
"@brightweblabs/module-orgs": "^0.6.
|
|
186
|
-
"@brightweblabs/module-projects": "^0.17.
|
|
182
|
+
"@brightweblabs/module-admin": "^0.9.1",
|
|
183
|
+
"@brightweblabs/module-crm": "^0.17.2",
|
|
184
|
+
"@brightweblabs/module-marketing": "^0.4.22",
|
|
185
|
+
"@brightweblabs/module-orgs": "^0.6.1",
|
|
186
|
+
"@brightweblabs/module-projects": "^0.17.10",
|
|
187
187
|
"@brightweblabs/theme": "^0.8.2",
|
|
188
|
-
"@brightweblabs/ui": "^1.5.
|
|
188
|
+
"@brightweblabs/ui": "^1.5.3",
|
|
189
189
|
"geist": "1.7.2",
|
|
190
190
|
"lucide-react": "^1.8.0",
|
|
191
191
|
"next": "^16.0.0",
|