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 14.1.4 to 14.2.3
- [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/v14.2.3/packages/next-bundle-analyzer)

Updates `@next/eslint-plugin-next` from 14.1.4 to 14.2.3
- [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/v14.2.3/packages/eslint-plugin-next)

Updates `next` from 14.1.4 to 14.2.3
- [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.1.4...v14.2.3)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent 5e5085b commit 110ca8f
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 347 deletions.
6 changes: 3 additions & 3 deletions apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@hookform/resolvers": "^3.3.4",
"@joi/date": "^2.1.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next/bundle-analyzer": "^14.1.4",
"@next/eslint-plugin-next": "^14.1.4",
"@next/bundle-analyzer": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.3",
"@sentry/nextjs": "^7.109.0",
"apollo-upload-client": "17.0.0",
"classnames": "^2.5.1",
Expand All @@ -46,7 +46,7 @@
"hds-react": "^2.17.1",
"i18next": "^23.10.1",
"lodash": "^4.17.21",
"next": "14.1.4",
"next": "14.2.3",
"next-i18next": "^15.2.0",
"query-string": "9.0.0",
"react": "^18.2.0",
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": "^2.17.1",
"i18next": "^23.10.1",
"lodash": "^4.17.21",
"next": "14.1.4",
"next": "14.2.3",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^15.2.0",
"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 @@ -29,7 +29,7 @@
"i18next": "^23.10.1",
"lodash": "^4.17.21",
"mjml": "^4.15.3",
"next": "14.1.4",
"next": "14.2.3",
"next-i18next": "^15.2.0",
"react": "^18.2.0",
"react-big-calendar": "^1.8.6",
Expand Down
Loading

0 comments on commit 110ca8f

Please sign in to comment.