Skip to content

Commit

Permalink
chore(web): update next.js to v13.4.18
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 Aug 18, 2023
1 parent 8dc0900 commit 4ed82db
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 119 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@mantine/spotlight": "6.0.19",
"@mantine/tiptap": "6.0.19",
"@mantine/utils": "6.0.19",
"@next/bundle-analyzer": "13.4.17",
"@next/bundle-analyzer": "13.4.18",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/exporter-trace-otlp-http": "0.41.2",
"@opentelemetry/instrumentation": "0.41.2",
Expand Down Expand Up @@ -96,7 +96,7 @@
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.0",
"next": "13.4.17",
"next": "13.4.18",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-seo": "6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"dayjs": "1.11.9",
"embla-carousel-react": "7.1.0",
"i18next": "23.4.4",
"next": "13.4.17",
"next": "13.4.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.1.2"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.17",
"@next/bundle-analyzer": "13.4.18",
"@types/eslint": "8.44.2",
"@types/node": "18.17.5",
"@types/react": "18.2.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"just-capitalize": "3.2.0",
"just-pascal-case": "3.2.0",
"listr2": "6.6.1",
"next": "13.4.17",
"next": "13.4.18",
"p-queue": "7.3.4",
"prettier": "3.0.2",
"prisma": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.47.0",
"next": "13.4.17",
"next": "13.4.18",
"next-auth": "4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 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": "13.4.17",
"@next/eslint-plugin-next": "13.4.18",
"@tanstack/eslint-plugin-query": "4.32.5",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.5",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.17",
"eslint-config-next": "13.4.18",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.0",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.12",
"next": "13.4.17",
"next": "13.4.18",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"merge-anything": "5.1.7",
"msw": "1.2.3",
"msw-storybook-addon": "1.8.0",
"next": "13.4.17",
"next": "13.4.18",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-router-mock": "0.9.9",
Expand Down
Loading

0 comments on commit 4ed82db

Please sign in to comment.