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] committed Aug 14, 2024
2 parents cbb2e7b + 406907e commit 6c59466
Show file tree
Hide file tree
Showing 7 changed files with 335 additions and 320 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.25.0",
"@sentry/nextjs": "8.25.0",
"@sentry/node": "8.25.0",
"@sentry/opentelemetry": "8.25.0",
"@sentry/profiling-node": "8.25.0",
"@sentry/browser": "8.26.0",
"@sentry/nextjs": "8.26.0",
"@sentry/node": "8.26.0",
"@sentry/opentelemetry": "8.26.0",
"@sentry/profiling-node": "8.26.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@trpc/client": "10.45.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@turbo/gen": "2.0.12",
"@turbo/gen": "2.0.13",
"@types/lint-staged": "13.3.0",
"@types/node": "20.14.15",
"@types/yargs": "17.0.33",
Expand All @@ -58,12 +58,12 @@
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.11.0",
"tsx": "4.17.0",
"turbo": "2.0.12",
"turbo": "2.0.13",
"typescript": "5.5.4",
"typesync": "0.13.0",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": "^20.12.2",
"pnpm": "^9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.9.0",
"@sentry/nextjs": "8.25.0",
"@sentry/nextjs": "8.26.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -53,7 +53,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@turbo/gen": "2.0.12",
"@turbo/gen": "2.0.13",
"@types/eslint": "8.56.11",
"@types/google.maps": "3.55.12",
"@types/luxon": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.98.0",
"@terraformer/wkt": "2.2.1",
"@turbo/gen": "2.0.12",
"@turbo/gen": "2.0.13",
"@turf/helpers": "7.1.0",
"@types/eslint": "8.56.11",
"@types/inquirer": "9.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-node": "npm:eslint-plugin-n@16.6.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "2.0.12",
"eslint-plugin-turbo": "2.0.13",
"next": "14.2.5",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@storybook/test-runner": "0.19.1",
"@storybook/theming": "8.2.9",
"@storybook/types": "8.2.9",
"@swc/core": "1.7.10",
"@swc/core": "1.7.11",
"@swc/helpers": "0.5.12",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand Down
629 changes: 322 additions & 307 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 6c59466

Please sign in to comment.