Skip to content

Commit

Permalink
chore: update nextjs to 14.1.4 (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris authored May 13, 2024
1 parent e89c3f3 commit d88d90b
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 264 deletions.
2 changes: 1 addition & 1 deletion e2e/nextjs/app-router/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@devcycle/nextjs-sdk": "file:../../../../dist/sdk/nextjs",
"next": "14.1.1-canary.7",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/nextjs/pages-router/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@devcycle/nextjs-sdk": "file:../../../../dist/sdk/nextjs",
"next": "14.0.5-canary.38",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit d88d90b

Please sign in to comment.