Skip to content

Commit

Permalink
chore(deps): bump next in /tests/smoke/fixtures/next-12.0.3
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 12.0.3 to 14.2.15.
- [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.0.3...v14.2.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 6b56128 commit cf3cf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/smoke/fixtures/next-12.0.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"build": "next build"
},
"dependencies": {
"next": "12.0.3",
"next": "14.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"test": {
"dependencies": {
"next": "12.0.3"
"next": "14.2.15"
}
}
}

0 comments on commit cf3cf34

Please sign in to comment.