Skip to content

Commit 2ed17e0

Browse files
committed
chore: update deps
1 parent d31e7dc commit 2ed17e0

File tree

3 files changed

+1634
-514
lines changed

3 files changed

+1634
-514
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"test:watch": "vitest watch"
3636
},
3737
"dependencies": {
38-
"@cloudflare/workers-types": "^4.20240222.0",
39-
"@nuxt/kit": "^3.10.3",
38+
"@cloudflare/workers-types": "^4.20240314.0",
39+
"@nuxt/kit": "^3.11.0",
4040
"@sindresorhus/slugify": "^2.2.1",
4141
"@uploadthing/mime-types": "^0.2.6",
4242
"defu": "^6.1.4",
@@ -49,21 +49,21 @@
4949
"pathe": "^1.1.2",
5050
"pkg-types": "^1.0.3",
5151
"rc9": "^2.1.1",
52-
"ufo": "^1.4.0",
52+
"ufo": "^1.5.1",
5353
"uncrypto": "^0.1.3",
54-
"unstorage": "^1.10.1",
54+
"unstorage": "^1.10.2",
5555
"zod": "^3.22.4"
5656
},
5757
"devDependencies": {
5858
"@nuxt/eslint-config": "^0.2.0",
59-
"@nuxt/schema": "^3.10.3",
60-
"@nuxt/test-utils": "^3.11.0",
61-
"@types/node": "^20.11.25",
59+
"@nuxt/schema": "^3.11.0",
60+
"@nuxt/test-utils": "^3.12.0",
61+
"@types/node": "^20.11.28",
6262
"changelogen": "^0.5.5",
6363
"eslint": "^8.57.0",
64-
"nuxt": "^3.10.3",
64+
"nuxt": "^3.11.0",
6565
"typescript": "^5.4.2",
66-
"vitest": "^1.3.1",
67-
"wrangler": "^3.32.0"
66+
"vitest": "^1.4.0",
67+
"wrangler": "^3.34.2"
6868
}
6969
}

playground/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"preview": "nuxi preview"
99
},
1010
"dependencies": {
11-
"@iconify-json/simple-icons": "^1.1.92",
12-
"@kgierke/nuxt-basic-auth": "^1.4.0",
13-
"@nuxt/ui": "^2.13.0",
11+
"@iconify-json/simple-icons": "^1.1.96",
12+
"@kgierke/nuxt-basic-auth": "^1.5.0",
13+
"@nuxt/ui": "^2.14.2",
1414
"@nuxthub/core": "latest",
15-
"drizzle-orm": "^0.29.3",
15+
"drizzle-orm": "^0.30.2",
1616
"nuxt": "latest",
17-
"nuxt-auth-utils": "^0.0.18"
17+
"nuxt-auth-utils": "^0.0.20"
1818
},
1919
"devDependencies": {
2020
"@nuxt/devtools": "latest"

0 commit comments

Comments
 (0)