Skip to content

Commit

Permalink
build(deps): bump the next group with 4 updates (#664)
Browse files Browse the repository at this point in the history
Bumps the next group with 4 updates: [next](https://github.com/vercel/next.js), [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer), [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).


Updates `next` from 15.0.4 to 15.1.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@v15.0.4...v15.1.0)

Updates `@next/bundle-analyzer` from 15.0.3 to 15.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/next-bundle-analyzer)

Updates `@next/eslint-plugin-next` from 15.0.3 to 15.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/eslint-plugin-next)

Updates `eslint-config-next` from 15.0.3 to 15.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: next
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: next
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: next
...

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 Dec 15, 2024
1 parent 697d58f commit 15cab1a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"check": "npm run typecheck && npm run lint"
},
"dependencies": {
"next": "~15.0.4",
"next": "~15.1.0",
"react": "~19.0.0",
"react-dom": "~19.0.0"
},
"devDependencies": {
"@eslint/js": "~9.16.0",
"@netlify/plugin-nextjs": "~5.8.1",
"@next/bundle-analyzer": "~15.0.3",
"@next/eslint-plugin-next": "~15.0.3",
"@next/bundle-analyzer": "~15.1.0",
"@next/eslint-plugin-next": "~15.1.0",
"@testing-library/dom": "~10.4.0",
"@testing-library/jest-dom": "~6.6.2",
"@testing-library/react": "~16.1.0",
Expand All @@ -48,7 +48,7 @@
"@types/react-dom": "~19.0.1",
"autoprefixer": "~10.4.0",
"eslint": "~9.16.0",
"eslint-config-next": "~15.0.3",
"eslint-config-next": "~15.1.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-jsx-a11y": "~6.10.0",
"eslint-plugin-react": "~7.37.0",
Expand Down

0 comments on commit 15cab1a

Please sign in to comment.