Skip to content

Commit

Permalink
fix(web): update next.js to v14.2.23
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 15, 2025
1 parent caf78a5 commit 2c92775
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 32 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": "14.2.23",
"@next/third-parties": "14.2.23",
"@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": "14.2.23",
"@types/eslint": "8.56.12",
"@types/node": "20.17.0",
"@types/react": "18.3.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.16",
"@next/eslint-plugin-next": "14.2.23",
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.12",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.16",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.3",
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": "14.2.23",
"@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": "14.2.23",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
Expand Down
51 changes: 26 additions & 25 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 2c92775

Please sign in to comment.