Skip to content

Commit

Permalink
Merge branch 'dev' into l10n_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Sep 18, 2024
2 parents 20c84b8 + 354424d commit 1930df4
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 329 deletions.
6 changes: 3 additions & 3 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.8",
"@next/third-parties": "14.2.8",
"@next/bundle-analyzer": "14.2.12",
"@next/third-parties": "14.2.12",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/core": "1.26.0",
"@opentelemetry/exporter-trace-otlp-http": "0.53.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"just-compare": "2.3.0",
"luxon": "3.5.0",
"mantine-react-table": "1.3.4",
"next": "14.2.8",
"next": "14.2.12",
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"next-seo": "6.6.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 @@ -28,13 +28,13 @@
"dayjs": "1.11.13",
"embla-carousel-react": "7.1.0",
"i18next": "23.14.0",
"next": "14.2.8",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.8",
"@next/bundle-analyzer": "14.2.12",
"@types/eslint": "8.56.12",
"@types/node": "20.16.4",
"@types/react": "18.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.8",
"next": "14.2.12",
"nextjs-google-analytics": "2.3.7",
"type-fest": "4.26.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"next": "14.2.8",
"next": "14.2.12",
"nextjs-google-analytics": "2.3.7"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"i18next": "23.14.0",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.8",
"next": "14.2.12",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"type-fest": "4.26.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"i18next": "23.14.0",
"next": "14.2.8"
"next": "14.2.12"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.8",
"next": "14.2.12",
"next-auth": "4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4"
},
"peerDependencies": {
"next": "14.2.8",
"next": "14.2.12",
"next-auth": "4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
8 changes: 4 additions & 4 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.8",
"@next/eslint-plugin-next": "14.2.12",
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.12",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.16.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.8",
"eslint-config-next": "14.2.12",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.3",
Expand All @@ -34,13 +34,13 @@
"eslint-plugin-react": "7.35.2",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "2.1.1",
"next": "14.2.8",
"next": "14.2.12",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"eslint": "8.57.0",
"next": "14.2.8"
"next": "14.2.12"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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.8",
"@next/third-parties": "14.2.12",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-actions": "8.2.9",
"@storybook/addon-designs": "8.0.3",
Expand Down Expand Up @@ -145,7 +145,7 @@
"merge-anything": "6.0.2",
"msw": "2.4.2",
"msw-storybook-addon": "2.0.3",
"next": "14.2.8",
"next": "14.2.12",
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"postcss-loader": "8.1.1",
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.8",
"@next/third-parties": "14.2.12",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
Expand All @@ -205,7 +205,7 @@
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.5.0",
"mantine-react-table": "1.3.4",
"next": "14.2.8",
"next": "14.2.12",
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"react": "18.3.1",
Expand Down
460 changes: 150 additions & 310 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 1930df4

Please sign in to comment.