Skip to content

Commit

Permalink
Merge pull request #9898 from Tony133/chore/update-deps-platform-fastify
Browse files Browse the repository at this point in the history
chore(): update deps platform fastify
  • Loading branch information
kamilmysliwiec committed Jul 11, 2022
2 parents 04b659d + de73d4a commit 8ac4be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/platform-fastify/adapters/fastify-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ export class FastifyAdapter<
process.exit(1);
}
return this.register(
loadPackage('point-of-view', 'FastifyAdapter.setViewEngine()', () =>
require('point-of-view'),
loadPackage('@fastify/view', 'FastifyAdapter.setViewEngine()', () =>
require('@fastify/view'),
),
options,
);
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@fastify/static": "^6.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"point-of-view": "^5.0.0"
"@fastify/view": "^7.0.0"
},
"peerDependenciesMeta": {
"@fastify/static": {
"optional": true
},
"point-of-view": {
"@fastify/view": {
"optional": true
}
}
Expand Down

0 comments on commit 8ac4be9

Please sign in to comment.