chore: fix versions

This commit is contained in:
2025-11-28 14:36:37 +01:00
parent 8dcc3c660d
commit c6e397de71
2 changed files with 483 additions and 515 deletions

View File

@@ -12,24 +12,24 @@
"lint": "eslint --fix --cache ." "lint": "eslint --fix --cache ."
}, },
"dependencies": { "dependencies": {
"@nuxt/content": "^3.8.2", "@nuxt/content": "3.8.2",
"@nuxtjs/i18n": "10.2.1", "@nuxtjs/i18n": "10.2.1",
"@nuxtjs/mdc": "^0.18.4", "@nuxtjs/mdc": "0.18.4",
"@pinia/nuxt": "0.11.3", "@pinia/nuxt": "0.11.3",
"better-sqlite3": "^12.4.1", "better-sqlite3": "12.4.1",
"gsap": "^3.13.0", "gsap": "3.13.0",
"nuxt": "^4.2.1", "nuxt": "4.2.1",
"pinia": "^3.0.4", "pinia": "3.0.4",
"vue": "^3.5.22", "vue": "3.5.25",
"vue-router": "^4.6.3" "vue-router": "4.6.3"
}, },
"devDependencies": { "devDependencies": {
"@nuxt/eslint": "^1.10.0", "@nuxt/eslint": "1.10.0",
"@nuxt/kit": "^4.2.1", "@nuxt/kit": "4.2.1",
"@types/node": "^24.10.1", "@types/node": "24.10.1",
"eslint": "^9.39.1", "eslint": "9.39.1",
"prettier": "^3.6.2", "prettier": "3.6.2",
"typescript": "^5.9.3", "typescript": "5.9.3",
"zod": "^4.1.12" "zod": "4.1.12"
} }
} }

968
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff