Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Oct 9, 2024
1 parent bb7350d commit ad04262
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"@fastify/cors": "^10.0.1",
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.1",
"@modular-api/api": "^0.5.1",
"@modular-api/api": "^0.5.2",
"@modular-api/fastify-cart": "^0.3.0",
"@modular-api/fastify-checkout": "^0.4.1",
"@modular-api/fastify-checkout": "^0.4.2",
"@modular-api/fastify-oidc": "^0.6.0",
"@mollie/api-client": "^4.0.0",
"@slimfact/app": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default async function (fastify: FastifyInstance) {
}
})

fastify.register(appSsrPlugin, {
await fastify.register(appSsrPlugin, {
host,
onRendered: appOnRendered
})
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@modular-api/fastify-cart": "^0.3.0",
"@modular-api/fastify-checkout": "^0.4.1",
"@modular-api/fastify-checkout": "^0.4.2",
"@modular-api/quasar-components": "^0.3.0",
"@quasar/extras": "1.16.12",
"@quasar/quasar-ui-qcalendar": "4.0.0-beta.16",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit ad04262

Please sign in to comment.