Skip to content

Commit

Permalink
chore(web): update next.js to v13.5.5
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 Oct 16, 2023
1 parent e8caf26 commit f71215d
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 324 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/bundle-analyzer": "13.5.4",
"@next/bundle-analyzer": "13.5.5",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/exporter-trace-otlp-http": "0.44.0",
"@opentelemetry/resources": "1.17.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
"just-compare": "2.3.0",
"luxon": "3.4.3",
"mantine-react-table": "1.3.3",
"next": "13.5.3",
"next": "13.5.5",
"next-auth": "4.23.2",
"next-i18next": "14.0.3",
"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 @@ -29,13 +29,13 @@
"dayjs": "1.11.10",
"embla-carousel-react": "7.1.0",
"i18next": "23.5.1",
"next": "13.5.4",
"next": "13.5.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.3.0"
},
"devDependencies": {
"@next/bundle-analyzer": "13.5.3",
"@next/bundle-analyzer": "13.5.5",
"@types/eslint": "8.44.4",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@types/gtag.js": "0.0.16",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"next": "13.5.4",
"next": "13.5.5",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.4.0"
},
"peerDependencies": {
"next": "13.5.4",
"next": "13.5.5",
"nextjs-google-analytics": "2.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint": "8.51.0",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "13.5.4",
"next": "13.5.5",
"prettier": "3.0.3",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.51.0",
"next": "13.5.3",
"next": "13.5.5",
"next-auth": "4.23.2",
"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 @@ -15,15 +15,15 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.5.3",
"@next/eslint-plugin-next": "13.5.5",
"@tanstack/eslint-plugin-query": "4.36.1",
"@types/eslint": "8.44.4",
"@types/eslint-config-prettier": "6.11.1",
"@types/node": "18.18.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.51.0",
"eslint-config-next": "13.5.3",
"eslint-config-next": "13.5.5",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-turbo": "1.10.15",
"next": "13.5.3",
"next": "13.5.5",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"merge-anything": "5.1.7",
"msw": "1.3.2",
"msw-storybook-addon": "1.9.0",
"next": "13.5.3",
"next": "13.5.5",
"next-auth": "4.23.2",
"next-i18next": "14.0.3",
"postcss-loader": "7.3.3",
Expand Down
Loading

0 comments on commit f71215d

Please sign in to comment.