Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/app-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@example/shared": "workspace:*",
"@open-next/utils": "workspace:*",
"next": "^14.0.3",
"open-next": "workspace:*",
"@opennextjs/aws": "workspace:*",
"react": "latest",
"react-dom": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@example/shared": "workspace:*",
"@open-next/utils": "workspace:*",
"next": "^14.1.4",
"open-next": "workspace:*",
"@opennextjs/aws": "workspace:*",
"react": "latest",
"react-dom": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"open-next": "workspace:*",
"@opennextjs/aws": "workspace:*",
"@open-next/utils": "workspace:*"
},
"devDependencies": {
Expand Down
Loading