Skip to content

Commit

Permalink
fix(web): update next.js to v15
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent c56f243 commit 04a0fd5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@mantine/notifications": "6.0.22",
"@mantine/nprogress": "6.0.22",
"@mantine/utils": "6.0.22",
"@next/bundle-analyzer": "14.2.16",
"@next/third-parties": "14.2.16",
"@next/bundle-analyzer": "15.1.4",
"@next/third-parties": "15.1.4",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/core": "1.27.0",
"@opentelemetry/exporter-trace-otlp-http": "0.54.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-i18next": "15.1.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.16",
"@next/bundle-analyzer": "15.1.4",
"@types/eslint": "8.56.12",
"@types/node": "20.17.0",
"@types/react": "18.3.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@mantine/notifications": "6.0.22",
"@mantine/nprogress": "6.0.22",
"@mantine/utils": "6.0.22",
"@next/third-parties": "14.2.16",
"@next/third-parties": "15.1.4",
"@storybook/addon-a11y": "8.3.6",
"@storybook/addon-actions": "8.3.6",
"@storybook/addon-designs": "8.0.3",
Expand Down Expand Up @@ -190,7 +190,7 @@
"@mantine/notifications": "6.0.22",
"@mantine/nprogress": "6.0.22",
"@mantine/utils": "6.0.22",
"@next/third-parties": "14.2.16",
"@next/third-parties": "15.1.4",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
Expand Down
33 changes: 17 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04a0fd5

Please sign in to comment.