Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Dec 17, 2024
1 parent 8edd89c commit 1af86b2
Show file tree
Hide file tree
Showing 4 changed files with 3,305 additions and 2,979 deletions.
4 changes: 2 additions & 2 deletions app/pages/hi/[name].vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ definePageMeta({
</p>

<template v-if="user.otherNames.length">
<p text-sm my-4>
<div text-sm my-4>
<span op-50>Also as known as:</span>
<ul>
<li v-for="otherName in user.otherNames" :key="otherName">
Expand All @@ -29,7 +29,7 @@ definePageMeta({
</router-link>
</li>
</ul>
</p>
</div>
</template>

<LazyCounter />
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default defineNuxtConfig({
compatibilityDate: '2024-12-17',
future: {
compatibilityVersion: 4,
},
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"release": "bumpp package.json --commit --push --tag"
},
"dependencies": {
"@vueuse/core": "^11.0.1",
"nuxt": "^3.13.0",
"pinia": "^2.2.2",
"unocss": "^0.62.2"
"@vueuse/core": "^12.0.0",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"unocss": "^0.65.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/twemoji": "^1.1.16",
"@nuxt/devtools": "^1.3.14",
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.4",
"@unocss/nuxt": "^0.62.2",
"@vueuse/nuxt": "^11.0.1",
"bumpp": "^9.5.2",
"eslint": "^9.9.0",
"happy-dom": "^15.0.0",
"@antfu/eslint-config": "^3.12.0",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/twemoji": "^1.2.2",
"@nuxt/devtools": "^1.6.4",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.9.0",
"@unocss/nuxt": "^0.65.1",
"@vueuse/nuxt": "^12.0.0",
"bumpp": "^9.9.1",
"eslint": "^9.17.0",
"happy-dom": "^15.11.7",
"nuxt-vitest": "^0.11.5",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 1af86b2

Please sign in to comment.