Skip to content

Commit

Permalink
chore(deps): bump the nextjs group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the nextjs group with 3 updates in the / directory: [@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 [next](https://github.com/vercel/next.js).


Updates `@next/bundle-analyzer` from 15.0.3 to 15.1.5
- [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.5/packages/next-bundle-analyzer)

Updates `@next/eslint-plugin-next` from 15.0.3 to 15.1.5
- [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.5/packages/eslint-plugin-next)

Updates `next` from 15.0.3 to 15.1.5
- [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.3...v15.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 4418dd4 commit 895adea
Show file tree
Hide file tree
Showing 4 changed files with 373 additions and 205 deletions.
6 changes: 3 additions & 3 deletions apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@apollo/client": "^3.9.7",
"@hookform/resolvers": "^3.9.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next/bundle-analyzer": "^15.0.3",
"@next/eslint-plugin-next": "^15.0.3",
"@next/bundle-analyzer": "^15.1.5",
"@next/eslint-plugin-next": "^15.1.5",
"@sentry/nextjs": "^8.29.0",
"apollo-upload-client": "17.0.0",
"classnames": "^2.5.1",
Expand All @@ -44,7 +44,7 @@
"hds-react": "^3.11.0",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"next": "15.0.3",
"next": "15.1.5",
"next-i18next": "^15.3.1",
"query-string": "9.1.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"hds-react": "^3.11.0",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"next": "15.0.3",
"next": "15.1.5",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^15.3.1",
"next-transpile-modules": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"hds-react": "^3.11.0",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"next": "15.0.3",
"next": "15.1.5",
"next-i18next": "^15.3.1",
"react": "^18.3.1",
"react-big-calendar": "^1.16.3",
Expand Down
Loading

0 comments on commit 895adea

Please sign in to comment.