Skip to content

Commit d6d443c

Browse files
chore: upgrade dependencies
1 parent 1fb7526 commit d6d443c

File tree

8 files changed

+2360
-2443
lines changed

8 files changed

+2360
-2443
lines changed

components/App/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
2-
import { NuxtLink } from '#components'
32
import type { KirbyPageData } from '~/queries'
3+
import { NuxtLink } from '#components'
44
55
// Wait for the page to be loaded before rendering this component,
66
// otherwise `usePage()` would return `undefined`

components/Kirby/Block/NotesGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import type { KirbyBlock } from '#nuxt-kql'
3-
import { notesQuery } from '~/queries'
43
import type { KirbyNotesResponse } from '~/queries'
4+
import { notesQuery } from '~/queries'
55
66
defineProps<{
77
block: KirbyBlock<'notes-grid'>

composables/page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { HookResult } from '@nuxt/schema'
2+
import type { KirbySharedPageData } from '~/queries'
23
import { kirbyStatic } from '#nuxt-kql'
34
import { joinURL } from 'ufo'
4-
import type { KirbySharedPageData } from '~/queries'
55

66
/**
77
* Returns static data prefetched at build time

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineNuxtConfig({
1010
// https://github.com/johannschopplich/cacao-kit-frontend/tree/chore/without-i18n
1111
modules: ['@nuxtjs/i18n', '@unocss/nuxt', '@vueuse/nuxt', 'nuxt-kql'],
1212

13-
compatibilityDate: '2024-04-03',
13+
compatibilityDate: '2024-09-23',
1414

1515
devtools: {
1616
enabled: true,

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.13.2",
4+
"packageManager": "pnpm@9.15.4",
55
"scripts": {
66
"dev": "nuxi dev",
77
"dev:tunnel": "nuxi dev --tunnel",
@@ -16,19 +16,19 @@
1616
"prepare": "nuxi prepare"
1717
},
1818
"devDependencies": {
19-
"@antfu/eslint-config": "^3.9.1",
20-
"@nuxtjs/i18n": "^9.0.0",
19+
"@antfu/eslint-config": "^4.1.1",
20+
"@nuxtjs/i18n": "^9.1.5",
2121
"@sindresorhus/slugify": "^2.2.1",
22-
"@types/node": "^22.9.0",
23-
"@unocss/eslint-config": "^0.64.1",
24-
"@unocss/nuxt": "^0.64.1",
25-
"@vueuse/nuxt": "^11.2.0",
26-
"eslint": "^9.15.0",
27-
"nuxt": "^3.14.159",
22+
"@types/node": "^22.13.0",
23+
"@unocss/eslint-config": "^65.4.3",
24+
"@unocss/nuxt": "^65.4.3",
25+
"@vueuse/nuxt": "^12.5.0",
26+
"eslint": "^9.19.0",
27+
"nuxt": "^3.15.4",
2828
"nuxt-kql": "^1.5.4",
29-
"prettier": "^3.3.3",
29+
"prettier": "^3.4.2",
3030
"sitemap": "^8.0.0",
31-
"typescript": "^5.6.3",
32-
"vue-tsc": "^2.1.10"
31+
"typescript": "^5.7.3",
32+
"vue-tsc": "^2.2.0"
3333
}
3434
}

pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script setup lang="ts">
22
// This Nuxt page will render the about page
33
4-
import { aboutQuery } from '~/queries'
54
import type { KirbyAboutResponse } from '~/queries'
5+
import { aboutQuery } from '~/queries'
66
77
defineI18nRoute({
88
paths: {

pnpm-lock.yaml

Lines changed: 2342 additions & 2425 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "cacao-kit"
22
pages_build_output_dir = "./dist"
3-
compatibility_date = "2024-08-23"
3+
compatibility_date = "2024-09-23"

0 commit comments

Comments
 (0)