chore: bump other deps

This commit is contained in:
Mahdi Boomeri
2022-10-21 16:53:53 +03:30
parent 3646e8cdfe
commit 92747711c6
2 changed files with 163 additions and 272 deletions

View File

@@ -33,26 +33,26 @@
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.12",
"@trpc/client": "^9.27.2",
"@trpc/server": "^9.27.2",
"@trpc/client": "^9.27.4",
"@trpc/server": "^9.27.4",
"dedent": "^0.7.0",
"defu": "^6.0.0",
"h3": "^0.7.21",
"defu": "^6.1.0",
"h3": "^0.8.5",
"ohash": "^0.1.5",
"pathe": "^0.3.0",
"ufo": "^0.8.5"
"pathe": "^0.3.9",
"ufo": "^0.8.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@antfu/ni": "^0.16.2",
"@nuxt/module-builder": "^0.1.7",
"@nuxt/module-builder": "^0.2.0",
"@types/dedent": "^0.7.0",
"bumpp": "^7.2.0",
"eslint": "^8.14.0",
"nuxt": "3.0.0-rc.12",
"pnpm": "^7.5.0",
"trpc-nuxt": "workspace:*",
"zod": "^3.16.0"
"zod": "^3.19.1"
},
"eslintConfig": {
"extends": "@antfu",