Skip to content

Commit 25dbcce

Browse files
aranajhonnytimneutkens
authored andcommitted
fix vercel#1833, update all examples. (vercel#1834)
1 parent a903503 commit 25dbcce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/svg-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "next start"
88
},
99
"dependencies": {
10-
"next": "beta"
10+
"next": "latest"
1111
},
1212
"devDependencies": {
1313
"babel-plugin-inline-react-svg": "^0.2.0"

examples/with-pretty-url-routing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"express": "^4.15.2",
9-
"next": "^2.0.0",
9+
"next": "latest",
1010
"next-url-prettifier": "^1.0.2",
1111
"prop-types": "^15.5.6",
1212
"react": "^15.4.2",

examples/with-shallow-routing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "next start"
88
},
99
"dependencies": {
10-
"next": "next@beta",
10+
"next": "latest",
1111
"react": "^15.4.2",
1212
"react-dom": "^15.4.2"
1313
},

examples/with-webpack-bundle-analyzer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bundle:view": "webpack-bundle-analyzer .next/stats.json"
99
},
1010
"dependencies": {
11-
"next": "beta",
11+
"next": "latest",
1212
"react": "^15.4.2",
1313
"react-dom": "^15.4.2",
1414
"webpack-bundle-analyzer": "^2.3.0"

0 commit comments

Comments
 (0)