mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Upgrade fastify in custom-server-fastify (#4801)
This commit is contained in:
parent
76657f8451
commit
6415d5f4ee
|
@ -7,7 +7,7 @@
|
|||
"start": "NODE_ENV=production node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"fastify": "^0.29.2",
|
||||
"fastify": "1.8.0",
|
||||
"next": "latest",
|
||||
"react": "^16.0.0",
|
||||
"react-dom": "^16.0.0"
|
||||
|
|
Loading…
Reference in a new issue