chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-01-17 17:49:36 +01:00
parent 7589afd7b7
commit 93864b7264
No known key found for this signature in database
2 changed files with 63 additions and 63 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -1,65 +1,65 @@
{ {
"name": "@versia/blog", "name": "@versia/blog",
"private": true, "private": true,
"type": "module", "type": "module",
"description": "The source code for Versia's blog.", "description": "The source code for Versia's blog.",
"author": { "author": {
"email": "contact@cpluspatch.com", "email": "contact@cpluspatch.com",
"name": "Jesse Wierzbinski", "name": "Jesse Wierzbinski",
"url": "https://cpluspatch.com" "url": "https://cpluspatch.com"
}, },
"bugs": { "bugs": {
"url": "https://github.com/versia-pub/blog/issues" "url": "https://github.com/versia-pub/blog/issues"
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"maintainers": [ "maintainers": [
{ {
"email": "contact@cpluspatch.com", "email": "contact@cpluspatch.com",
"name": "Jesse Wierzbinski", "name": "Jesse Wierzbinski",
"url": "https://cpluspatch.com" "url": "https://cpluspatch.com"
} }
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/versia-pub/blog.git" "url": "git+https://github.com/versia-pub/blog.git"
}, },
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",
"dev": "nuxt dev", "dev": "nuxt dev",
"generate": "nuxt generate", "generate": "nuxt generate",
"preview": "nuxt preview", "preview": "nuxt preview",
"postinstall": "nuxt prepare", "postinstall": "nuxt prepare",
"lint": "bunx @biomejs/biome check .", "lint": "bunx @biomejs/biome check .",
"typecheck": "bunx tsc -p ." "typecheck": "bunx tsc -p ."
}, },
"dependencies": { "dependencies": {
"@hackmd/markdown-it-task-lists": "^2.1.4", "@hackmd/markdown-it-task-lists": "^2.1.4",
"@nuxt/fonts": "^0.10.2", "@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.6.1", "@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.8.1", "@nuxt/image": "^1.9.0",
"@nuxtjs/seo": "^2.0.0-rc.23", "@nuxtjs/seo": "^2.0.3",
"@nuxtjs/tailwindcss": "^6.12.2", "@nuxtjs/tailwindcss": "^6.13.1",
"@shikijs/markdown-it": "^1.22.2", "@shikijs/markdown-it": "^1.27.2",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.16",
"@vueuse/nuxt": "^11.1.0", "@vueuse/nuxt": "^12.4.0",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0", "markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0", "markdown-it-container": "^4.0.0",
"markdown-it-toc-done-right": "^4.2.0", "markdown-it-toc-done-right": "^4.2.0",
"nuxt": "^3.13.2", "nuxt": "^3.15.2",
"nuxt-security": "^2.0.0", "nuxt-security": "^2.1.5",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"shiki": "^1.22.2", "shiki": "^1.27.2",
"vue": "^3.5.12", "vue": "^3.5.13",
"vue-router": "^4.4.5" "vue-router": "^4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@iconify-json/tabler": "^1.2.6", "@iconify-json/tabler": "^1.2.14",
"@types/bun": "^1.1.12", "@types/bun": "^1.1.17",
"@types/markdown-it-container": "^2.0.10", "@types/markdown-it-container": "^2.0.10",
"tailwindcss": "^3.4.14" "tailwindcss": "^3.4.17"
}, },
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp", "vue-demi"] "trustedDependencies": ["@biomejs/biome", "@parcel/watcher", "esbuild", "sharp", "vue-demi"]
} }