Skip to content

Commit 6f2e3e4

Browse files
committed
upgrade deps
Signed-off-by: Kirill Mokevnin <[email protected]>
1 parent 67b2e4f commit 6f2e3e4

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

package-lock.json

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"dependencies": {
1414
"@dnlup/fastify-traps": "^2.0.0",
1515
"@fastify/static": "^6.10.2",
16+
"@fastify/view": "^8.0.0",
1617
"bootstrap": "^5.3.0",
1718
"dotenv": "^16.3.1",
1819
"fastify": "^4.19.2",
1920
"fastify-cli": "^5.7.1",
2021
"lodash": "^4.17.21",
21-
"point-of-view": "^6.3.0",
2222
"pug": "^3.0.2",
2323
"rollbar": "^2.26.2"
2424
},

server/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { fileURLToPath } from 'url';
44
import path from 'path';
55
import Pug from 'pug';
6-
import pointOfView from 'point-of-view';
6+
import pointOfView from '@fastify/view';
77
import fastifyStatic from '@fastify/static';
88
import Rollbar from 'rollbar';
99
import traps from '@dnlup/fastify-traps';

0 commit comments

Comments
 (0)