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 Apr 29, 2024
2 parents 467dbe0 + 122f9b2 commit 5a2aeb0
Show file tree
Hide file tree
Showing 8 changed files with 572 additions and 588 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
"@weareinreach/util": "workspace:*",
"cookies-next": "4.1.1",
"crud-object-diff": "2.3.6",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.11.2",
"i18next": "23.11.3",
"i18next-browser-languagedetector": "7.2.1",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.1",
Expand Down Expand Up @@ -109,15 +109,15 @@
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.43.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.13.0",
"@relative-ci/agent": "4.2.6",
"@relative-ci/agent": "4.2.7",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.16.0",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
Expand All @@ -133,7 +133,7 @@
"prettier": "3.2.5",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.17.0",
"type-fest": "4.18.0",
"typescript": "5.4.5",
"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 @@ -25,9 +25,9 @@
"@mantine/nprogress": "6.0.21",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"embla-carousel-react": "7.1.0",
"i18next": "23.11.2",
"i18next": "23.11.3",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -37,7 +37,7 @@
"@next/bundle-analyzer": "14.2.3",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@weareinreach/eslint-config": "workspace:*",
"next": "14.2.3",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.17.0"
"type-fest": "4.18.0"
},
"peerDependencies": {
"next": "14.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
"@weareinreach/eslint-config": "workspace:*",
"dotenv-cli": "7.4.1",
"eslint": "8.57.0",
"i18next": "23.11.2",
"i18next": "23.11.3",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.3",
"prettier": "3.2.5",
"trpc-panel": "1.3.4",
"type-fest": "4.17.0",
"type-fest": "4.18.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"i18next": "23.11.2",
"i18next": "23.11.3",
"next": "14.2.3"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.563.0",
"@aws-sdk/client-cognito-identity-provider": "3.564.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -68,7 +68,7 @@
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "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 @@ -108,7 +108,7 @@
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.7.3",
"type-fest": "4.17.0",
"type-fest": "4.18.0",
"typescript": "5.4.5",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.23.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.3.4",
"@iconify-icon/react": "2.1.0",
"@iconify-json/carbon": "1.1.31",
"@iconify-json/carbon": "1.1.32",
"@iconify-json/fluent-mdl2": "1.1.7",
"@iconify-json/mdi": "1.1.66",
"@iconify-json/ph": "1.1.12",
"@iconify-json/simple-icons": "1.1.100",
"@iconify-json/simple-icons": "1.1.101",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.23",
Expand Down Expand Up @@ -105,7 +105,7 @@
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.18",
"@storybook/types": "7.6.18",
"@swc/core": "1.5.0",
"@swc/core": "1.5.2",
"@swc/helpers": "0.5.11",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -120,7 +120,7 @@
"@types/luxon": "3.4.2",
"@types/node": "20.12.7",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.3.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/api": "workspace:*",
Expand All @@ -131,11 +131,11 @@
"@welldone-software/why-did-you-render": "8.0.1",
"chromatic": "11.3.0",
"css-loader": "6.11.0",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"embla-carousel-react": "7.1.0",
"eslint": "8.57.0",
"i18next": "23.11.2",
"i18next": "23.11.3",
"i18next-browser-languagedetector": "7.2.1",
"i18next-hmr": "3.1.2",
"i18next-http-backend": "2.5.1",
Expand Down Expand Up @@ -168,7 +168,7 @@
"style-loader": "3.3.4",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.3",
"type-fest": "4.17.0",
"type-fest": "4.18.0",
"typescript": "5.4.5",
"webpack": "5.91.0",
"zod": "3.23.4"
Expand Down Expand Up @@ -197,9 +197,9 @@
"@trpc/react-query": "10.45.2",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"embla-carousel-react": "7.1.0",
"i18next": "23.11.2",
"i18next": "23.11.3",
"i18next-http-backend": "2.5.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
Expand Down
Loading

0 comments on commit 5a2aeb0

Please sign in to comment.