chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-10-29 11:36:37 +01:00
parent d4b3f39533
commit c22694bb54
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -34,12 +34,12 @@
}, },
"dependencies": { "dependencies": {
"@hackmd/markdown-it-task-lists": "^2.1.4", "@hackmd/markdown-it-task-lists": "^2.1.4",
"@nuxt/fonts": "^0.10.0", "@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.5.6", "@nuxt/icon": "^1.6.1",
"@nuxt/image": "^1.8.1", "@nuxt/image": "^1.8.1",
"@nuxtjs/seo": "^2.0.0-rc.23", "@nuxtjs/seo": "^2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.2", "@nuxtjs/tailwindcss": "^6.12.2",
"@shikijs/markdown-it": "^1.22.0", "@shikijs/markdown-it": "^1.22.2",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@vueuse/nuxt": "^11.1.0", "@vueuse/nuxt": "^11.1.0",
@ -49,13 +49,13 @@
"markdown-it-toc-done-right": "^4.2.0", "markdown-it-toc-done-right": "^4.2.0",
"nuxt": "^3.13.2", "nuxt": "^3.13.2",
"nuxt-security": "^2.0.0", "nuxt-security": "^2.0.0",
"shiki": "^1.22.0", "shiki": "^1.22.2",
"vue": "latest", "vue": "^3.5.12",
"vue-router": "latest" "vue-router": "^4.4.5"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.11", "@types/bun": "^1.1.12",
"@types/markdown-it-container": "^2.0.10", "@types/markdown-it-container": "^2.0.10",
"tailwindcss": "^3.4.14" "tailwindcss": "^3.4.14"
}, },