Skip to content

Commit 8de40bb

Browse files
committed
chore: wip
chore: wip
1 parent 52dbfc6 commit 8de40bb

File tree

25 files changed

+31
-118
lines changed

25 files changed

+31
-118
lines changed

bun.lock

Lines changed: 27 additions & 74 deletions
Large diffs are not rendered by default.

bun.lockb

-895 KB
Binary file not shown.

resources/views/dashboard/buddy/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const isActive = computed(() => (id: number) => activeConversation.value === id)
248248
<div class="flex items-center space-x-4">
249249
<input v-model="newMessage"
250250
type="text"
251-
placeholder="Ask anything about Stacks.js..."
251+
placeholder="Ask anything about your project..."
252252
@keyup.enter="sendMessage"
253253
class="flex-1 rounded-lg border border-gray-300 px-4 py-2 focus:border-blue-500 focus:ring-1 focus:ring-blue-500 focus:outline-none" />
254254
<button @click="sendMessage"

storage/framework/core/components/audio/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"@microsoft/api-extractor": "^7.49.1",
3939
"@stacksjs/alias": "workspace:*",
4040
"@stacksjs/development": "workspace:*",
41-
"@types/clean-css": "^4.2.11",
4241
"@vue/tsconfig": "^0.7.0",
43-
"clean-css": "^5.3.3",
4442
"unplugin-icons": "^22.0.0"
4543
}
4644
}

storage/framework/core/components/auth/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"@microsoft/api-extractor": "^7.49.1",
3939
"@stacksjs/alias": "workspace:*",
4040
"@stacksjs/development": "workspace:*",
41-
"@types/clean-css": "^4.2.11",
4241
"@vue/tsconfig": "^0.7.0",
43-
"clean-css": "^5.3.3",
4442
"unplugin-icons": "^22.0.0"
4543
}
4644
}

storage/framework/core/components/button/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"@microsoft/api-extractor": "^7.49.1",
3939
"@stacksjs/alias": "workspace:*",
4040
"@stacksjs/development": "workspace:*",
41-
"@types/clean-css": "^4.2.11",
4241
"@vue/tsconfig": "^0.7.0",
43-
"clean-css": "^5.3.3",
4442
"unplugin-icons": "^22.0.0"
4543
}
4644
}

storage/framework/core/components/calendar/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"@microsoft/api-extractor": "^7.49.1",
3939
"@stacksjs/alias": "workspace:*",
4040
"@stacksjs/development": "workspace:*",
41-
"@types/clean-css": "^4.2.11",
4241
"@vue/tsconfig": "^0.7.0",
43-
"clean-css": "^5.3.3",
4442
"unplugin-icons": "^22.0.0"
4543
}
4644
}

storage/framework/core/components/combobox/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@
5454
"@microsoft/api-extractor": "^7.49.1",
5555
"@stacksjs/alias": "workspace:*",
5656
"@stacksjs/development": "workspace:*",
57-
"@types/clean-css": "^4.2.11",
5857
"@vue/tsconfig": "^0.7.0",
59-
"clean-css": "^5.3.3",
6058
"unocss": "65.4.0",
6159
"unplugin-icons": "^22.0.0"
6260
}

storage/framework/core/components/command-palette/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@
4141
"@microsoft/api-extractor": "^7.49.1",
4242
"@stacksjs/alias": "workspace:*",
4343
"@stacksjs/development": "workspace:*",
44-
"@types/clean-css": "^4.2.11",
4544
"@vue/tsconfig": "^0.7.0",
46-
"clean-css": "^5.3.3",
47-
"sass": "^1.83.1",
4845
"unplugin-icons": "^22.0.0"
4946
}
5047
}

0 commit comments

Comments
 (0)