Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Dec 3, 2024
1 parent d02d199 commit 5830743
Show file tree
Hide file tree
Showing 3 changed files with 2,824 additions and 1,864 deletions.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default defineNuxtConfig({
nitro: {
experimental: {
openAPI: true,
// TODO: Track nuxt/content#2839. Waiting for a new release.
openAPI: false,
},
storage: {
github: {
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@netlify/sentry": "^0.0.10",
"@nuxt/content": "^2.13.4",
"@radix-icons/vue": "^1.0.0",
"@sentry/nuxt": "^8.34.0",
"@sentry/nuxt": "^8.42.0",
"@tanstack/vue-table": "^8.20.5",
"@unovis/ts": "^1.4.4",
"@unovis/vue": "^1.4.4",
Expand All @@ -39,6 +39,7 @@
"dotenv": "^16.4.5",
"h3": "^1.13.0",
"h3-clerk": "^0.4.12",
"import-in-the-middle": "^1.11.2",
"iron-webcrypto": "^1.2.1",
"lucide-vue-next": "^0.441.0",
"ofetch": "^1.4.1",
Expand Down Expand Up @@ -75,7 +76,7 @@
"dayjs-nuxt": "^2.1.11",
"eslint": "^9.13.0",
"netlify": "^13.1.21",
"nuxt": "^3.13.2",
"nuxt": "^3.14.1592",
"nuxt-svgo": "^4.0.6",
"prisma": "^5.21.1",
"shadcn-nuxt": "^0.10.4",
Expand All @@ -85,7 +86,7 @@
"unocss": "0.65.0-beta.2",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "4.4.5",
"vue-tsc": "^2.1.6"
},
Expand Down
Loading

0 comments on commit 5830743

Please sign in to comment.