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

Use right next.js version for with-dynamic-import (#2423)

This commit is contained in:
Tim Neutkens 2017-07-01 08:13:25 +02:00 committed by GitHub
parent 7f6f65d68c
commit 1ecba3b84d

View file

@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"async-reactor": "^1.1.1", "async-reactor": "^1.1.1",
"next": "^3.0.0-beta13", "next": "^3.0.1-beta.5",
"react": "^15.4.2", "react": "^15.4.2",
"react-dom": "^15.4.2" "react-dom": "^15.4.2"
}, },