Skip to content

Commit

Permalink
release: 2024-03-07b (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 7, 2024
2 parents 672f4b6 + 83ac8aa commit 07d6f8a
Show file tree
Hide file tree
Showing 15 changed files with 451 additions and 200 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.11.1",
"typescript": "5.4.2",
"typescript": "5.3.3",
"webpack-bundle-analyzer": "4.10.1"
},
"ct3aMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"typescript": "5.4.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint": "8.57.0",
"prettier": "3.2.5",
"prisma": "5.10.2",
"typescript": "5.4.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"sherif": "0.8.1",
"tsx": "4.7.1",
"turbo": "1.12.5",
"typescript": "5.4.2",
"typescript": "5.3.3",
"typesync": "0.12.1",
"yargs": "17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.11.1",
"typescript": "5.4.2"
"typescript": "5.3.3"
},
"peerDependencies": {
"next": ">=13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const forLocationPageEdits = async ({ input }: TRPCHandlerParams<TForLoca
longitude: true,
latitude: true,
description: globalSelect.freeText(),
notVisitable: true,
attributes: {
select: {
attribute: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const forOrgPageEdits = async ({ input }: TRPCHandlerParams<TForOrgPageEd
allowedEditors: { where: { authorized: true }, select: { userId: true } },
description: freeText,
attributes,

reviews: {
select: { id: true },
},
Expand All @@ -32,6 +33,7 @@ export const forOrgPageEdits = async ({ input }: TRPCHandlerParams<TForOrgPageEd
postCode: true,
country: { select: { cca2: true } },
govDist: { select: { abbrev: true, tsKey: true, tsNs: true } },
notVisitable: true,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"next-auth": "4.24.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2"
"typescript": "5.3.3"
},
"peerDependencies": {
"next": "^14",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
"typescript": "5.4.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"prettier": "3.2.5",
"typescript": "5.4.2"
"typescript": "5.3.3"
}
}
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 @@
"tiny-invariant": "1.3.3",
"tsx": "4.7.1",
"type-fest": "4.11.1",
"typescript": "5.4.2",
"typescript": "5.3.3",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.22.4"
},
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 @@ -36,7 +36,7 @@
"eslint-plugin-turbo": "1.12.5",
"next": "14.1.3",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.4.2"
"typescript": "5.3.3"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.1",
"type-fest": "4.11.1",
"typescript": "5.4.2",
"typescript": "5.3.3",
"webpack": "5.90.3",
"zod": "3.22.4"
},
Expand Down
Loading

1 comment on commit 07d6f8a

@vercel
Copy link

@vercel vercel bot commented on 07d6f8a Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.