Skip to content

Commit

Permalink
Bump next from 12.3.1 to 13.5.0
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 12.3.1 to 13.5.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.3.1...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent d1abac8 commit aed82e7
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 294 deletions.
2 changes: 1 addition & 1 deletion examples/ai-image-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"mirotone": "5",
"next": "^13.0.0",
"next": "^13.5.0",
"openai": "^4.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/html-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mirohq/miro-api": "^1.0.4",
"cookie": "^0.5.0",
"dotenv": "^16.0.3",
"next": "^13.0.0",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/monetization-with-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cookies": "^0.8.0",
"dotenv": "^16.0.3",
"micro": "^10.0.1",
"next": "^13.4.10",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stripe": "^12.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-full-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"axios": "^0.27.2",
"busboy": "^1.6.0",
"cookie": "^0.5.0",
"next": "^12.2.4",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"axios": "^0.27.2",
"cookie": "^0.5.0",
"next": "^12.2.4",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/webhooks-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.0.0",
"next": "^13.5.0",
"@mirohq/miro-api": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
366 changes: 78 additions & 288 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit aed82e7

Please sign in to comment.