Skip to content

Commit

Permalink
chore(deps): Bump next from 11.1.4 to 13.5.0
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 11.1.4 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@v11.1.4...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 Nov 7, 2023
1 parent 72640d7 commit 92f0b6e
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 886 deletions.
2 changes: 1 addition & 1 deletion config-helpers/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/react": "^18.2.37",
"next": "^13.4.7",
"next": "^13.5.0",
"react": "^18.2.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/tests/apps/nextjs-11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev"
},
"dependencies": {
"next": "^11.1.4",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/tests/apps/nextjs-12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev"
},
"dependencies": {
"next": "^12.3.4",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/tests/apps/nextjs-13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/node": "^18.16.14",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"next": "^13.4.3",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5"
Expand Down
Loading

0 comments on commit 92f0b6e

Please sign in to comment.