Skip to content

Commit

Permalink
core(dependencies): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 24, 2024
1 parent 6dbb9a0 commit ad32236
Show file tree
Hide file tree
Showing 40 changed files with 13,774 additions and 4,972 deletions.
32 changes: 16 additions & 16 deletions components/app/AppTopbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,43 +110,43 @@ function redirectToGithub (event: any) {
<h6>Theme</h6>
<div class="field-radiobutton">
<RadioButton
id="lara-dark"
id="aura-dark"
v-model="themeStore.themeName"
name="layoutColorMode"
value="lara-dark"
@change="themeStore.setTheme('lara-dark')"
value="aura-dark"
@change="themeStore.setTheme('aura-dark')"
/>
<label>Lara Dark</label>
<label>Aura Dark</label>
</div>
<div class="field-radiobutton">
<RadioButton
id="lara-light"
id="aura-light"
v-model="themeStore.themeName"
name="layoutColorMode"
value="lara-light"
@change="themeStore.setTheme('lara-light')"
value="aura-light"
@change="themeStore.setTheme('aura-light')"
/>
<label>Lara Light</label>
<label>Aura Light</label>
</div>
<div class="field-radiobutton">
<RadioButton
id="aura-dark"
id="lara-dark"
v-model="themeStore.themeName"
name="layoutColorMode"
value="aura-dark"
@change="themeStore.setTheme('aura-dark')"
value="lara-dark"
@change="themeStore.setTheme('lara-dark')"
/>
<label>Aura Dark</label>
<label>Lara Dark</label>
</div>
<div class="field-radiobutton">
<RadioButton
id="aura-light"
id="lara-light"
v-model="themeStore.themeName"
name="layoutColorMode"
value="aura-light"
@change="themeStore.setTheme('aura-light')"
value="lara-light"
@change="themeStore.setTheme('lara-light')"
/>
<label>Aura Light</label>
<label>Lara Light</label>
</div>

<h6>Primary Color</h6>
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.1.1",
"@pinia/nuxt": "^0.5.1",
"@sfxcode/formkit-primevue": "^1.7.1",
"@tiptap/extension-highlight": "^2.2.3",
"@tiptap/extension-text-align": "^2.2.3",
"@tiptap/extension-text-style": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@tiptap/vue-3": "^2.2.3",
"@sfxcode/formkit-primevue": "^1.7.4",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-text-align": "^2.2.4",
"@tiptap/extension-text-style": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@unocss/nuxt": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.2.2",
"@vueuse/nuxt": "^10.7.2",
"@vitest/ui": "^1.3.1",
"@vueuse/nuxt": "^10.8.0",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"nuxt": "^3.10.2",
"nuxt": "^3.10.3",
"nuxt-primevue": "^0.3.0",
"primevue": "^3.48.1",
"primevue": "^3.49.0",
"quill": "^1.3.7",
"sass": "^1.71.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"unstorage": "^1.10.1",
"vitest": "^1.2.2"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Starter for Vue.js Development with Nuxt 3.
</h2>
<div class="grid grid-cols-2 lg:grid-cols-3 gap-2">
<AdvertiseBox header="PrimeVue 3.47.x" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="PrimeVue 3.49.x" icon="prime-check-circle" color="green-600">
Excellent Component Library for VUE
</AdvertiseBox>
<AdvertiseBox header="PrimeVue Theme & Layout" icon="prime-check-circle" color="green-600">
Expand Down
Loading

0 comments on commit ad32236

Please sign in to comment.