Skip to content

Commit 02baab1

Browse files
chore(deps): update all non-major dependencies (#54)
Fype! Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Horu <73709188+HigherOrderLogic@users.noreply.github.com>
1 parent e8207fc commit 02baab1

File tree

5 files changed

+1657
-1343
lines changed

5 files changed

+1657
-1343
lines changed

.yarn/releases/yarn-4.5.0.cjs renamed to .yarn/releases/yarn-4.5.1.cjs

Lines changed: 367 additions & 358 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ enableGlobalCache: true
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.5.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

app/error.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
const { statusCode = 404, statusMessage = 'Page not found' } = useError().value
2+
const { statusCode = 404, statusMessage = 'Page not found' } = useError().value ?? {}
33
</script>
44

55
<template>

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "horu.me",
33
"type": "module",
4-
"packageManager": "yarn@4.5.0",
4+
"packageManager": "yarn@4.5.1",
55
"license": "MIT",
66
"scripts": {
77
"postinstall": "yarn run prepare",
@@ -13,22 +13,22 @@
1313
"lint": "eslint ."
1414
},
1515
"devDependencies": {
16-
"@antfu/eslint-config": "^3.7.3",
16+
"@antfu/eslint-config": "^3.8.0",
1717
"@fontsource-variable/inter": "^5.1.0",
18-
"@iconify/json": "^2.2.259",
19-
"@nuxt/content": "^2.13.2",
20-
"@nuxt/eslint": "^0.5.7",
18+
"@iconify/json": "^2.2.265",
19+
"@nuxt/content": "^2.13.4",
20+
"@nuxt/eslint": "^0.6.1",
2121
"@nuxt/image": "^1.8.1",
22-
"@nuxtjs/color-mode": "^3.5.1",
22+
"@nuxtjs/color-mode": "^3.5.2",
2323
"@types/eslint": "^9.6.1",
24-
"@unocss/eslint-plugin": "^0.63.4",
25-
"@unocss/nuxt": "^0.63.4",
24+
"@unocss/eslint-plugin": "^0.63.6",
25+
"@unocss/nuxt": "^0.63.6",
2626
"@vite-pwa/nuxt": "^0.10.5",
2727
"@vueuse/nuxt": "^11.1.0",
28-
"eslint": "^9.12.0",
28+
"eslint": "^9.13.0",
2929
"nuxt": "^3.13.2",
30-
"sass-embedded": "^1.79.5",
30+
"sass-embedded": "^1.80.5",
3131
"typescript": "^5.6.3",
32-
"vue-tsc": "^2.1.6"
32+
"vue-tsc": "^2.1.8"
3333
}
3434
}

0 commit comments

Comments
 (0)