1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add and update dependencies (#1531)

This commit is contained in:
Koji Ishimoto 2017-03-28 15:22:46 +09:00 committed by Tim Neutkens
parent e9d0aeb2b2
commit 5a11a86389

View file

@ -5,8 +5,10 @@
"start": "NODE_ENV=production node server.js" "start": "NODE_ENV=production node server.js"
}, },
"dependencies": { "dependencies": {
"express": "^4.14.1", "express": "^4.15.2",
"next": "^2.0.0-beta.23", "next": "^2.0.0",
"next-url-prettifier": "^1.0.2" "next-url-prettifier": "^1.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2"
} }
} }