Skip to content

Commit 2f40568

Browse files
committed
chore: update dependencies
1 parent 7af3a74 commit 2f40568

File tree

2 files changed

+655
-246
lines changed

2 files changed

+655
-246
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"test:watch": "vitest watch"
3838
},
3939
"dependencies": {
40-
"@cloudflare/workers-types": "^4.20240405.0",
41-
"@nuxt/devtools-kit": "^1.1.5",
40+
"@cloudflare/workers-types": "^4.20240423.0",
41+
"@nuxt/devtools-kit": "^1.2.0",
4242
"@nuxt/kit": "^3.11.2",
4343
"@sindresorhus/slugify": "^2.2.1",
4444
"@uploadthing/mime-types": "^0.2.7",
@@ -49,24 +49,24 @@
4949
"nitro-cloudflare-dev": "^0.1.4",
5050
"ofetch": "^1.3.4",
5151
"pathe": "^1.1.2",
52-
"pkg-types": "^1.0.3",
52+
"pkg-types": "^1.1.0",
5353
"ufo": "^1.5.3",
5454
"uncrypto": "^0.1.3",
5555
"unstorage": "^1.10.2",
56-
"zod": "^3.22.4"
56+
"zod": "^3.23.4"
5757
},
5858
"devDependencies": {
59-
"@nuxt/devtools": "^1.1.5",
60-
"@nuxt/eslint-config": "^0.3.7",
59+
"@nuxt/devtools": "^1.2.0",
60+
"@nuxt/eslint-config": "^0.3.9",
6161
"@nuxt/module-builder": "^0.5.5",
6262
"@nuxt/schema": "^3.11.2",
6363
"@nuxt/test-utils": "^3.12.1",
6464
"@types/node": "^20.12.7",
6565
"changelogen": "^0.5.5",
66-
"eslint": "^9.0.0",
66+
"eslint": "^9.1.1",
6767
"nuxt": "^3.11.2",
6868
"typescript": "^5.4.5",
69-
"vitest": "^1.5.0",
70-
"wrangler": "^3.51.0"
69+
"vitest": "^1.5.1",
70+
"wrangler": "^3.52.0"
7171
}
7272
}

0 commit comments

Comments
 (0)