Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2023
1 parent 0d471f4 commit 0bb255d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 33 deletions.
2 changes: 1 addition & 1 deletion integrations/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@eject/javascript-sdk": "workspace:*",
"@fastify/type-provider-typebox": "^3.0.0",
"@sinclair/typebox": "^0.26.8",
"@sinclair/typebox": "^0.28.0",
"@types/node": "^18.15.11",
"fastify": "^4.15.0",
"fastify-plugin": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@eject/fastify": "workspace:*",
"@eject/interface": "workspace:*",
"@fastify/type-provider-typebox": "^3.0.0",
"@sinclair/typebox": "^0.26.8",
"@sinclair/typebox": "^0.28.0",
"@types/node": "^18.15.11",
"fastify": "^4.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "c8 ava"
},
"dependencies": {
"@sinclair/typebox": "^0.26.8",
"@sinclair/typebox": "^0.28.0",
"@types/node": "^18.15.11"
},
"devDependencies": {
Expand Down
61 changes: 32 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@eject/fastify": "workspace:*",
"@fastify/type-provider-typebox": "^3.0.0",
"@sinclair/typebox": "^0.26.8",
"@sinclair/typebox": "^0.28.0",
"@types/node": "^18.15.11",
"fastify": "^4.15.0"
},
Expand Down

0 comments on commit 0bb255d

Please sign in to comment.