Skip to content

Commit

Permalink
Merge branch 'dev' into IN-831-edit-organization-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 21, 2023
2 parents a6c3a81 + b4db33e commit 8067943
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 65 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@sentry/opentelemetry-node": "7.90.0",
"@sentry/profiling-node": "1.3.2",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.11.0",
"@tanstack/react-table": "8.11.2",
"@trpc/client": "10.44.1",
"@trpc/next": "10.44.1",
"@trpc/react-query": "10.44.1",
Expand Down Expand Up @@ -123,7 +123,7 @@
"dotenv": "16.3.1",
"eslint": "8.56.0",
"eslint-plugin-i18next": "6.0.3",
"listr2": "8.0.0",
"listr2": "8.0.1",
"prettier": "3.1.1",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"knip": "3.8.3",
"knip": "3.8.4",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.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 @@ -14,7 +14,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.477.0",
"@aws-sdk/client-cognito-identity-provider": "3.478.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"just-compact": "3.2.0",
"kysely-codegen": "0.11.0",
"libphonenumber-js": "1.10.52",
"listr2": "8.0.0",
"listr2": "8.0.1",
"luxon": "3.4.4",
"p-queue": "8.0.1",
"p-retry": "6.1.0",
"p-retry": "6.2.0",
"papaparse": "5.4.1",
"prettier": "3.1.1",
"pretty-bytes": "6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@storybook/types": "7.6.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.11.0",
"@tanstack/react-table": "8.11.2",
"@tanstack/react-table-devtools": "8.7.6",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.44.1",
Expand Down
129 changes: 71 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8067943

Please sign in to comment.