Skip to content

Commit

Permalink
bump local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Apr 14, 2023
1 parent 61a5bcd commit 8c35279
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 491 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxi preview"
},
"dependencies": {
"nuxt": "3.3.3"
"nuxt": "3.4.1"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.10.1",
Expand Down
10 changes: 5 additions & 5 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.31.0",
"packageManager": "pnpm@7.32.0",
"version": "0.8.0",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -46,13 +46,13 @@
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@trpc/client": "^10.19.1",
"@trpc/server": "^10.19.1",
"@trpc/client": "^10.20.0",
"@trpc/server": "^10.20.0",
"bumpp": "^9.1.0",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"taze": "^0.9.1",
"tsup": "6.7.0",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@trpc/client": "^10.19.1",
"@trpc/server": "^10.19.1",
"@trpc/client": "^10.20.0",
"@trpc/server": "^10.20.0",
"superjson": "^1.12.2",
"trpc-nuxt": "workspace:*",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"nuxt": "3.3.3"
"nuxt": "3.4.1"
}
}
Loading

0 comments on commit 8c35279

Please sign in to comment.