Skip to content

Commit 7d0dfce

Browse files
fix(web): update next.js to v15
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b51af3c commit 7d0dfce

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

apps/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@mantine/notifications": "6.0.22",
3737
"@mantine/nprogress": "6.0.22",
3838
"@mantine/utils": "6.0.22",
39-
"@next/bundle-analyzer": "14.2.16",
40-
"@next/third-parties": "14.2.16",
39+
"@next/bundle-analyzer": "15.2.1",
40+
"@next/third-parties": "15.2.1",
4141
"@opentelemetry/api": "1.9.0",
4242
"@opentelemetry/core": "1.27.0",
4343
"@opentelemetry/exporter-trace-otlp-http": "0.54.0",

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-i18next": "15.1.0"
3535
},
3636
"devDependencies": {
37-
"@next/bundle-analyzer": "14.2.16",
37+
"@next/bundle-analyzer": "15.2.1",
3838
"@types/eslint": "8.56.12",
3939
"@types/node": "20.17.0",
4040
"@types/react": "18.3.12",

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@mantine/notifications": "6.0.22",
8989
"@mantine/nprogress": "6.0.22",
9090
"@mantine/utils": "6.0.22",
91-
"@next/third-parties": "14.2.16",
91+
"@next/third-parties": "15.2.1",
9292
"@storybook/addon-a11y": "8.3.6",
9393
"@storybook/addon-actions": "8.3.6",
9494
"@storybook/addon-designs": "8.0.3",
@@ -190,7 +190,7 @@
190190
"@mantine/notifications": "6.0.22",
191191
"@mantine/nprogress": "6.0.22",
192192
"@mantine/utils": "6.0.22",
193-
"@next/third-parties": "14.2.16",
193+
"@next/third-parties": "15.2.1",
194194
"@tanstack/react-query": "4.36.1",
195195
"@tanstack/react-table": "8.20.5",
196196
"@trpc/client": "10.45.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)