Skip to content

Commit

Permalink
Bump next.js dep to ^9.2.0 (#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesstelford authored Jan 15, 2020
1 parent fe41656 commit 51500a8
Show file tree
Hide file tree
Showing 5 changed files with 732 additions and 144 deletions.
7 changes: 7 additions & 0 deletions .changeset/shaggy-dingos-crash.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
---

Bump next.js dep to ^9.2.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.1.0",
"next": "^9.2.0",
"node-fetch": "^2.3.0",
"react": "^16.12.0",
"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.1.0",
"next": "^9.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"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.1.0"
"next": "^9.2.0"
}
}
Loading

0 comments on commit 51500a8

Please sign in to comment.