Skip to content

Commit 5cc605c

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

File tree

8 files changed

+150
-184
lines changed

8 files changed

+150
-184
lines changed

apps/app/package.json

+3-3
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.0.3",
40+
"@next/third-parties": "15.0.3",
4141
"@opentelemetry/api": "1.9.0",
4242
"@opentelemetry/core": "1.27.0",
4343
"@opentelemetry/exporter-trace-otlp-http": "0.54.0",
@@ -86,7 +86,7 @@
8686
"just-compare": "2.3.0",
8787
"luxon": "3.5.0",
8888
"mantine-react-table": "1.3.4",
89-
"next": "14.2.16",
89+
"next": "15.0.3",
9090
"next-auth": "4.24.10",
9191
"next-i18next": "15.3.1",
9292
"next-seo": "6.6.0",

apps/web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"dayjs": "1.11.13",
2929
"embla-carousel-react": "7.1.0",
3030
"i18next": "23.16.3",
31-
"next": "14.2.16",
31+
"next": "15.0.3",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1",
3434
"react-i18next": "15.1.0"
3535
},
3636
"devDependencies": {
37-
"@next/bundle-analyzer": "14.2.16",
37+
"@next/bundle-analyzer": "15.0.3",
3838
"@types/eslint": "8.56.12",
3939
"@types/node": "20.17.0",
4040
"@types/react": "18.3.12",

packages/analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@weareinreach/config": "workspace:*",
2323
"@weareinreach/eslint-config": "workspace:*",
2424
"eslint": "8.57.1",
25-
"next": "14.2.16",
25+
"next": "15.0.3",
2626
"nextjs-google-analytics": "2.3.7",
2727
"type-fest": "4.26.1",
2828
"typescript": "5.6.3"
2929
},
3030
"peerDependencies": {
31-
"next": "14.2.16",
31+
"next": "15.0.3",
3232
"nextjs-google-analytics": "2.3.7"
3333
}
3434
}

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
"i18next": "23.16.3",
6767
"inquirer-search-list": "1.2.6",
6868
"just-pascal-case": "3.2.0",
69-
"next": "14.2.16",
69+
"next": "15.0.3",
7070
"prettier": "3.3.3",
7171
"trpc-panel": "1.3.4",
7272
"type-fest": "4.26.1",
7373
"typescript": "5.6.3"
7474
},
7575
"peerDependencies": {
7676
"i18next": "23.16.3",
77-
"next": "14.2.16"
77+
"next": "15.0.3"
7878
}
7979
}

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@
7676
"@weareinreach/config": "workspace:*",
7777
"@weareinreach/eslint-config": "workspace:*",
7878
"eslint": "8.57.1",
79-
"next": "14.2.16",
79+
"next": "15.0.3",
8080
"next-auth": "4.24.10",
8181
"react": "18.3.1",
8282
"react-dom": "18.3.1",
8383
"typescript": "5.6.3"
8484
},
8585
"peerDependencies": {
86-
"next": "14.2.16",
86+
"next": "15.0.3",
8787
"next-auth": "4.24.10",
8888
"react": "18.3.1",
8989
"react-dom": "18.3.1"

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"eslint-plugin-react": "7.37.2",
3535
"eslint-plugin-storybook": "0.10.1",
3636
"eslint-plugin-turbo": "2.2.3",
37-
"next": "14.2.16",
37+
"next": "15.0.3",
3838
"resolve-pkg-maps": "1.0.0",
3939
"typescript": "5.6.3"
4040
},
4141
"peerDependencies": {
4242
"eslint": "8.57.1",
43-
"next": "14.2.16"
43+
"next": "15.0.3"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/ui/package.json

+4-4
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.0.3",
9292
"@storybook/addon-a11y": "8.3.6",
9393
"@storybook/addon-actions": "8.3.6",
9494
"@storybook/addon-designs": "8.0.3",
@@ -145,7 +145,7 @@
145145
"merge-anything": "6.0.2",
146146
"msw": "2.5.1",
147147
"msw-storybook-addon": "2.0.3",
148-
"next": "14.2.16",
148+
"next": "15.0.3",
149149
"next-auth": "4.24.10",
150150
"next-i18next": "15.3.1",
151151
"postcss-loader": "8.1.1",
@@ -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.0.3",
194194
"@tanstack/react-query": "4.36.1",
195195
"@tanstack/react-table": "8.20.5",
196196
"@trpc/client": "10.45.2",
@@ -205,7 +205,7 @@
205205
"i18next-intervalplural-postprocessor": "3.0.0",
206206
"luxon": "3.5.0",
207207
"mantine-react-table": "1.3.4",
208-
"next": "14.2.16",
208+
"next": "15.0.3",
209209
"next-auth": "4.24.10",
210210
"next-i18next": "15.3.1",
211211
"react": "18.3.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)