Skip to content

Commit 329da84

Browse files
committed
chore: update deps
1 parent 6646bac commit 329da84

File tree

5 files changed

+2181
-2887
lines changed

5 files changed

+2181
-2887
lines changed

components/CommandPalette.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ useEventListener('keydown', (e) => {
107107
<input
108108
ref="input"
109109
v-model="commands.search"
110-
h-full w-full rounded border-none p4 pl0 outline-none bg-base
110+
h-full w-full rounded border-none bg-base p4 pl0 outline-none
111111
:placeholder="$t('search-dots')"
112112
>
113113
</div>

components/PanelDocs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ router.beforeEach(() => {
160160
flex="~ col"
161161
border="b base"
162162

163-
absolute left-0 right-0 top-0 max-h-60vh overflow-y-auto py2 backdrop-blur-10 bg-base important-bg-opacity-80
163+
absolute left-0 right-0 top-0 max-h-60vh overflow-y-auto bg-base py2 backdrop-blur-10 important-bg-opacity-80
164164
>
165165
<ContentNavItem v-for="item of navigation" :key="item.path" :item="item" />
166166
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "learn.nuxt.com",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@10.11.0",
5+
"packageManager": "pnpm@10.12.1",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",

0 commit comments

Comments
 (0)