Skip to content

Commit

Permalink
upgrade nextjs (keystonejs#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi authored and timleslie committed Nov 14, 2019
1 parent 178a43e commit f3e9902
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 355 deletions.
7 changes: 7 additions & 0 deletions .changeset/gentle-apples-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@keystonejs/demo-project-blog': patch
'@keystonejs/demo-project-meetup': patch
'@keystonejs/app-next': patch
---

Upgraded NextJs to v^9.1.0 from v^9.0.0
2 changes: 1 addition & 1 deletion demo-projects/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"express": "^4.17.1",
"graphql-tag": "^2.10.1",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.0.0",
"next": "^9.1.0",
"node-fetch": "^2.3.0",
"react": "^16.8.6",
"react-apollo": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"graphql-tag": "^2.10.1",
"isomorphic-unfetch": "^3.0.0",
"lodash.uniqby": "^4.7.0",
"next": "^9.0.0",
"next": "^9.1.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-apollo": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"node": ">=8.4.0"
},
"dependencies": {
"next": "^9.0.0"
"next": "^9.1.0"
}
}
Loading

0 comments on commit f3e9902

Please sign in to comment.