Skip to content

Commit

Permalink
Merge branch 'dev' into IN-857-user-management
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 19, 2024
2 parents b2bb8ef + f4ffa78 commit e38e7d0
Show file tree
Hide file tree
Showing 10 changed files with 674 additions and 680 deletions.
20 changes: 10 additions & 10 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/react": "11.12.0",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.9.0",
"@mantine/carousel": "6.0.22",
Expand All @@ -47,19 +47,19 @@
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.17.0",
"@sentry/browser": "8.18.0",
"@sentry/nextjs": "8.18.0",
"@sentry/node": "8.18.0",
"@sentry/opentelemetry": "8.18.0",
"@sentry/profiling-node": "8.18.0",
"@sentry/browser": "8.19.0",
"@sentry/nextjs": "8.19.0",
"@sentry/node": "8.19.0",
"@sentry/opentelemetry": "8.19.0",
"@sentry/profiling-node": "8.19.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.19.3",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "1.3.1",
"@vercel/edge-config": "1.2.0",
"@vercel/edge-config": "1.2.1",
"@vercel/kv": "2.0.0",
"@vercel/speed-insights": "1.0.12",
"@weareinreach/analytics": "workspace:*",
Expand All @@ -72,11 +72,11 @@
"@weareinreach/util": "workspace:*",
"cookies-next": "4.2.1",
"crud-object-diff": "2.3.6",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.12.1",
"i18next": "23.12.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.2",
Expand Down Expand Up @@ -132,7 +132,7 @@
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.22.0",
"type-fest": "4.22.1",
"typescript": "5.5.3",
"webpack-bundle-analyzer": "4.10.2"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.4",
"@emotion/react": "11.12.0",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.22",
"@mantine/core": "6.0.22",
Expand All @@ -25,9 +25,9 @@
"@mantine/nprogress": "6.0.22",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"embla-carousel-react": "7.1.0",
"i18next": "23.12.1",
"i18next": "23.12.2",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"docker-compose": "0.24.8",
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.1.0",
"husky": "9.1.1",
"knip": "5.26.0",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "8.57.0",
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.22.0",
"type-fest": "4.22.1",
"typescript": "5.5.3"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.9.0",
"@sentry/nextjs": "8.18.0",
"@sentry/nextjs": "8.19.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/edge-config": "1.2.0",
"@vercel/edge-config": "1.2.1",
"@vercel/kv": "2.0.0",
"@weareinreach/auth": "workspace:*",
"@weareinreach/crowdin": "workspace:*",
Expand Down Expand Up @@ -63,17 +63,17 @@
"@weareinreach/eslint-config": "workspace:*",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"i18next": "23.12.1",
"i18next": "23.12.2",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.5",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"type-fest": "4.22.0",
"type-fest": "4.22.1",
"typescript": "5.5.3"
},
"peerDependencies": {
"i18next": "23.12.1",
"i18next": "23.12.2",
"next": "14.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.614.0",
"@aws-sdk/client-cognito-identity-provider": "3.616.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.16.2",
"type-fest": "4.22.0",
"type-fest": "4.22.1",
"typescript": "5.5.3",
"xliff": "6.2.1",
"zod-prisma-types": "3.1.8",
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@emotion/react": "11.11.4",
"@emotion/react": "11.12.0",
"@emotion/server": "11.11.0",
"@faker-js/faker": "8.4.1",
"@hookform/devtools": "4.3.1",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@storybook/test-runner": "0.19.1",
"@storybook/theming": "8.2.4",
"@storybook/types": "8.2.4",
"@swc/core": "1.6.13",
"@swc/core": "1.7.0",
"@swc/helpers": "0.5.12",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -131,19 +131,19 @@
"@welldone-software/why-did-you-render": "8.0.3",
"chromatic": "11.5.5",
"css-loader": "6.11.0",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"dotenv": "16.4.5",
"embla-carousel-react": "7.1.0",
"eslint": "8.57.0",
"i18next": "23.12.1",
"i18next": "23.12.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-hmr": "3.1.2",
"i18next-http-backend": "2.5.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "6.0.2",
"msw": "2.3.1",
"msw": "2.3.2",
"msw-storybook-addon": "2.0.3",
"next": "14.2.5",
"next-auth": "4.24.7",
Expand All @@ -169,13 +169,13 @@
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.16.2",
"type-fest": "4.22.0",
"type-fest": "4.22.1",
"typescript": "5.5.3",
"webpack": "5.93.0",
"zod": "3.23.8"
},
"peerDependencies": {
"@emotion/react": "11.11.4",
"@emotion/react": "11.12.0",
"@emotion/server": "11.11.0",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.9.0",
Expand All @@ -198,9 +198,9 @@
"@trpc/react-query": "10.45.2",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"embla-carousel-react": "7.1.0",
"i18next": "23.12.1",
"i18next": "23.12.2",
"i18next-http-backend": "2.5.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@vercel/edge-config": "1.2.0",
"@vercel/edge-config": "1.2.1",
"luxon": "3.4.4",
"social-links": "1.14.0",
"superjson": "2.2.1",
Expand Down
Loading

0 comments on commit e38e7d0

Please sign in to comment.