Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update deps #741

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions apps/mail-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,24 @@
},
"dependencies": {
"@t3-oss/env-core": "^0.11.0",
"@trpc/client": "11.0.0-rc.467",
"@trpc/server": "11.0.0-rc.467",
"@trpc/client": "11.0.0-rc.485",
"@trpc/server": "11.0.0-rc.485",
"@u22n/database": "workspace:*",
"@u22n/hono": "workspace:^",
"@u22n/mailtools": "^0.1.2",
"@u22n/otel": "workspace:^",
"@u22n/realtime": "workspace:^",
"@u22n/tiptap": "workspace:^",
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:*",
"bullmq": "^5.8.7",
"bullmq": "^5.12.10",
"dompurify": "^3.1.6",
"drizzle-orm": "^0.32.1",
"jsdom": "^24.1.0",
"mailauth": "^4.6.8",
"drizzle-orm": "^0.33.0",
"jsdom": "^24.1.1",
"mailauth": "^4.6.9",
"mailparser": "^3.7.1",
"mime": "^4.0.4",
"mimetext": "^3.0.24",
"mysql2": "^3.10.1",
"mysql2": "^3.11.0",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.14",
"superjson": "^2.2.1",
Expand All @@ -46,9 +45,7 @@
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.7",
"@types/mailparser": "^3.4.4",
"@types/node": "^20.14.10",
"@types/nodemailer": "^6.4.15",
"tsup": "^8.1.2",
"tsx": "^4.16.2"
"tsup": "^8.2.4"
}
}
4 changes: 1 addition & 3 deletions apps/mail-bridge/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": "@u22n/tsconfig"
}
{ "extends": "@u22n/tsconfig" }
16 changes: 6 additions & 10 deletions apps/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,26 @@
"dependencies": {
"@simplewebauthn/server": "^9.0.3",
"@t3-oss/env-core": "^0.11.0",
"@trpc/client": "11.0.0-rc.467",
"@trpc/server": "11.0.0-rc.467",
"@trpc/client": "11.0.0-rc.485",
"@trpc/server": "11.0.0-rc.485",
"@u22n/database": "workspace:^",
"@u22n/hono": "workspace:^",
"@u22n/mail-bridge": "workspace:^",
"@u22n/otel": "workspace:^",
"@u22n/realtime": "workspace:^",
"@u22n/tiptap": "workspace:^",
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:^",
"@unkey/ratelimit": "^0.3.1",
"@unkey/ratelimit": "^0.4.3",
"lucia": "^3.2.0",
"oslo": "^1.2.1",
"superjson": "^2.2.1",
"ua-parser-js": "2.0.0-beta.2",
"ua-parser-js": "2.0.0-beta.3",
"unstorage": "^1.10.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@simplewebauthn/types": "^9.0.1",
"@types/node": "^20.14.10",
"@u22n/mail-bridge": "workspace:^",
"@uninbox-ee/billing": "workspace:^",
"tsup": "^8.1.2",
"tsx": "^4.16.2",
"typescript": "5.5.3"
"tsup": "^8.2.4"
}
}
12 changes: 4 additions & 8 deletions apps/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,18 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.614.0",
"@aws-sdk/s3-request-presigner": "^3.614.0",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@t3-oss/env-core": "^0.11.0",
"@u22n/database": "workspace:*",
"@u22n/hono": "workspace:^",
"@u22n/otel": "workspace:^",
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:*",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"unstorage": "^1.10.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.10",
"tsup": "^8.1.2",
"tsx": "^4.16.2",
"typescript": "5.5.3"
"tsup": "^8.2.4"
}
}
4 changes: 1 addition & 3 deletions apps/storage/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": "@u22n/tsconfig"
}
{ "extends": "@u22n/tsconfig" }
6 changes: 1 addition & 5 deletions apps/v1Migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@
"dependencies": {
"@t3-oss/env-core": "^0.11.0",
"@u22n/database": "workspace:*",
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:*",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.10",
"tsup": "^8.1.2",
"tsx": "^4.16.2",
"typescript": "5.5.3"
"tsup": "^8.2.4"
}
}
47 changes: 22 additions & 25 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.0",
"@marsidev/react-turnstile": "^0.7.2",
"@marsidev/react-turnstile": "^1.0.0",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
Expand All @@ -41,15 +41,14 @@
"@radix-ui/react-tooltip": "^1.1.2",
"@simplewebauthn/browser": "^10.0.0",
"@t3-oss/env-core": "^0.11.0",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.51.1",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query-devtools": "^5.52.1",
"@tanstack/react-table": "^8.19.2",
"@trpc/client": "11.0.0-rc.467",
"@trpc/react-query": "11.0.0-rc.467",
"@trpc/server": "11.0.0-rc.467",
"@tanstack/react-table": "^8.20.5",
"@trpc/client": "11.0.0-rc.485",
"@trpc/react-query": "11.0.0-rc.485",
"@trpc/server": "11.0.0-rc.485",
"@u22n/otel": "workspace:^",
"@u22n/platform": "workspace:^",
"@u22n/realtime": "workspace:^",
"@u22n/tiptap": "workspace:^",
"@u22n/utils": "workspace:^",
Expand All @@ -58,41 +57,39 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.24",
"framer-motion": "^11.3.30",
"immer": "^10.1.1",
"input-otp": "^1.2.4",
"jotai": "^2.9.0",
"next": "14.2.5",
"jotai": "^2.9.3",
"next": "14.2.6",
"next-client-cookies": "^1.1.1",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.3.0",
"nuqs": "^1.17.6",
"postcss-import": "^16.1.0",
"posthog-js": "^1.154.1",
"nuqs": "^1.17.8",
"posthog-js": "^1.157.2",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-image-crop": "^11.0.5",
"react-virtuoso": "^4.7.11",
"react-hook-form": "^7.53.0",
"react-image-crop": "^11.0.6",
"react-virtuoso": "^4.10.1",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tunnel-rat": "^0.1.2",
"use-debounce": "^10.0.1",
"use-debounce": "^10.0.3",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "5.5.3",
"@u22n/platform": "workspace:^",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"windy-radix-palette": "2.0.0-beta.7"
}
}
2 changes: 0 additions & 2 deletions apps/web/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// /** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'postcss-import': {},
tailwindcss: {}
}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import { useEffect, useMemo } from 'react';
import { platform } from '@/src/lib/trpc';
import { ms } from '@u22n/utils/ms';

type Props = {
// hidden: boolean;
};
// type Props = {
// hidden: boolean;
// };

export function ConvoList({} /*hidden*/ : Props) {
export function ConvoList(/*{hidden} : Props*/) {
const orgShortcode = useOrgShortcode();
const spaceShortcode = useSpaceShortcode(false);
const { scopedRedirect, scopedUrl } = useOrgScopedRouter();
Expand Down
10 changes: 1 addition & 9 deletions apps/web/src/app/[orgShortcode]/convo/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,7 @@ function ChildrenWithOrgIssues({ children }: { children: ReactNode }) {
);
}

function ConvoNavHeader(
{
// showHidden,
// setShowHidden
}: {
// showHidden: boolean;
// setShowHidden: Dispatch<SetStateAction<boolean>>;
}
) {
function ConvoNavHeader() {
const orgShortcode = useOrgShortcode();
const spaceShortcode = useSpaceShortcode(false);
const { scopedUrl } = useOrgScopedRouter();
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/hooks/use-is-mobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { useLayoutEffect, useState } from 'react';

function useMaxWidth(maxWidth: number) {
if (typeof window === 'undefined') false;
const [isHittingMaxWidth, setIsHittingMaxWidth] = useState(false);

useLayoutEffect(() => {
Expand All @@ -18,6 +17,7 @@ function useMaxWidth(maxWidth: number) {
return () => window.removeEventListener('resize', handleSize);
});

if (typeof window === 'undefined') return false;
return isHittingMaxWidth;
}

Expand Down
14 changes: 5 additions & 9 deletions apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,19 @@
}
},
"dependencies": {
"@t3-oss/env-core": "^0.10.1",
"@trpc/client": "11.0.0-rc.467",
"@trpc/server": "11.0.0-rc.467",
"@t3-oss/env-core": "^0.11.0",
"@trpc/client": "11.0.0-rc.485",
"@trpc/server": "11.0.0-rc.485",
"@u22n/database": "workspace:^",
"@u22n/hono": "workspace:^",
"@u22n/otel": "workspace:^",
"@u22n/utils": "workspace:^",
"bullmq": "^5.8.7",
"bullmq": "^5.12.10",
"cron": "^3.1.7",
"superjson": "^2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@u22n/tsconfig": "^0.0.2",
"tsup": "^8.1.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
"tsup": "^8.2.4"
}
}
14 changes: 5 additions & 9 deletions ee/apps/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,17 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-core": "^0.10.1",
"@trpc/client": "11.0.0-rc.467",
"@trpc/server": "11.0.0-rc.467",
"@t3-oss/env-core": "^0.11.0",
"@trpc/client": "11.0.0-rc.485",
"@trpc/server": "11.0.0-rc.485",
"@u22n/database": "workspace:*",
"@u22n/hono": "workspace:^",
"@u22n/tsconfig": "^0.0.2",
"@u22n/utils": "workspace:*",
"stripe": "^15.12.0",
"stripe": "^16.8.0",
"superjson": "^2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.6",
"tsup": "^8.1.2",
"tsx": "^4.15.6",
"typescript": "5.5.2"
"tsup": "^8.2.4"
}
}
2 changes: 1 addition & 1 deletion ee/apps/billing/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Stripe from 'stripe';
import { env } from './env';

export const stripeSdk = new Stripe(env.BILLING_STRIPE_KEY, {
apiVersion: '2024-04-10'
apiVersion: '2024-06-20'
});

export const stripeData = {
Expand Down
4 changes: 1 addition & 3 deletions ee/apps/billing/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": ["@u22n/tsconfig"]
}
{ "extends": ["@u22n/tsconfig"] }
6 changes: 6 additions & 0 deletions ee/apps/command/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ const nextConfig = {
webpack: (config) => {
config.externals.push('@node-rs/argon2', '@node-rs/bcrypt');
return config;
},
typescript: {
ignoreBuildErrors: true
},
eslint: {
ignoreDuringBuilds: true
}
};

Expand Down
Loading
Loading