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

fix #1833, update all examples. (#1834)

This commit is contained in:
Arana Jhonny 2017-04-30 10:29:37 -04:00 committed by Tim Neutkens
parent a903503d41
commit 25dbcce60b
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"next": "beta"
"next": "latest"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^0.2.0"

View file

@ -6,7 +6,7 @@
},
"dependencies": {
"express": "^4.15.2",
"next": "^2.0.0",
"next": "latest",
"next-url-prettifier": "^1.0.2",
"prop-types": "^15.5.6",
"react": "^15.4.2",

View file

@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"next": "next@beta",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},

View file

@ -8,7 +8,7 @@
"bundle:view": "webpack-bundle-analyzer .next/stats.json"
},
"dependencies": {
"next": "beta",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"webpack-bundle-analyzer": "^2.3.0"