Skip to content

Commit

Permalink
build(deps): bump the nextjs group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the nextjs group with 3 updates: [next](https://github.com/vercel/next.js), [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) and [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties).


Updates `next` from 14.2.17 to 15.0.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.2.17...v15.0.3)

Updates `@next/bundle-analyzer` from 14.2.7 to 15.0.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/v15.0.3/packages/next-bundle-analyzer)

Updates `@next/third-parties` from 14.2.7 to 15.0.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/v15.0.3/packages/third-parties)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nextjs
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent b5af532 commit 8b2141a
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 85 deletions.
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"mobx-state-tree": "~5.4.0",
"morgan": "^1.10.0",
"newrelic": "~12.3.1",
"next": "~14.2.7",
"next": "~15.0.3",
"next-i18next": "~15.3.1",
"panoptes-client": "~5.6.0",
"path-match": "~1.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"start": "NODE_ENV=${NODE_ENV:-production} PANOPTES_ENV=${PANOPTES_ENV:-production} node server/server.js"
},
"dependencies": {
"@next/bundle-analyzer": "~14.2.7",
"@next/third-parties": "~14.2.7",
"@next/bundle-analyzer": "~15.0.3",
"@next/third-parties": "~15.0.3",
"@zooniverse/async-states": "~0.0.1",
"@zooniverse/content": "~0.0.1",
"@zooniverse/grommet-theme": "~3.2.0",
Expand All @@ -28,7 +28,7 @@
"lodash": "~4.17.21",
"morgan": "~1.10.0",
"newrelic": "~12.3.1",
"next": "~14.2.7",
"next": "~15.0.3",
"panoptes-client": "~5.6.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@next/third-parties": "~14.2.7",
"@next/third-parties": "~15.0.3",
"@zooniverse/async-states": "~0.0.1",
"@zooniverse/react-components": "~1.13.0",
"dayjs": "~1.11.11",
Expand Down
Loading

0 comments on commit 8b2141a

Please sign in to comment.