Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 17, 2024
1 parent 889acbc commit f55098c
Show file tree
Hide file tree
Showing 4 changed files with 1,160 additions and 728 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.105",
"@iconify-json/simple-icons": "^1.1.106",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
Expand All @@ -22,7 +22,7 @@
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.12.1",
"nuxt": "^3.12.2",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-og-image": "^3.0.0-rc.53",
"three": "^0.165.0",
Expand Down
12 changes: 6 additions & 6 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.20240605.0",
"@cloudflare/workers-types": "^4.20240614.0",
"@nuxt/devtools-kit": "^1.3.3",
"@nuxt/kit": "^3.12.1",
"@nuxt/kit": "^3.12.2",
"@uploadthing/mime-types": "^0.2.10",
"citty": "^0.1.6",
"confbox": "^0.1.7",
Expand All @@ -60,17 +60,17 @@
"@nuxt/devtools": "^1.3.3",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/schema": "^3.12.1",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@nuxthub/core": "link:.",
"@types/node": "^20.14.2",
"changelogen": "^0.5.5",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"happy-dom": "^14.12.0",
"nuxt": "^3.12.1",
"nuxt": "^3.12.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"wrangler": "^3.60.2"
"wrangler": "^3.60.3"
},
"resolutions": {
"@nuxt/ui": "2.15.2"
Expand Down
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.102",
"@iconify-json/simple-icons": "^1.1.106",
"@kgierke/nuxt-basic-auth": "^1.6.0",
"@nuxt/ui": "^2.16.0",
"@nuxt/ui": "^2.17.0",
"@nuxthub/core": "latest",
"drizzle-orm": "^0.30.10",
"nuxt": "^3.12.1"
"drizzle-orm": "^0.31.2",
"nuxt": "^3.12.2"
},
"devDependencies": {
"@nuxt/devtools": "latest"
Expand Down
Loading

0 comments on commit f55098c

Please sign in to comment.