Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 26, 2024
1 parent 48186f7 commit 07cf4d4
Show file tree
Hide file tree
Showing 4 changed files with 2,181 additions and 1,005 deletions.
20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"preview": "nuxi preview"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.23",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.111",
"@iconify-json/heroicons": "^1.1.24",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/simple-icons": "^1.1.114",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.7.1",
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.4.0",
"@nuxt/ui-pro": "^1.4.1",
"@nuxthq/studio": "^2.0.3",
"@nuxtjs/plausible": "^1.0.0",
"@nuxtjs/plausible": "^1.0.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"feed": "^4.2.2",
"medium-zoom": "^1.1.0",
"nuxt": "^3.12.4",
"nuxt": "^3.13.0",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-og-image": "^3.0.0-rc.64",
"nuxt-og-image": "^3.0.0-rc.65",
"three": "^0.167.1",
"three-globe": "^2.31.1"
},
Expand Down
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240806.0",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/kit": "^3.12.4",
"@cloudflare/workers-types": "^4.20240821.1",
"@nuxt/devtools-kit": "^1.4.0",
"@nuxt/kit": "^3.13.0",
"@uploadthing/mime-types": "^0.2.10",
"citty": "^0.1.6",
"confbox": "^0.1.7",
Expand All @@ -51,30 +51,26 @@
"nitro-cloudflare-dev": "^0.1.6",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"pkg-types": "^1.2.0",
"ufo": "^1.5.4",
"uncrypto": "^0.1.3",
"unstorage": "^1.10.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/devtools": "^1.4.0",
"@nuxt/eslint-config": "^0.5.2",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@nuxthub/core": "link:.",
"@types/node": "^22.3.0",
"@types/node": "^22.5.0",
"changelogen": "^0.5.5",
"eslint": "^9.9.0",
"happy-dom": "^14.12.3",
"nuxt": "^3.12.4",
"eslint": "^9.9.1",
"nuxt": "^3.13.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"wrangler": "^3.71.0"
"wrangler": "^3.72.2"
},
"resolutions": {
"@nuxt/ui": "2.18.3"
},
"packageManager": "pnpm@9.7.0"
"packageManager": "pnpm@9.9.0"
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "nuxi preview"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.1.111",
"@iconify-json/simple-icons": "^1.1.114",
"@kgierke/nuxt-basic-auth": "^1.6.0",
"@nuxt/ui": "^2.18.3",
"@nuxt/ui": "^2.18.4",
"@nuxthub/core": "latest",
"drizzle-orm": "^0.32.1",
"nuxt": "^3.12.4"
"drizzle-orm": "^0.33.0",
"nuxt": "^3.13.0"
},
"devDependencies": {
"@nuxt/devtools": "latest"
Expand Down
Loading

0 comments on commit 07cf4d4

Please sign in to comment.