Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 15, 2024
1 parent 48a1065 commit 69994d7
Show file tree
Hide file tree
Showing 3 changed files with 1,290 additions and 607 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "nuxi preview"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.101",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.6.1",
"@nuxt/image": "^1.5.0",
"@nuxt/ui-pro": "^1.1.0",
"@nuxthq/studio": "^1.0.13",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxthq/studio": "^1.0.15",
"@nuxtjs/plausible": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240423.0",
"@nuxt/devtools-kit": "^1.2.0",
"@cloudflare/workers-types": "^4.20240512.0",
"@nuxt/devtools-kit": "^1.3.1",
"@nuxt/kit": "^3.11.2",
"@sindresorhus/slugify": "^2.2.1",
"@uploadthing/mime-types": "^0.2.9",
"@uploadthing/mime-types": "^0.2.10",
"citty": "^0.1.6",
"confbox": "^0.1.7",
"defu": "^6.1.4",
Expand All @@ -50,24 +50,24 @@
"nitro-cloudflare-dev": "^0.1.4",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"pkg-types": "^1.1.0",
"pkg-types": "^1.1.1",
"ufo": "^1.5.3",
"uncrypto": "^0.1.3",
"unstorage": "^1.10.2",
"zod": "^3.23.5"
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "^20.12.8",
"@types/node": "^20.12.12",
"changelogen": "^0.5.5",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
"vitest": "^1.5.3",
"wrangler": "^3.53.1"
"vitest": "^1.6.0",
"wrangler": "^3.56.0"
}
}

0 comments on commit 69994d7

Please sign in to comment.