Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Oct 3, 2024
1 parent 254cde1 commit 69df225
Show file tree
Hide file tree
Showing 5 changed files with 1,550 additions and 1,378 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Enable ESLint flat config support
"eslint.useFlatConfig": true,

// Use Pretter as the default formatter
// Use Prettier as the default formatter
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,

Expand Down
4 changes: 1 addition & 3 deletions components/Kirby/Block/Quote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ defineProps<{
<template>
<blockquote>
<div v-html="block.content.text" />
<figcaption>
<small v-html="block.content.citation" />
</figcaption>
<small v-html="block.content.citation" />
</blockquote>
</template>
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-check
import antfu from '@antfu/eslint-config'

export default antfu(
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.0",
"scripts": {
"dev": "nuxi dev",
"dev:tunnel": "nuxi dev --tunnel",
Expand All @@ -16,16 +16,16 @@
"prepare": "nuxi prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"@nuxtjs/i18n": "^8.5.3",
"@antfu/eslint-config": "^3.7.3",
"@nuxtjs/i18n": "^8.5.5",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.16.5",
"@unocss/eslint-config": "^0.62.3",
"@unocss/nuxt": "^0.62.3",
"@vueuse/nuxt": "^11.0.3",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"nuxt-kql": "^1.5.2",
"@types/node": "^20.16.10",
"@unocss/eslint-config": "^0.63.2",
"@unocss/nuxt": "^0.63.2",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
"nuxt-kql": "^1.5.3",
"prettier": "^3.3.3",
"sitemap": "^8.0.0",
"typescript": "^5.5.4",
Expand Down
Loading

0 comments on commit 69df225

Please sign in to comment.