Skip to content

Commit e17e0d4

Browse files
committed
chore: update dependencies and bump version to 0.2.6
1 parent e6f1f84 commit e17e0d4

File tree

4 files changed

+233
-299
lines changed

4 files changed

+233
-299
lines changed

constants/menus.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ export const navMenuBottom: NavMenuItems = [
384384
{
385385
title: 'Help & Support',
386386
icon: 'i-lucide-circle-help',
387-
link: '/support',
387+
link: 'https://github.com/dianprata/nuxt-shadcn-dashboard',
388388
},
389389
{
390390
title: 'Feedback',
391391
icon: 'i-lucide-send',
392-
link: '/feedback',
392+
link: 'https://github.com/dianprata/nuxt-shadcn-dashboard',
393393
},
394394
]

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-shadcn-dashboard",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "Shadcn Dashboard built with Nuxt",
66
"author": "Dian Pratama <[email protected]>",
77
"license": "MIT",
@@ -59,13 +59,13 @@
5959
"@nuxt/eslint": "^1.2.0",
6060
"@nuxt/icon": "^1.11.0",
6161
"@nuxtjs/color-mode": "^3.5.2",
62-
"@pinia/nuxt": "^0.10.1",
63-
"@unocss/eslint-plugin": "^0.65.4",
64-
"@unocss/nuxt": "^0.65.4",
62+
"@pinia/nuxt": "^0.5.1",
63+
"@unocss/eslint-plugin": "^66.0.0",
64+
"@unocss/nuxt": "^66.0.0",
6565
"@vee-validate/zod": "^4.15.0",
66-
"@vueuse/core": "^12.8.2",
67-
"@vueuse/math": "^12.8.2",
68-
"@vueuse/nuxt": "^12.8.2",
66+
"@vueuse/core": "^12.2.0",
67+
"@vueuse/math": "^12.2.0",
68+
"@vueuse/nuxt": "^12.2.0",
6969
"class-variance-authority": "^0.7.1",
7070
"clsx": "^2.1.1",
7171
"date-fns": "^4.1.0",
@@ -77,10 +77,10 @@
7777
"shadcn-nuxt": "^0.10.4",
7878
"tailwind-merge": "^2.6.0",
7979
"typescript": "^5.8.2",
80-
"unocss": "^0.65.4",
80+
"unocss": "^66.0.0",
8181
"unocss-preset-animations": "^1.1.1",
8282
"unocss-preset-shadcn": "^0.5.0",
83-
"vaul-vue": "^0.4.0",
83+
"vaul-vue": "^0.2.0",
8484
"vee-validate": "^4.15.0",
8585
"vue": "^3.5.13",
8686
"vue-router": "^4.5.0",

0 commit comments

Comments
 (0)