Skip to content

Commit

Permalink
v0.6.0 (#120)
Browse files Browse the repository at this point in the history
* bump dependencies

* trpc-openapi v0.6.0
  • Loading branch information
jlalmes authored Aug 22, 2022
1 parent f75a78f commit ca90f0a
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 1,639 deletions.
6 changes: 3 additions & 3 deletions examples/with-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"dev": "ts-node-dev --respawn --transpile-only --exit-child ./src/index.ts"
},
"dependencies": {
"@trpc/server": "^9.26.2",
"@trpc/server": "^9.27.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"swagger-ui-express": "^4.5.0",
"uuid": "^8.3.2",
"zod": "^3.17.9"
"zod": "^3.18.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^18.0.6",
"@types/node": "^18.7.9",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^8.3.4",
"ts-node": "^10.9.1",
Expand Down
16 changes: 8 additions & 8 deletions examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"@trpc/server": "^9.26.2",
"@trpc/server": "^9.27.1",
"jsonwebtoken": "^8.5.1",
"next": "12.2.2",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"swagger-ui-react": "^4.12.0",
"swagger-ui-react": "^4.14.0",
"uuid": "^8.3.2",
"zod": "^3.17.9"
"zod": "^3.18.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/node": "18.7.9",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/swagger-ui-react": "^4.11.0",
"@types/uuid": "^8.3.4",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4"
}
}
Loading

0 comments on commit ca90f0a

Please sign in to comment.