Skip to content

Commit

Permalink
fix(deps): Update dependency next to v14 (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent b518048 commit e3fded1
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 815 deletions.
2 changes: 1 addition & 1 deletion apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"history": "^5.3.0",
"json5": "^2.2.3",
"motion": "^10.16.2",
"next": "^13.4.12",
"next": "^14.0.0",
"next-sanity": "^5.0.0",
"polished": "^4.2.2",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "PORT=3004 next dev"
},
"dependencies": {
"next": "^13.4.12",
"next": "^14.0.0",
"next-sanity": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "PORT=3005 next dev"
},
"dependencies": {
"next": "^13.4.12",
"next": "^14.0.0",
"next-sanity": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit e3fded1

Please sign in to comment.