Skip to content

Commit

Permalink
Merge pull request #157 from wobsoriano/h3-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Mar 1, 2024
2 parents ba0a468 + 07eaeda commit 9eca262
Show file tree
Hide file tree
Showing 4 changed files with 1,893 additions and 1,192 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"@nuxtlabs/github-module": "^1.6.3",
"nuxt": "3.8.0"
"nuxt": "3.9.0"
}
}
27 changes: 10 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trpc-nuxt",
"description": "End-to-end typesafe APIs in Nuxt applications.",
"type": "module",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.15.4",
"version": "0.10.19",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -46,18 +46,18 @@
"@trpc/server": "^10.38.1 <11"
},
"dependencies": {
"h3": "^1.9.0",
"h3": "^1.11.1",
"ohash": "^1.1.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1",
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"changelogen": "^0.5.5",
"eslint": "^8.52.0",
"taze": "^0.11.4",
"tsup": "7.2.0",
"typescript": "^5.2.2"
"eslint": "^8.57.0",
"taze": "^0.13.3",
"tsup": "8.0.2",
"typescript": "^5.3.3"
},
"eslintConfig": {
"extends": [
Expand All @@ -77,12 +77,5 @@
"*.md",
"dist",
".output"
],
"pnpm": {
"overrides": {
"nuxt": "3.8.0",
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1"
}
}
}
]
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"postinstall": "nuxi prepare"
},
"dependencies": {
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1",
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"ofetch": "^1.3.3",
"superjson": "^2.1.0",
"superjson": "^2.2.1",
"trpc-nuxt": "workspace:*",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "20.8.7",
"nuxt": "3.8.0"
"@types/node": "20.11.24",
"nuxt": "3.9.0"
}
}
Loading

0 comments on commit 9eca262

Please sign in to comment.