Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions demos/base-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"next": "^13.0.6"
"next": "^13.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -29,4 +29,4 @@
"url": "https://github.com/netlify/next-runtime/issues"
},
"homepage": "https://github.com/netlify/next-runtime#readme"
}
}
19 changes: 7 additions & 12 deletions demos/canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"nanoid": "^3.3.4",
"next": "^13.0.7",
"react": "latest",
"react-dom": "latest",
"sass": "latest",
"swr": "2.0.0-rc.0"
},
"devDependencies": {
"@netlify/next": "*",
"@netlify/plugin-nextjs": "*",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"critters": "^0.0.16",
"husky": "^7.0.4",
"if-env": "^1.0.4",
"npm-run-all": "^4.1.5",
"@netlify/plugin-nextjs": "file:plugin-wrapper",
"typescript": "^4.6.3"
}
}
4 changes: 2 additions & 2 deletions demos/custom-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"next": "^13.0.6"
"next": "^13.0.7"
},
"scripts": {
"build": "next build",
Expand All @@ -30,4 +30,4 @@
"url": "https://github.com/netlify/next-runtime/issues"
},
"homepage": "https://github.com/netlify/next-runtime#readme"
}
}
2 changes: 1 addition & 1 deletion demos/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@reach/dialog": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@vercel/og": "^0.0.21",
"next": "^13.0.6",
"next": "^13.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion demos/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@netlify/next": "*",
"@netlify/plugin-nextjs": "*",
"isomorphic-unfetch": "^3.1.0",
"next": "^13.0.6",
"next": "^13.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion demos/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"license": "MIT",
"dependencies": {
"next": "^13.0.6",
"next": "^13.0.7",
"next-auth": "^4.15.0",
"nodemailer": "^6.6.3",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/next-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"next": "^13.0.6"
"next": "^13.0.7"
},
"devDependencies": {
"@netlify/next": "*",
Expand All @@ -29,4 +29,4 @@
"url": "https://github.com/netlify/next-runtime/issues"
},
"homepage": "https://github.com/netlify/next-runtime#readme"
}
}
6 changes: 3 additions & 3 deletions demos/next-with-edge-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2"
"next": "^13.0.7",
"react": "^18.0.2",
"react-dom": "^18.0.2"
}
}
4 changes: 2 additions & 2 deletions demos/static-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"next": "^13.0.6"
"next": "^13.0.7"
},
"devDependencies": {
"@netlify/next": "*",
Expand All @@ -29,4 +29,4 @@
"url": "https://github.com/netlify/next-runtime/issues"
},
"homepage": "https://github.com/netlify/next-runtime#readme"
}
}
Loading