Skip to content

Commit 84cc2c1

Browse files
committed
wip
1 parent f926d57 commit 84cc2c1

File tree

8 files changed

+8
-118
lines changed

8 files changed

+8
-118
lines changed

apps/dashboard/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@date-fns/tz": "^1.2.0",
1919
"@date-fns/utc": "^2.1.0",
2020
"@fast-csv/format": "5.0.0",
21-
"@hookform/resolvers": "^5.0.0",
21+
"@hookform/resolvers": "^5.0.1",
2222
"@midday/app-store": "workspace:*",
2323
"@midday/events": "workspace:*",
2424
"@midday/inbox": "workspace:*",
@@ -34,8 +34,8 @@
3434
"@polar-sh/nextjs": "^0.3.23",
3535
"@polar-sh/sdk": "^0.32.3",
3636
"@react-google-maps/api": "^2.20.6",
37-
"@tanstack/react-query": "^5.71.1",
38-
"@tanstack/react-query-devtools": "^5.71.2",
37+
"@tanstack/react-query": "^5.71.5",
38+
"@tanstack/react-query-devtools": "^5.71.5",
3939
"@tanstack/react-table": "^8.21.2",
4040
"@team-plain/typescript-sdk": "^5.8.0",
4141
"@todesktop/client-active-win": "^0.15.0",
@@ -74,7 +74,7 @@
7474
"react-markdown": "^9.0.1",
7575
"react-plaid-link": "^3.6.1",
7676
"react-use-draggable-scroll": "^0.4.7",
77-
"recharts": "^2.15.1",
77+
"recharts": "^2.15.2",
7878
"resend": "^4.2.0",
7979
"server-only": "^0.0.1",
8080
"sharp": "^0.33.5",
@@ -86,10 +86,10 @@
8686
"devDependencies": {
8787
"@midday/tsconfig": "workspace:*",
8888
"@todesktop/tailwind-variants": "^1.0.1",
89-
"@types/node": "^22.13.14",
89+
"@types/node": "^22.14.0",
9090
"@types/papaparse": "^5.3.15",
91-
"@types/react": "19.0.12",
92-
"@types/react-dom": "19.0.4",
91+
"@types/react": "19.1.0",
92+
"@types/react-dom": "19.1.0",
9393
"trigger.dev": "3.3.17",
9494
"typescript": "^5.8.2"
9595
}

apps/dashboard/src/actions/decline-invite-action.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

apps/dashboard/src/actions/delete-transaction-tag-action.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

apps/dashboard/src/actions/schema.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ export const updateTeamSchema = z.object({
3434

3535
export type UpdateTeamFormValues = z.infer<typeof updateTeamSchema>;
3636

37-
export const subscribeSchema = z.object({
38-
email: z.string().email(),
39-
});
40-
4137
export const deleteBankAccountSchema = z.object({
4238
id: z.string().uuid(),
4339
});

apps/dashboard/src/actions/subscribe-action.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

apps/dashboard/src/actions/update-similar-transactions-recurring.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

bun.lockb

1.2 KB
Binary file not shown.

packages/app-store/src/cal/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export default {
77
logo: Logo,
88
short_description:
99
"Integrating with Cal.com automatically synchronizes your tracked hours with your calendar, allowing you to easily monitor your progress on your projects.",
10-
description:
11-
"Integrating with Xero streamlines your financial processes by seamlessly syncing transactions and attachments directly into your bookkeeping software. This integration ensures that your financial data is neatly organized, eliminating the hassle of manual data entry and reducing the likelihood of errors. With transactions and attachments automatically sorted within your accounting system, you and your accountant can efficiently reconcile accounts and close your books in a timelier manner. This not only saves valuable time but also enhances the accuracy and reliability of your financial records, providing you with a clearer picture of your business's financial health.",
10+
description: null,
1211
images: [],
1312
onInitialize: () => {},
1413
settings: {},

0 commit comments

Comments
 (0)