Skip to content

Commit

Permalink
build(deps): bump next from 14.2.6 to 14.2.7 (#1234)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 14.2.6 to 14.2.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.6...v14.2.7)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent a78e7c0 commit 24c60cb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/eslint-parser": "^7.25.1",
"@vercel/og": "^0.6.2",
"date-fns": "^3.6.0",
"next": "^14.2.6",
"next": "^14.2.7",
"prettier-eslint-cli": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down

1 comment on commit 24c60cb

@baires
Copy link
Owner

@baires baires commented on 24c60cb Sep 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 61/61
🟢 Branches 93.75% 30/32
🟢 Functions 100% 20/20
🟢 Lines 100% 60/60

Test suite run success

37 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 24c60cb

Please sign in to comment.