Skip to content

Commit 4b4230e

Browse files
renovate[bot]github-actions[bot]
andauthoredDec 9, 2024··
fix(deps): update nextjs monorepo to v15.0.4 (#1858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d9cacc2 commit 4b4230e

File tree

4 files changed

+80
-75
lines changed

4 files changed

+80
-75
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@next/bundle-analyzer@15.0.4` ↗︎](https://www.npmjs.com/package/@next/bundle-analyzer/v/15.0.4) (from `15.0.3`, in `dependencies`)

‎packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {
6767
"@giscus/react": "3.0.0",
68-
"@next/bundle-analyzer": "15.0.3",
68+
"@next/bundle-analyzer": "15.0.4",
6969
"@radix-ui/react-navigation-menu": "^1.2.0",
7070
"clsx": "2.1.1",
7171
"fuzzy": "0.1.3",
@@ -89,7 +89,7 @@
8989
"dedent": "1.5.3",
9090
"esbuild-plugin-svgr": "^3.0.0",
9191
"graphql": "16.9.0",
92-
"next": "15.0.3",
92+
"next": "15.0.4",
9393
"react": "18.3.1",
9494
"react-dom": "18.3.1",
9595
"unified": "^11.0.3"

‎pnpm-lock.yaml

+72-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@theguild/components": "workspace:*",
15-
"next": "15.0.3",
15+
"next": "15.0.4",
1616
"next-mdx-remote": "5.0.0",
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1"

0 commit comments

Comments
 (0)
Please sign in to comment.