Skip to content

Commit edb67fa

Browse files
committed
chore: update deps
1 parent dac1b5f commit edb67fa

File tree

3 files changed

+366
-265
lines changed

3 files changed

+366
-265
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:watch": "vitest watch"
3636
},
3737
"dependencies": {
38-
"@cloudflare/workers-types": "^4.20240314.0",
38+
"@cloudflare/workers-types": "^4.20240320.1",
3939
"@nuxt/kit": "^3.11.1",
4040
"@sindresorhus/slugify": "^2.2.1",
4141
"@uploadthing/mime-types": "^0.2.6",
@@ -47,11 +47,11 @@
4747
"mime": "^4.0.1",
4848
"nitro-cloudflare-dev": "^0.1.2",
4949
"nuxt-auth-utils": "^0.0.20",
50-
"ofetch": "^1.3.3",
50+
"ofetch": "^1.3.4",
5151
"pathe": "^1.1.2",
5252
"pkg-types": "^1.0.3",
5353
"rc9": "^2.1.1",
54-
"ufo": "^1.5.2",
54+
"ufo": "^1.5.3",
5555
"uncrypto": "^0.1.3",
5656
"unstorage": "^1.10.2",
5757
"zod": "^3.22.4"
@@ -60,12 +60,12 @@
6060
"@nuxt/eslint-config": "^0.2.0",
6161
"@nuxt/schema": "^3.11.1",
6262
"@nuxt/test-utils": "^3.12.0",
63-
"@types/node": "^20.11.29",
63+
"@types/node": "^20.11.30",
6464
"changelogen": "^0.5.5",
6565
"eslint": "^8.57.0",
6666
"nuxt": "^3.11.1",
67-
"typescript": "^5.4.2",
67+
"typescript": "^5.4.3",
6868
"vitest": "^1.4.0",
69-
"wrangler": "^3.34.2"
69+
"wrangler": "^3.37.0"
7070
}
7171
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@kgierke/nuxt-basic-auth": "^1.5.0",
1313
"@nuxt/ui": "^2.14.2",
1414
"@nuxthub/core": "latest",
15-
"drizzle-orm": "^0.30.2",
15+
"drizzle-orm": "^0.30.4",
1616
"nuxt": "latest",
1717
"nuxt-auth-utils": "^0.0.20"
1818
},

0 commit comments

Comments
 (0)