Skip to content

Commit

Permalink
Merge pull request #83 from CRBroughton/trpc-10.19.1
Browse files Browse the repository at this point in the history
chore: bump dependencies for nuxt 3.3.3 + devtools 0.3.2
  • Loading branch information
wobsoriano authored Apr 8, 2023
2 parents be55641 + 0f7e522 commit 38d83da
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 241 deletions.
14 changes: 7 additions & 7 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@7.18.2",
"packageManager": "pnpm@7.31.0",
"version": "0.8.0",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -39,20 +39,20 @@
"@trpc/server": "^10.18.0"
},
"dependencies": {
"h3": "^1.6.2",
"h3": "^1.6.4",
"ofetch": "^1.0.1",
"ohash": "^1.0.0",
"ufo": "^1.1.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@trpc/client": "^10.18.0",
"@trpc/server": "^10.18.0",
"bumpp": "^9.0.0",
"eslint": "^8.36.0",
"@trpc/client": "^10.19.1",
"@trpc/server": "^10.19.1",
"bumpp": "^9.1.0",
"eslint": "^8.37.0",
"taze": "^0.9.1",
"tsup": "6.7.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
},
"eslintConfig": {
"extends": [
Expand Down
5 changes: 3 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@trpc/client": "^10.18.0",
"@trpc/server": "^10.18.0",
"@trpc/client": "^10.19.1",
"@trpc/server": "^10.19.1",
"superjson": "^1.12.2",
"trpc-nuxt": "workspace:*",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"nuxt": "3.3.3"
}
}
Loading

1 comment on commit 38d83da

@vercel
Copy link

@vercel vercel bot commented on 38d83da Apr 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-nuxt – ./

trpc-nuxt.vercel.app
trpc-nuxt-wobsoriano.vercel.app
trpc-nuxt-git-next-wobsoriano.vercel.app

Please sign in to comment.