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 18, 2024
1 parent d31e7dc commit 2ed17e0
Show file tree
Hide file tree
Showing 3 changed files with 1,634 additions and 514 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@nuxt/kit": "^3.10.3",
"@cloudflare/workers-types": "^4.20240314.0",
"@nuxt/kit": "^3.11.0",
"@sindresorhus/slugify": "^2.2.1",
"@uploadthing/mime-types": "^0.2.6",
"defu": "^6.1.4",
Expand All @@ -49,21 +49,21 @@
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"rc9": "^2.1.1",
"ufo": "^1.4.0",
"ufo": "^1.5.1",
"uncrypto": "^0.1.3",
"unstorage": "^1.10.1",
"unstorage": "^1.10.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.25",
"@nuxt/schema": "^3.11.0",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.11.28",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"nuxt": "^3.11.0",
"typescript": "^5.4.2",
"vitest": "^1.3.1",
"wrangler": "^3.32.0"
"vitest": "^1.4.0",
"wrangler": "^3.34.2"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "nuxi preview"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.1.92",
"@kgierke/nuxt-basic-auth": "^1.4.0",
"@nuxt/ui": "^2.13.0",
"@iconify-json/simple-icons": "^1.1.96",
"@kgierke/nuxt-basic-auth": "^1.5.0",
"@nuxt/ui": "^2.14.2",
"@nuxthub/core": "latest",
"drizzle-orm": "^0.29.3",
"drizzle-orm": "^0.30.2",
"nuxt": "latest",
"nuxt-auth-utils": "^0.0.18"
"nuxt-auth-utils": "^0.0.20"
},
"devDependencies": {
"@nuxt/devtools": "latest"
Expand Down
Loading

0 comments on commit 2ed17e0

Please sign in to comment.