Skip to content

Commit ba5601f

Browse files
palafoxernestotimneutkens
authored andcommitted
Fix dependencies install error on 'with-url-object-routing' example (vercel#1764)
1 parent ea77b41 commit ba5601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "NODE_ENV=production node server.js"
66
},
77
"dependencies": {
8-
"next": "beta",
8+
"next": "latest",
99
"path-match": "1.2.4",
1010
"react": "^15.4.2",
1111
"react-dom": "^15.4.2"

0 commit comments

Comments
 (0)