Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Mar 22, 2024
1 parent 9d7066c commit 18ade4b
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 265 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240314.0",
"@cloudflare/workers-types": "^4.20240320.1",
"@nuxt/kit": "^3.11.1",
"@sindresorhus/slugify": "^2.2.1",
"@uploadthing/mime-types": "^0.2.6",
Expand All @@ -47,11 +47,11 @@
"mime": "^4.0.1",
"nitro-cloudflare-dev": "^0.1.2",
"nuxt-auth-utils": "^0.0.20",
"ofetch": "^1.3.3",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"rc9": "^2.1.1",
"ufo": "^1.5.2",
"ufo": "^1.5.3",
"uncrypto": "^0.1.3",
"unstorage": "^1.10.2",
"zod": "^3.22.4"
Expand All @@ -60,12 +60,12 @@
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/schema": "^3.11.1",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.11.29",
"@types/node": "^20.11.30",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.11.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"wrangler": "^3.34.2"
"wrangler": "^3.37.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@kgierke/nuxt-basic-auth": "^1.5.0",
"@nuxt/ui": "^2.14.2",
"@nuxthub/core": "latest",
"drizzle-orm": "^0.30.2",
"drizzle-orm": "^0.30.4",
"nuxt": "latest",
"nuxt-auth-utils": "^0.0.20"
},
Expand Down
Loading

0 comments on commit 18ade4b

Please sign in to comment.