chore: upgrade dependencies

This commit is contained in:
eggy
2024-03-01 13:01:21 -05:00
parent 0f14ad569f
commit 194c5343c6
4 changed files with 4765 additions and 3691 deletions

View File

@@ -7,21 +7,20 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@nuxt/content": "^2.6.0",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.7.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.2.5",
"dayjs": "^1.11.7",
"nuxt": "3.5.2",
"prettier": "^3.1.1",
"@nuxt/content": "^2.12.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/sitemap": "^5.1.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.24",
"dayjs": "^1.11.10",
"nuxt": "3.10.3",
"prettier": "^3.2.5",
"reading-time": "^2.0.0-1",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"unist-util-visit": "^4.1.2",
"vite-svg-loader": "^4.0.0"
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite-svg-loader": "^5.1.0"
}
}