Skip to content

Commit 361d386

Browse files
fix(web): update next.js to v14.2.24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54f9aa9 commit 361d386

File tree

5 files changed

+34
-32
lines changed

5 files changed

+34
-32
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": "14.2.24",
40+
"@next/third-parties": "14.2.24",
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": "14.2.24",
3838
"@types/eslint": "8.56.12",
3939
"@types/node": "20.17.0",
4040
"@types/react": "18.3.12",

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"preinstall": "npx only-allow pnpm"
1515
},
1616
"devDependencies": {
17-
"@next/eslint-plugin-next": "14.2.16",
17+
"@next/eslint-plugin-next": "14.2.24",
1818
"@tanstack/eslint-plugin-query": "4.38.0",
1919
"@types/eslint": "8.56.12",
2020
"@types/eslint-config-prettier": "6.11.3",
2121
"@types/node": "20.17.0",
2222
"@typescript-eslint/eslint-plugin": "7.18.0",
2323
"@typescript-eslint/parser": "7.18.0",
2424
"eslint": "8.57.1",
25-
"eslint-config-next": "14.2.16",
25+
"eslint-config-next": "14.2.24",
2626
"eslint-config-prettier": "9.1.0",
2727
"eslint-formatter-github": "1.1.4",
2828
"eslint-import-resolver-typescript": "3.6.3",

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": "14.2.24",
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": "14.2.24",
194194
"@tanstack/react-query": "4.36.1",
195195
"@tanstack/react-table": "8.20.5",
196196
"@trpc/client": "10.45.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)